Random Color Generator

#894660 Color

Color Codes
Hex Code #894660
RGB Code rgb(137, 70, 96)
HSL Code hsl(337, 32%, 41%)

#894660 Color Syntax

rgb()

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

 main {
    background-color: rgb(137, 70, 96);
   }

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(337, 32%, 41%);
  }

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

RGB Code Hex Code Preview
rgb(137, 70, 96, 10%) #8946601a  
rgb(137, 70, 96, 20%) #89466033  
rgb(137, 70, 96, 40%) #8946604C  
rgb(137, 70, 96, 60%) #89466099  
rgb(137, 70, 96, 80%) #894660CC  
rgb(137, 70, 96, 100%) #894660FF  

Saturated and desaturated colors of #894660

HSL Code Preview
hsl(337, 10%, 41%)  
hsl(337, 20%, 41%)  
hsl(337, 40%, 41%)  
hsl(337, 60%, 41%)  
hsl(337, 80%, 41%)  
hsl(337, 100%, 41%)  

#894660 Color Usage In CSS

 body {
    color: #894660;
    }
 p {
    color: rgb(137, 70, 96);
    }
 header {
    border-bottom:1px solid #894660;
    }
Recent Random Colors