Shades of Deep Lilac #9E55BA
Tints of Deep Lilac #9E55BA
RGB
CMYK
RGB Variations
Color information
#9E55BA (or 0x9E55BA) is known color: Deep Lilac. HEX triplet: 9E, 55 and BA. RGB value is (158,85,186). Sum of RGB (Red+Green+Blue) = 158+85+186=429 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.83% from 429); Green value is 85 (33.59% from 255 or 19.81% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E55BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E55BA is #61AA45. Grayscale: #767676. Windows color (decimal): -6400582 or 12211614. OLE color: 12211614.
HSL color Cylindrical-coordinate representation of color #9E55BA: hue angle of 283.37º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9E55BA is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 85 | 186 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.27 |
| HSL | 283.37º | 0.42% | 0.53% | - |
| HSV(B) | 283.37º | 0.54% | 0.73% | - |
| XYZ | 26.21 | 17.31 | 48.41 | - |
| YUV | 118.34 | 166.18 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 85 | 186 | 0.15 | 0.54 | 0 | 0.27 | 283.37 | 0.42 | 0.53 |
| Hex | 9E | 55 | BA | F | 36 | 0 | 1B | 11B | 2A | 35 |
| Octal | 236 | 125 | 272 | 17 | 66 | 0 | 33 | 433 | 52 | 65 |
| Binary | 10011110 | 1010101 | 10111010 | 1111 | 110110 | 0 | 11011 | 100011011 | 101010 | 110101 |
Color Harmonies of #9E55BA
Complementary color
Monochromatic Colors of #9E55BA
Black with #9E55BA
Text Example
Text Example
White with #9E55BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E55BA; }
p { color: rgb(158,85,186); }
H1.HeaderClassName
{
color: #9E55BA;
}
.AnyTagClassName
{
color: #9E55BA;
}
</style>
background-color css
<style>
a { background-color: #9E55BA; }
a { background-color: rgb(158,85,186); }
div.DivClassName
{
background-color: #9E55BA;
}
.BgClassName
{
background-color: #9E55BA;
}
</style>
border-color css
<style>
span { border-color: #9E55BA; }
span { border-color: rgb(158,85,186); }
td.TdClassName
{
border-color: #9E55BA;
}
.TagClassName
{
border-color: #9E55BA;
}
</style>