Shades of Deep Lilac #9E4DB4
Tints of Deep Lilac #9E4DB4
RGB
CMYK
RGB Variations
Color information
#9E4DB4 (or 0x9E4DB4) is known color: Deep Lilac. HEX triplet: 9E, 4D and B4. RGB value is (158,77,180). Sum of RGB (Red+Green+Blue) = 158+77+180=415 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.07% from 415); Green value is 77 (30.47% from 255 or 18.55% from 415); Blue value is 180 (70.70% from 255 or 43.37% from 415); Max value from RGB is 180 - color contains mainly: blue. Hex color #9E4DB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E4DB4 is #61B24B. Grayscale: #707070. Windows color (decimal): -6402636 or 11816350. OLE color: 11816350.
HSL color Cylindrical-coordinate representation of color #9E4DB4: hue angle of 287.18º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9E4DB4 is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 158 | 77 | 180 | - |
| CMYK | 0.12 | 0.57 | 0 | 0.29 |
| HSL | 287.18º | 0.41% | 0.5% | - |
| HSV(B) | 287.18º | 0.57% | 0.71% | - |
| XYZ | 24.99 | 15.87 | 44.93 | - |
| YUV | 112.96 | 165.84 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 77 | 180 | 0.12 | 0.57 | 0 | 0.29 | 287.18 | 0.41 | 0.5 |
| Hex | 9E | 4D | B4 | C | 39 | 0 | 1D | 11F | 29 | 32 |
| Octal | 236 | 115 | 264 | 14 | 71 | 0 | 35 | 437 | 51 | 62 |
| Binary | 10011110 | 1001101 | 10110100 | 1100 | 111001 | 0 | 11101 | 100011111 | 101001 | 110010 |
Color Harmonies of #9E4DB4
Complementary color
Monochromatic Colors of #9E4DB4
Black with #9E4DB4
Text Example
Text Example
White with #9E4DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4DB4; }
p { color: rgb(158,77,180); }
H1.HeaderClassName
{
color: #9E4DB4;
}
.AnyTagClassName
{
color: #9E4DB4;
}
</style>
background-color css
<style>
a { background-color: #9E4DB4; }
a { background-color: rgb(158,77,180); }
div.DivClassName
{
background-color: #9E4DB4;
}
.BgClassName
{
background-color: #9E4DB4;
}
</style>
border-color css
<style>
span { border-color: #9E4DB4; }
span { border-color: rgb(158,77,180); }
td.TdClassName
{
border-color: #9E4DB4;
}
.TagClassName
{
border-color: #9E4DB4;
}
</style>