Random Color Generator

#813880 Color

Color Codes
Hex Code #813880
RGB Code rgb(129, 56, 128)
HSL Code hsl(301, 39%, 36%)

#813880 Color Syntax

rgb()

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

 main {
    background-color: rgb(129, 56, 128);
   }

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(301, 39%, 36%);
  }

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

RGB Code Hex Code Preview
rgb(129, 56, 128, 10%) #8138801a  
rgb(129, 56, 128, 20%) #81388033  
rgb(129, 56, 128, 40%) #8138804C  
rgb(129, 56, 128, 60%) #81388099  
rgb(129, 56, 128, 80%) #813880CC  
rgb(129, 56, 128, 100%) #813880FF  

Saturated and desaturated colors of #813880

HSL Code Preview
hsl(301, 10%, 36%)  
hsl(301, 20%, 36%)  
hsl(301, 40%, 36%)  
hsl(301, 60%, 36%)  
hsl(301, 80%, 36%)  
hsl(301, 100%, 36%)  

#813880 Color Usage In CSS

 body {
    color: #813880;
    }
 p {
    color: rgb(129, 56, 128);
    }
 header {
    border-bottom:1px solid #813880;
    }
Recent Random Colors