Shades of Deep Lilac #9E49CD
Tints of Deep Lilac #9E49CD
RGB
CMYK
RGB Variations
Color information
#9E49CD (or 0x9E49CD) is known color: Deep Lilac. HEX triplet: 9E, 49 and CD. RGB value is (158,73,205). Sum of RGB (Red+Green+Blue) = 158+73+205=436 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.24% from 436); Green value is 73 (28.91% from 255 or 16.74% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #9E49CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E49CD is #61B632. Grayscale: #717171. Windows color (decimal): -6403635 or 13453726. OLE color: 13453726.
HSL color Cylindrical-coordinate representation of color #9E49CD: hue angle of 278.64º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9E49CD is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 73 | 205 | - |
| CMYK | 0.23 | 0.64 | 0 | 0.20 |
| HSL | 278.64º | 0.57% | 0.55% | - |
| HSV(B) | 278.64º | 0.64% | 0.8% | - |
| XYZ | 27.5 | 16.44 | 59.48 | - |
| YUV | 113.46 | 179.66 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 73 | 205 | 0.23 | 0.64 | 0 | 0.20 | 278.64 | 0.57 | 0.55 |
| Hex | 9E | 49 | CD | 17 | 40 | 0 | 14 | 117 | 39 | 37 |
| Octal | 236 | 111 | 315 | 27 | 100 | 0 | 24 | 427 | 71 | 67 |
| Binary | 10011110 | 1001001 | 11001101 | 10111 | 1000000 | 0 | 10100 | 100010111 | 111001 | 110111 |
Color Harmonies of #9E49CD
Complementary color
Monochromatic Colors of #9E49CD
Black with #9E49CD
Text Example
Text Example
White with #9E49CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E49CD; }
p { color: rgb(158,73,205); }
H1.HeaderClassName
{
color: #9E49CD;
}
.AnyTagClassName
{
color: #9E49CD;
}
</style>
background-color css
<style>
a { background-color: #9E49CD; }
a { background-color: rgb(158,73,205); }
div.DivClassName
{
background-color: #9E49CD;
}
.BgClassName
{
background-color: #9E49CD;
}
</style>
border-color css
<style>
span { border-color: #9E49CD; }
span { border-color: rgb(158,73,205); }
td.TdClassName
{
border-color: #9E49CD;
}
.TagClassName
{
border-color: #9E49CD;
}
</style>