Shades of Deep Lilac #9E55BC
Tints of Deep Lilac #9E55BC
RGB
CMYK
RGB Variations
Color information
#9E55BC (or 0x9E55BC) is known color: Deep Lilac. HEX triplet: 9E, 55 and BC. RGB value is (158,85,188). Sum of RGB (Red+Green+Blue) = 158+85+188=431 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.66% from 431); Green value is 85 (33.59% from 255 or 19.72% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 188 - color contains mainly: blue. Hex color #9E55BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E55BC is #61AA43. Grayscale: #767676. Windows color (decimal): -6400580 or 12342686. OLE color: 12342686.
HSL color Cylindrical-coordinate representation of color #9E55BC: hue angle of 282.52º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9E55BC is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 85 | 188 | - |
| CMYK | 0.16 | 0.55 | 0 | 0.26 |
| HSL | 282.52º | 0.43% | 0.54% | - |
| HSV(B) | 282.52º | 0.55% | 0.74% | - |
| XYZ | 26.43 | 17.4 | 49.54 | - |
| YUV | 118.57 | 167.18 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 85 | 188 | 0.16 | 0.55 | 0 | 0.26 | 282.52 | 0.43 | 0.54 |
| Hex | 9E | 55 | BC | 10 | 37 | 0 | 1A | 11B | 2B | 36 |
| Octal | 236 | 125 | 274 | 20 | 67 | 0 | 32 | 433 | 53 | 66 |
| Binary | 10011110 | 1010101 | 10111100 | 10000 | 110111 | 0 | 11010 | 100011011 | 101011 | 110110 |
Color Harmonies of #9E55BC
Complementary color
Monochromatic Colors of #9E55BC
Black with #9E55BC
Text Example
Text Example
White with #9E55BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E55BC; }
p { color: rgb(158,85,188); }
H1.HeaderClassName
{
color: #9E55BC;
}
.AnyTagClassName
{
color: #9E55BC;
}
</style>
background-color css
<style>
a { background-color: #9E55BC; }
a { background-color: rgb(158,85,188); }
div.DivClassName
{
background-color: #9E55BC;
}
.BgClassName
{
background-color: #9E55BC;
}
</style>
border-color css
<style>
span { border-color: #9E55BC; }
span { border-color: rgb(158,85,188); }
td.TdClassName
{
border-color: #9E55BC;
}
.TagClassName
{
border-color: #9E55BC;
}
</style>