Shades of Deep Lilac #9E4DBB
Tints of Deep Lilac #9E4DBB
RGB
CMYK
RGB Variations
Color information
#9E4DBB (or 0x9E4DBB) is known color: Deep Lilac. HEX triplet: 9E, 4D and BB. RGB value is (158,77,187). Sum of RGB (Red+Green+Blue) = 158+77+187=422 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.44% from 422); Green value is 77 (30.47% from 255 or 18.25% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 187 - color contains mainly: blue. Hex color #9E4DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E4DBB is #61B244. Grayscale: #717171. Windows color (decimal): -6402629 or 12275102. OLE color: 12275102.
HSL color Cylindrical-coordinate representation of color #9E4DBB: hue angle of 284.18º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9E4DBB is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 77 | 187 | - |
| CMYK | 0.16 | 0.59 | 0 | 0.27 |
| HSL | 284.18º | 0.45% | 0.52% | - |
| HSV(B) | 284.18º | 0.59% | 0.73% | - |
| XYZ | 25.72 | 16.16 | 48.78 | - |
| YUV | 113.76 | 169.34 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 77 | 187 | 0.16 | 0.59 | 0 | 0.27 | 284.18 | 0.45 | 0.52 |
| Hex | 9E | 4D | BB | 10 | 3B | 0 | 1B | 11C | 2D | 34 |
| Octal | 236 | 115 | 273 | 20 | 73 | 0 | 33 | 434 | 55 | 64 |
| Binary | 10011110 | 1001101 | 10111011 | 10000 | 111011 | 0 | 11011 | 100011100 | 101101 | 110100 |
Color Harmonies of #9E4DBB
Complementary color
Monochromatic Colors of #9E4DBB
Black with #9E4DBB
Text Example
Text Example
White with #9E4DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4DBB; }
p { color: rgb(158,77,187); }
H1.HeaderClassName
{
color: #9E4DBB;
}
.AnyTagClassName
{
color: #9E4DBB;
}
</style>
background-color css
<style>
a { background-color: #9E4DBB; }
a { background-color: rgb(158,77,187); }
div.DivClassName
{
background-color: #9E4DBB;
}
.BgClassName
{
background-color: #9E4DBB;
}
</style>
border-color css
<style>
span { border-color: #9E4DBB; }
span { border-color: rgb(158,77,187); }
td.TdClassName
{
border-color: #9E4DBB;
}
.TagClassName
{
border-color: #9E4DBB;
}
</style>