Random Color Generator

#8376ce Color

Color Codes
Hex Code #8376ce
RGB Code rgb(131, 118, 206)
HSL Code hsl(249, 47%, 64%)

#8376ce Color Syntax

rgb()

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

 main {
    background-color: rgb(131, 118, 206);
   }

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(249, 47%, 64%);
  }

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 #8376ce

RGB Code Hex Code Preview
rgb(131, 118, 206, 10%) #8376ce1a  
rgb(131, 118, 206, 20%) #8376ce33  
rgb(131, 118, 206, 40%) #8376ce4C  
rgb(131, 118, 206, 60%) #8376ce99  
rgb(131, 118, 206, 80%) #8376ceCC  
rgb(131, 118, 206, 100%) #8376ceFF  

Saturated and desaturated colors of #8376ce

HSL Code Preview
hsl(249, 10%, 64%)  
hsl(249, 20%, 64%)  
hsl(249, 40%, 64%)  
hsl(249, 60%, 64%)  
hsl(249, 80%, 64%)  
hsl(249, 100%, 64%)  

#8376ce Color Usage In CSS

 body {
    color: #8376ce;
    }
 p {
    color: rgb(131, 118, 206);
    }
 header {
    border-bottom:1px solid #8376ce;
    }
Recent Random Colors