Random Color Generator

#86389c Color

Color Codes
Hex Code #86389c
RGB Code rgb(134, 56, 156)
HSL Code hsl(287, 47%, 42%)

#86389c Color Syntax

rgb()

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

 main {
    background-color: rgb(134, 56, 156);
   }

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, 47%, 42%);
  }

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 #86389c

RGB Code Hex Code Preview
rgb(134, 56, 156, 10%) #86389c1a  
rgb(134, 56, 156, 20%) #86389c33  
rgb(134, 56, 156, 40%) #86389c4C  
rgb(134, 56, 156, 60%) #86389c99  
rgb(134, 56, 156, 80%) #86389cCC  
rgb(134, 56, 156, 100%) #86389cFF  

Saturated and desaturated colors of #86389c

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

#86389c Color Usage In CSS

 body {
    color: #86389c;
    }
 p {
    color: rgb(134, 56, 156);
    }
 header {
    border-bottom:1px solid #86389c;
    }
Recent Random Colors