Shades of Deep Lilac #9E49CE
Tints of Deep Lilac #9E49CE
RGB
CMYK
RGB Variations
Color information
#9E49CE (or 0x9E49CE) is known color: Deep Lilac. HEX triplet: 9E, 49 and CE. RGB value is (158,73,206). Sum of RGB (Red+Green+Blue) = 158+73+206=437 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.16% from 437); Green value is 73 (28.91% from 255 or 16.70% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #9E49CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E49CE is #61B631. Grayscale: #717171. Windows color (decimal): -6403634 or 13519262. OLE color: 13519262.
HSL color Cylindrical-coordinate representation of color #9E49CE: hue angle of 278.35º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9E49CE is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 73 | 206 | - |
| CMYK | 0.23 | 0.65 | 0 | 0.19 |
| HSL | 278.35º | 0.58% | 0.55% | - |
| HSV(B) | 278.35º | 0.65% | 0.81% | - |
| XYZ | 27.62 | 16.49 | 60.12 | - |
| YUV | 113.58 | 180.16 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 73 | 206 | 0.23 | 0.65 | 0 | 0.19 | 278.35 | 0.58 | 0.55 |
| Hex | 9E | 49 | CE | 17 | 41 | 0 | 13 | 116 | 3A | 37 |
| Octal | 236 | 111 | 316 | 27 | 101 | 0 | 23 | 426 | 72 | 67 |
| Binary | 10011110 | 1001001 | 11001110 | 10111 | 1000001 | 0 | 10011 | 100010110 | 111010 | 110111 |
Color Harmonies of #9E49CE
Complementary color
Monochromatic Colors of #9E49CE
Black with #9E49CE
Text Example
Text Example
White with #9E49CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E49CE; }
p { color: rgb(158,73,206); }
H1.HeaderClassName
{
color: #9E49CE;
}
.AnyTagClassName
{
color: #9E49CE;
}
</style>
background-color css
<style>
a { background-color: #9E49CE; }
a { background-color: rgb(158,73,206); }
div.DivClassName
{
background-color: #9E49CE;
}
.BgClassName
{
background-color: #9E49CE;
}
</style>
border-color css
<style>
span { border-color: #9E49CE; }
span { border-color: rgb(158,73,206); }
td.TdClassName
{
border-color: #9E49CE;
}
.TagClassName
{
border-color: #9E49CE;
}
</style>