Shades of Deep Lilac #9E50BC
Tints of Deep Lilac #9E50BC
RGB
CMYK
RGB Variations
Color information
#9E50BC (or 0x9E50BC) is known color: Deep Lilac. HEX triplet: 9E, 50 and BC. RGB value is (158,80,188). Sum of RGB (Red+Green+Blue) = 158+80+188=426 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.09% from 426); Green value is 80 (31.64% from 255 or 18.78% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 188 - color contains mainly: blue. Hex color #9E50BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E50BC is #61AF43. Grayscale: #737373. Windows color (decimal): -6401860 or 12341406. OLE color: 12341406.
HSL color Cylindrical-coordinate representation of color #9E50BC: hue angle of 283.33º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9E50BC is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 80 | 188 | - |
| CMYK | 0.16 | 0.57 | 0 | 0.26 |
| HSL | 283.33º | 0.45% | 0.53% | - |
| HSV(B) | 283.33º | 0.57% | 0.74% | - |
| XYZ | 26.05 | 16.64 | 49.42 | - |
| YUV | 115.63 | 168.84 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 80 | 188 | 0.16 | 0.57 | 0 | 0.26 | 283.33 | 0.45 | 0.53 |
| Hex | 9E | 50 | BC | 10 | 39 | 0 | 1A | 11B | 2D | 35 |
| Octal | 236 | 120 | 274 | 20 | 71 | 0 | 32 | 433 | 55 | 65 |
| Binary | 10011110 | 1010000 | 10111100 | 10000 | 111001 | 0 | 11010 | 100011011 | 101101 | 110101 |
Color Harmonies of #9E50BC
Complementary color
Monochromatic Colors of #9E50BC
Black with #9E50BC
Text Example
Text Example
White with #9E50BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E50BC; }
p { color: rgb(158,80,188); }
H1.HeaderClassName
{
color: #9E50BC;
}
.AnyTagClassName
{
color: #9E50BC;
}
</style>
background-color css
<style>
a { background-color: #9E50BC; }
a { background-color: rgb(158,80,188); }
div.DivClassName
{
background-color: #9E50BC;
}
.BgClassName
{
background-color: #9E50BC;
}
</style>
border-color css
<style>
span { border-color: #9E50BC; }
span { border-color: rgb(158,80,188); }
td.TdClassName
{
border-color: #9E50BC;
}
.TagClassName
{
border-color: #9E50BC;
}
</style>