Shades of Deep Lilac #9E52CF
Tints of Deep Lilac #9E52CF
RGB
CMYK
RGB Variations
Color information
#9E52CF (or 0x9E52CF) is known color: Deep Lilac. HEX triplet: 9E, 52 and CF. RGB value is (158,82,207). Sum of RGB (Red+Green+Blue) = 158+82+207=447 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.35% from 447); Green value is 82 (32.42% from 255 or 18.34% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #9E52CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E52CF is #61AD30. Grayscale: #767676. Windows color (decimal): -6401329 or 13587102. OLE color: 13587102.
HSL color Cylindrical-coordinate representation of color #9E52CF: hue angle of 276.48º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9E52CF is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 82 | 207 | - |
| CMYK | 0.24 | 0.60 | 0 | 0.19 |
| HSL | 276.48º | 0.57% | 0.57% | - |
| HSV(B) | 276.48º | 0.6% | 0.81% | - |
| XYZ | 28.38 | 17.81 | 60.97 | - |
| YUV | 118.97 | 177.68 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 82 | 207 | 0.24 | 0.60 | 0 | 0.19 | 276.48 | 0.57 | 0.57 |
| Hex | 9E | 52 | CF | 18 | 3C | 0 | 13 | 114 | 39 | 39 |
| Octal | 236 | 122 | 317 | 30 | 74 | 0 | 23 | 424 | 71 | 71 |
| Binary | 10011110 | 1010010 | 11001111 | 11000 | 111100 | 0 | 10011 | 100010100 | 111001 | 111001 |
Color Harmonies of #9E52CF
Complementary color
Monochromatic Colors of #9E52CF
Black with #9E52CF
Text Example
Text Example
White with #9E52CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E52CF; }
p { color: rgb(158,82,207); }
H1.HeaderClassName
{
color: #9E52CF;
}
.AnyTagClassName
{
color: #9E52CF;
}
</style>
background-color css
<style>
a { background-color: #9E52CF; }
a { background-color: rgb(158,82,207); }
div.DivClassName
{
background-color: #9E52CF;
}
.BgClassName
{
background-color: #9E52CF;
}
</style>
border-color css
<style>
span { border-color: #9E52CF; }
span { border-color: rgb(158,82,207); }
td.TdClassName
{
border-color: #9E52CF;
}
.TagClassName
{
border-color: #9E52CF;
}
</style>