Shades of Deep Lilac #9E50BA
Tints of Deep Lilac #9E50BA
RGB
CMYK
RGB Variations
Color information
#9E50BA (or 0x9E50BA) is known color: Deep Lilac. HEX triplet: 9E, 50 and BA. RGB value is (158,80,186). Sum of RGB (Red+Green+Blue) = 158+80+186=424 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.26% from 424); Green value is 80 (31.64% from 255 or 18.87% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E50BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E50BA is #61AF45. Grayscale: #737373. Windows color (decimal): -6401862 or 12210334. OLE color: 12210334.
HSL color Cylindrical-coordinate representation of color #9E50BA: hue angle of 284.15º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9E50BA is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 80 | 186 | - |
| CMYK | 0.15 | 0.57 | 0 | 0.27 |
| HSL | 284.15º | 0.43% | 0.52% | - |
| HSV(B) | 284.15º | 0.57% | 0.73% | - |
| XYZ | 25.83 | 16.55 | 48.29 | - |
| YUV | 115.41 | 167.84 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 80 | 186 | 0.15 | 0.57 | 0 | 0.27 | 284.15 | 0.43 | 0.52 |
| Hex | 9E | 50 | BA | F | 39 | 0 | 1B | 11C | 2B | 34 |
| Octal | 236 | 120 | 272 | 17 | 71 | 0 | 33 | 434 | 53 | 64 |
| Binary | 10011110 | 1010000 | 10111010 | 1111 | 111001 | 0 | 11011 | 100011100 | 101011 | 110100 |
Color Harmonies of #9E50BA
Complementary color
Monochromatic Colors of #9E50BA
Black with #9E50BA
Text Example
Text Example
White with #9E50BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E50BA; }
p { color: rgb(158,80,186); }
H1.HeaderClassName
{
color: #9E50BA;
}
.AnyTagClassName
{
color: #9E50BA;
}
</style>
background-color css
<style>
a { background-color: #9E50BA; }
a { background-color: rgb(158,80,186); }
div.DivClassName
{
background-color: #9E50BA;
}
.BgClassName
{
background-color: #9E50BA;
}
</style>
border-color css
<style>
span { border-color: #9E50BA; }
span { border-color: rgb(158,80,186); }
td.TdClassName
{
border-color: #9E50BA;
}
.TagClassName
{
border-color: #9E50BA;
}
</style>