Shades of Deep Lilac #9E50BD
Tints of Deep Lilac #9E50BD
RGB
CMYK
RGB Variations
Color information
#9E50BD (or 0x9E50BD) is known color: Deep Lilac. HEX triplet: 9E, 50 and BD. RGB value is (158,80,189). Sum of RGB (Red+Green+Blue) = 158+80+189=427 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.00% from 427); Green value is 80 (31.64% from 255 or 18.74% from 427); Blue value is 189 (74.22% from 255 or 44.26% from 427); Max value from RGB is 189 - color contains mainly: blue. Hex color #9E50BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E50BD is #61AF42. Grayscale: #737373. Windows color (decimal): -6401859 or 12406942. OLE color: 12406942.
HSL color Cylindrical-coordinate representation of color #9E50BD: hue angle of 282.94º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9E50BD is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 80 | 189 | - |
| CMYK | 0.16 | 0.58 | 0 | 0.26 |
| HSL | 282.94º | 0.45% | 0.53% | - |
| HSV(B) | 282.94º | 0.58% | 0.74% | - |
| XYZ | 26.15 | 16.68 | 49.99 | - |
| YUV | 115.75 | 169.34 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 80 | 189 | 0.16 | 0.58 | 0 | 0.26 | 282.94 | 0.45 | 0.53 |
| Hex | 9E | 50 | BD | 10 | 3A | 0 | 1A | 11B | 2D | 35 |
| Octal | 236 | 120 | 275 | 20 | 72 | 0 | 32 | 433 | 55 | 65 |
| Binary | 10011110 | 1010000 | 10111101 | 10000 | 111010 | 0 | 11010 | 100011011 | 101101 | 110101 |
Color Harmonies of #9E50BD
Complementary color
Monochromatic Colors of #9E50BD
Black with #9E50BD
Text Example
Text Example
White with #9E50BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E50BD; }
p { color: rgb(158,80,189); }
H1.HeaderClassName
{
color: #9E50BD;
}
.AnyTagClassName
{
color: #9E50BD;
}
</style>
background-color css
<style>
a { background-color: #9E50BD; }
a { background-color: rgb(158,80,189); }
div.DivClassName
{
background-color: #9E50BD;
}
.BgClassName
{
background-color: #9E50BD;
}
</style>
border-color css
<style>
span { border-color: #9E50BD; }
span { border-color: rgb(158,80,189); }
td.TdClassName
{
border-color: #9E50BD;
}
.TagClassName
{
border-color: #9E50BD;
}
</style>