Shades of Deep Lilac #9E4DC7
Tints of Deep Lilac #9E4DC7
RGB
CMYK
RGB Variations
Color information
#9E4DC7 (or 0x9E4DC7) is known color: Deep Lilac. HEX triplet: 9E, 4D and C7. RGB value is (158,77,199). Sum of RGB (Red+Green+Blue) = 158+77+199=434 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.41% from 434); Green value is 77 (30.47% from 255 or 17.74% from 434); Blue value is 199 (78.12% from 255 or 45.85% from 434); Max value from RGB is 199 - color contains mainly: blue. Hex color #9E4DC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E4DC7 is #61B238. Grayscale: #727272. Windows color (decimal): -6402617 or 13061534. OLE color: 13061534.
HSL color Cylindrical-coordinate representation of color #9E4DC7: hue angle of 279.84º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9E4DC7 is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 158 | 77 | 199 | - |
| CMYK | 0.21 | 0.61 | 0 | 0.22 |
| HSL | 279.84º | 0.52% | 0.54% | - |
| HSV(B) | 279.84º | 0.61% | 0.78% | - |
| XYZ | 27.06 | 16.7 | 55.83 | - |
| YUV | 115.13 | 175.34 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 77 | 199 | 0.21 | 0.61 | 0 | 0.22 | 279.84 | 0.52 | 0.54 |
| Hex | 9E | 4D | C7 | 15 | 3D | 0 | 16 | 118 | 34 | 36 |
| Octal | 236 | 115 | 307 | 25 | 75 | 0 | 26 | 430 | 64 | 66 |
| Binary | 10011110 | 1001101 | 11000111 | 10101 | 111101 | 0 | 10110 | 100011000 | 110100 | 110110 |
Color Harmonies of #9E4DC7
Complementary color
Monochromatic Colors of #9E4DC7
Black with #9E4DC7
Text Example
Text Example
White with #9E4DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4DC7; }
p { color: rgb(158,77,199); }
H1.HeaderClassName
{
color: #9E4DC7;
}
.AnyTagClassName
{
color: #9E4DC7;
}
</style>
background-color css
<style>
a { background-color: #9E4DC7; }
a { background-color: rgb(158,77,199); }
div.DivClassName
{
background-color: #9E4DC7;
}
.BgClassName
{
background-color: #9E4DC7;
}
</style>
border-color css
<style>
span { border-color: #9E4DC7; }
span { border-color: rgb(158,77,199); }
td.TdClassName
{
border-color: #9E4DC7;
}
.TagClassName
{
border-color: #9E4DC7;
}
</style>