Shades of Deep Lilac #9E52CA
Tints of Deep Lilac #9E52CA
RGB
CMYK
RGB Variations
Color information
#9E52CA (or 0x9E52CA) is known color: Deep Lilac. HEX triplet: 9E, 52 and CA. RGB value is (158,82,202). Sum of RGB (Red+Green+Blue) = 158+82+202=442 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.75% from 442); Green value is 82 (32.42% from 255 or 18.55% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 202 - color contains mainly: blue. Hex color #9E52CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E52CA is #61AD35. Grayscale: #767676. Windows color (decimal): -6401334 or 13259422. OLE color: 13259422.
HSL color Cylindrical-coordinate representation of color #9E52CA: hue angle of 278º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9E52CA is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 158 | 82 | 202 | - |
| CMYK | 0.22 | 0.59 | 0 | 0.21 |
| HSL | 278º | 0.53% | 0.56% | - |
| HSV(B) | 278º | 0.59% | 0.79% | - |
| XYZ | 27.78 | 17.57 | 57.8 | - |
| YUV | 118.4 | 175.18 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 82 | 202 | 0.22 | 0.59 | 0 | 0.21 | 278 | 0.53 | 0.56 |
| Hex | 9E | 52 | CA | 16 | 3B | 0 | 15 | 116 | 35 | 38 |
| Octal | 236 | 122 | 312 | 26 | 73 | 0 | 25 | 426 | 65 | 70 |
| Binary | 10011110 | 1010010 | 11001010 | 10110 | 111011 | 0 | 10101 | 100010110 | 110101 | 111000 |
Color Harmonies of #9E52CA
Complementary color
Monochromatic Colors of #9E52CA
Black with #9E52CA
Text Example
Text Example
White with #9E52CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E52CA; }
p { color: rgb(158,82,202); }
H1.HeaderClassName
{
color: #9E52CA;
}
.AnyTagClassName
{
color: #9E52CA;
}
</style>
background-color css
<style>
a { background-color: #9E52CA; }
a { background-color: rgb(158,82,202); }
div.DivClassName
{
background-color: #9E52CA;
}
.BgClassName
{
background-color: #9E52CA;
}
</style>
border-color css
<style>
span { border-color: #9E52CA; }
span { border-color: rgb(158,82,202); }
td.TdClassName
{
border-color: #9E52CA;
}
.TagClassName
{
border-color: #9E52CA;
}
</style>