Random Color Generator

#862957 Color

Color Codes
Hex Code #862957
RGB Code rgb(134, 41, 87)
HSL Code hsl(330, 53%, 34%)

#862957 Color Syntax

rgb()

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

 main {
    background-color: rgb(134, 41, 87);
   }

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(330, 53%, 34%);
  }

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 #862957

RGB Code Hex Code Preview
rgb(134, 41, 87, 10%) #8629571a  
rgb(134, 41, 87, 20%) #86295733  
rgb(134, 41, 87, 40%) #8629574C  
rgb(134, 41, 87, 60%) #86295799  
rgb(134, 41, 87, 80%) #862957CC  
rgb(134, 41, 87, 100%) #862957FF  

Saturated and desaturated colors of #862957

HSL Code Preview
hsl(330, 10%, 34%)  
hsl(330, 20%, 34%)  
hsl(330, 40%, 34%)  
hsl(330, 60%, 34%)  
hsl(330, 80%, 34%)  
hsl(330, 100%, 34%)  

#862957 Color Usage In CSS

 body {
    color: #862957;
    }
 p {
    color: rgb(134, 41, 87);
    }
 header {
    border-bottom:1px solid #862957;
    }
Recent Random Colors