Shades of Deep Lilac #9E57BC
Tints of Deep Lilac #9E57BC
RGB
CMYK
RGB Variations
Color information
#9E57BC (or 0x9E57BC) is known color: Deep Lilac. HEX triplet: 9E, 57 and BC. RGB value is (158,87,188). Sum of RGB (Red+Green+Blue) = 158+87+188=433 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.49% from 433); Green value is 87 (34.38% from 255 or 20.09% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 188 - color contains mainly: blue. Hex color #9E57BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E57BC is #61A843. Grayscale: #777777. Windows color (decimal): -6400068 or 12343198. OLE color: 12343198.
HSL color Cylindrical-coordinate representation of color #9E57BC: hue angle of 282.18º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9E57BC is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 87 | 188 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.26 |
| HSL | 282.18º | 0.43% | 0.54% | - |
| HSV(B) | 282.18º | 0.54% | 0.74% | - |
| XYZ | 26.59 | 17.72 | 49.6 | - |
| YUV | 119.74 | 166.52 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 87 | 188 | 0.16 | 0.54 | 0 | 0.26 | 282.18 | 0.43 | 0.54 |
| Hex | 9E | 57 | BC | 10 | 36 | 0 | 1A | 11A | 2B | 36 |
| Octal | 236 | 127 | 274 | 20 | 66 | 0 | 32 | 432 | 53 | 66 |
| Binary | 10011110 | 1010111 | 10111100 | 10000 | 110110 | 0 | 11010 | 100011010 | 101011 | 110110 |
Color Harmonies of #9E57BC
Complementary color
Monochromatic Colors of #9E57BC
Black with #9E57BC
Text Example
Text Example
White with #9E57BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E57BC; }
p { color: rgb(158,87,188); }
H1.HeaderClassName
{
color: #9E57BC;
}
.AnyTagClassName
{
color: #9E57BC;
}
</style>
background-color css
<style>
a { background-color: #9E57BC; }
a { background-color: rgb(158,87,188); }
div.DivClassName
{
background-color: #9E57BC;
}
.BgClassName
{
background-color: #9E57BC;
}
</style>
border-color css
<style>
span { border-color: #9E57BC; }
span { border-color: rgb(158,87,188); }
td.TdClassName
{
border-color: #9E57BC;
}
.TagClassName
{
border-color: #9E57BC;
}
</style>