Shades of Deep Lilac #9E4DBE
Tints of Deep Lilac #9E4DBE
RGB
CMYK
RGB Variations
Color information
#9E4DBE (or 0x9E4DBE) is known color: Deep Lilac. HEX triplet: 9E, 4D and BE. RGB value is (158,77,190). Sum of RGB (Red+Green+Blue) = 158+77+190=425 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.18% from 425); Green value is 77 (30.47% from 255 or 18.12% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E4DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E4DBE is #61B241. Grayscale: #717171. Windows color (decimal): -6402626 or 12471710. OLE color: 12471710.
HSL color Cylindrical-coordinate representation of color #9E4DBE: hue angle of 283.01º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9E4DBE is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 77 | 190 | - |
| CMYK | 0.17 | 0.59 | 0 | 0.25 |
| HSL | 283.01º | 0.47% | 0.52% | - |
| HSV(B) | 283.01º | 0.59% | 0.75% | - |
| XYZ | 26.05 | 16.29 | 50.49 | - |
| YUV | 114.1 | 170.84 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 77 | 190 | 0.17 | 0.59 | 0 | 0.25 | 283.01 | 0.47 | 0.52 |
| Hex | 9E | 4D | BE | 11 | 3B | 0 | 19 | 11B | 2F | 34 |
| Octal | 236 | 115 | 276 | 21 | 73 | 0 | 31 | 433 | 57 | 64 |
| Binary | 10011110 | 1001101 | 10111110 | 10001 | 111011 | 0 | 11001 | 100011011 | 101111 | 110100 |
Color Harmonies of #9E4DBE
Complementary color
Monochromatic Colors of #9E4DBE
Black with #9E4DBE
Text Example
Text Example
White with #9E4DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4DBE; }
p { color: rgb(158,77,190); }
H1.HeaderClassName
{
color: #9E4DBE;
}
.AnyTagClassName
{
color: #9E4DBE;
}
</style>
background-color css
<style>
a { background-color: #9E4DBE; }
a { background-color: rgb(158,77,190); }
div.DivClassName
{
background-color: #9E4DBE;
}
.BgClassName
{
background-color: #9E4DBE;
}
</style>
border-color css
<style>
span { border-color: #9E4DBE; }
span { border-color: rgb(158,77,190); }
td.TdClassName
{
border-color: #9E4DBE;
}
.TagClassName
{
border-color: #9E4DBE;
}
</style>