Shades of Deep Lilac #9E4DB6
Tints of Deep Lilac #9E4DB6
RGB
CMYK
RGB Variations
Color information
#9E4DB6 (or 0x9E4DB6) is known color: Deep Lilac. HEX triplet: 9E, 4D and B6. RGB value is (158,77,182). Sum of RGB (Red+Green+Blue) = 158+77+182=417 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.89% from 417); Green value is 77 (30.47% from 255 or 18.47% from 417); Blue value is 182 (71.48% from 255 or 43.65% from 417); Max value from RGB is 182 - color contains mainly: blue. Hex color #9E4DB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E4DB6 is #61B249. Grayscale: #707070. Windows color (decimal): -6402634 or 11947422. OLE color: 11947422.
HSL color Cylindrical-coordinate representation of color #9E4DB6: hue angle of 286.29º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9E4DB6 is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 158 | 77 | 182 | - |
| CMYK | 0.13 | 0.58 | 0 | 0.29 |
| HSL | 286.29º | 0.42% | 0.51% | - |
| HSV(B) | 286.29º | 0.58% | 0.71% | - |
| XYZ | 25.2 | 15.95 | 46.01 | - |
| YUV | 113.19 | 166.84 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 77 | 182 | 0.13 | 0.58 | 0 | 0.29 | 286.29 | 0.42 | 0.51 |
| Hex | 9E | 4D | B6 | D | 3A | 0 | 1D | 11E | 2A | 33 |
| Octal | 236 | 115 | 266 | 15 | 72 | 0 | 35 | 436 | 52 | 63 |
| Binary | 10011110 | 1001101 | 10110110 | 1101 | 111010 | 0 | 11101 | 100011110 | 101010 | 110011 |
Color Harmonies of #9E4DB6
Complementary color
Monochromatic Colors of #9E4DB6
Black with #9E4DB6
Text Example
Text Example
White with #9E4DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4DB6; }
p { color: rgb(158,77,182); }
H1.HeaderClassName
{
color: #9E4DB6;
}
.AnyTagClassName
{
color: #9E4DB6;
}
</style>
background-color css
<style>
a { background-color: #9E4DB6; }
a { background-color: rgb(158,77,182); }
div.DivClassName
{
background-color: #9E4DB6;
}
.BgClassName
{
background-color: #9E4DB6;
}
</style>
border-color css
<style>
span { border-color: #9E4DB6; }
span { border-color: rgb(158,77,182); }
td.TdClassName
{
border-color: #9E4DB6;
}
.TagClassName
{
border-color: #9E4DB6;
}
</style>