Random Color Generator

#855493 Color

Color Codes
Hex Code #855493
RGB Code rgb(133, 84, 147)
HSL Code hsl(287, 27%, 45%)

#855493 Color Syntax

rgb()

 rgb(Red, Green, Blue);
 rgba(Red, Green, Blue, Alpha);

 main {
    background-color: rgb(133, 84, 147);
   }

R(red), G(green), B(blue) can be number between 0-255.
A parameter is a hex characters (0–9, A–F) and optional.

hsl()

 hsl(hue saturation lightness);
 hsl(hue saturation lightness / alpha);

 div {
  background-color: hsl(287, 27%, 45%);
  }

Saturation value is a percentage value between 0% unsaturated and 100% fully saturated.
Lightness value is a percentage value between 100% is white and 0% is black.

Lighter and darker colors of #855493

RGB Code Hex Code Preview
rgb(133, 84, 147, 10%) #8554931a  
rgb(133, 84, 147, 20%) #85549333  
rgb(133, 84, 147, 40%) #8554934C  
rgb(133, 84, 147, 60%) #85549399  
rgb(133, 84, 147, 80%) #855493CC  
rgb(133, 84, 147, 100%) #855493FF  

Saturated and desaturated colors of #855493

HSL Code Preview
hsl(287, 10%, 45%)  
hsl(287, 20%, 45%)  
hsl(287, 40%, 45%)  
hsl(287, 60%, 45%)  
hsl(287, 80%, 45%)  
hsl(287, 100%, 45%)  

#855493 Color Usage In CSS

 body {
    color: #855493;
    }
 p {
    color: rgb(133, 84, 147);
    }
 header {
    border-bottom:1px solid #855493;
    }
Recent Random Colors