Shades of Deep Lilac #9E56CA
Tints of Deep Lilac #9E56CA
RGB
CMYK
RGB Variations
Color information
#9E56CA (or 0x9E56CA) is known color: Deep Lilac. HEX triplet: 9E, 56 and CA. RGB value is (158,86,202). Sum of RGB (Red+Green+Blue) = 158+86+202=446 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.43% from 446); Green value is 86 (33.98% from 255 or 19.28% from 446); Blue value is 202 (79.30% from 255 or 45.29% from 446); Max value from RGB is 202 - color contains mainly: blue. Hex color #9E56CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E56CA is #61A935. Grayscale: #787878. Windows color (decimal): -6400310 or 13260446. OLE color: 13260446.
HSL color Cylindrical-coordinate representation of color #9E56CA: hue angle of 277.24º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9E56CA is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 158 | 86 | 202 | - |
| CMYK | 0.22 | 0.57 | 0 | 0.21 |
| HSL | 277.24º | 0.52% | 0.56% | - |
| HSV(B) | 277.24º | 0.57% | 0.79% | - |
| XYZ | 28.09 | 18.19 | 57.91 | - |
| YUV | 120.75 | 173.85 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 86 | 202 | 0.22 | 0.57 | 0 | 0.21 | 277.24 | 0.52 | 0.56 |
| Hex | 9E | 56 | CA | 16 | 39 | 0 | 15 | 115 | 34 | 38 |
| Octal | 236 | 126 | 312 | 26 | 71 | 0 | 25 | 425 | 64 | 70 |
| Binary | 10011110 | 1010110 | 11001010 | 10110 | 111001 | 0 | 10101 | 100010101 | 110100 | 111000 |
Color Harmonies of #9E56CA
Complementary color
Monochromatic Colors of #9E56CA
Black with #9E56CA
Text Example
Text Example
White with #9E56CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E56CA; }
p { color: rgb(158,86,202); }
H1.HeaderClassName
{
color: #9E56CA;
}
.AnyTagClassName
{
color: #9E56CA;
}
</style>
background-color css
<style>
a { background-color: #9E56CA; }
a { background-color: rgb(158,86,202); }
div.DivClassName
{
background-color: #9E56CA;
}
.BgClassName
{
background-color: #9E56CA;
}
</style>
border-color css
<style>
span { border-color: #9E56CA; }
span { border-color: rgb(158,86,202); }
td.TdClassName
{
border-color: #9E56CA;
}
.TagClassName
{
border-color: #9E56CA;
}
</style>