Shades of Deep Lilac #9E57CA
Tints of Deep Lilac #9E57CA
RGB
CMYK
RGB Variations
Color information
#9E57CA (or 0x9E57CA) is known color: Deep Lilac. HEX triplet: 9E, 57 and CA. RGB value is (158,87,202). Sum of RGB (Red+Green+Blue) = 158+87+202=447 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.35% from 447); Green value is 87 (34.38% from 255 or 19.46% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 202 - color contains mainly: blue. Hex color #9E57CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E57CA is #61A835. Grayscale: #787878. Windows color (decimal): -6400054 or 13260702. OLE color: 13260702.
HSL color Cylindrical-coordinate representation of color #9E57CA: hue angle of 277.04º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9E57CA is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 158 | 87 | 202 | - |
| CMYK | 0.22 | 0.57 | 0 | 0.21 |
| HSL | 277.04º | 0.52% | 0.57% | - |
| HSV(B) | 277.04º | 0.57% | 0.79% | - |
| XYZ | 28.17 | 18.35 | 57.93 | - |
| YUV | 121.34 | 173.52 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 87 | 202 | 0.22 | 0.57 | 0 | 0.21 | 277.04 | 0.52 | 0.57 |
| Hex | 9E | 57 | CA | 16 | 39 | 0 | 15 | 115 | 34 | 39 |
| Octal | 236 | 127 | 312 | 26 | 71 | 0 | 25 | 425 | 64 | 71 |
| Binary | 10011110 | 1010111 | 11001010 | 10110 | 111001 | 0 | 10101 | 100010101 | 110100 | 111001 |
Color Harmonies of #9E57CA
Complementary color
Monochromatic Colors of #9E57CA
Black with #9E57CA
Text Example
Text Example
White with #9E57CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E57CA; }
p { color: rgb(158,87,202); }
H1.HeaderClassName
{
color: #9E57CA;
}
.AnyTagClassName
{
color: #9E57CA;
}
</style>
background-color css
<style>
a { background-color: #9E57CA; }
a { background-color: rgb(158,87,202); }
div.DivClassName
{
background-color: #9E57CA;
}
.BgClassName
{
background-color: #9E57CA;
}
</style>
border-color css
<style>
span { border-color: #9E57CA; }
span { border-color: rgb(158,87,202); }
td.TdClassName
{
border-color: #9E57CA;
}
.TagClassName
{
border-color: #9E57CA;
}
</style>