Shades of Deep Lilac #9E50C8
Tints of Deep Lilac #9E50C8
RGB
CMYK
RGB Variations
Color information
#9E50C8 (or 0x9E50C8) is known color: Deep Lilac. HEX triplet: 9E, 50 and C8. RGB value is (158,80,200). Sum of RGB (Red+Green+Blue) = 158+80+200=438 (58% of max value = 765). Red value is 158 (62.11% from 255 or 36.07% from 438); Green value is 80 (31.64% from 255 or 18.26% from 438); Blue value is 200 (78.52% from 255 or 45.66% from 438); Max value from RGB is 200 - color contains mainly: blue. Hex color #9E50C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E50C8 is #61AF37. Grayscale: #747474. Windows color (decimal): -6401848 or 13127838. OLE color: 13127838.
HSL color Cylindrical-coordinate representation of color #9E50C8: hue angle of 279º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9E50C8 is Cyan = 0.21, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 158 | 80 | 200 | - |
| CMYK | 0.21 | 0.6 | 0 | 0.22 |
| HSL | 279º | 0.52% | 0.55% | - |
| HSV(B) | 279º | 0.6% | 0.78% | - |
| XYZ | 27.39 | 17.18 | 56.52 | - |
| YUV | 117 | 174.84 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 80 | 200 | 0.21 | 0.6 | 0 | 0.22 | 279 | 0.52 | 0.55 |
| Hex | 9E | 50 | C8 | 15 | 3C | 0 | 16 | 117 | 34 | 37 |
| Octal | 236 | 120 | 310 | 25 | 74 | 0 | 26 | 427 | 64 | 67 |
| Binary | 10011110 | 1010000 | 11001000 | 10101 | 111100 | 0 | 10110 | 100010111 | 110100 | 110111 |
Color Harmonies of #9E50C8
Complementary color
Monochromatic Colors of #9E50C8
Black with #9E50C8
Text Example
Text Example
White with #9E50C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E50C8; }
p { color: rgb(158,80,200); }
H1.HeaderClassName
{
color: #9E50C8;
}
.AnyTagClassName
{
color: #9E50C8;
}
</style>
background-color css
<style>
a { background-color: #9E50C8; }
a { background-color: rgb(158,80,200); }
div.DivClassName
{
background-color: #9E50C8;
}
.BgClassName
{
background-color: #9E50C8;
}
</style>
border-color css
<style>
span { border-color: #9E50C8; }
span { border-color: rgb(158,80,200); }
td.TdClassName
{
border-color: #9E50C8;
}
.TagClassName
{
border-color: #9E50C8;
}
</style>