Shades of Deep Lilac #9E51AE
Tints of Deep Lilac #9E51AE
RGB
CMYK
RGB Variations
Color information
#9E51AE (or 0x9E51AE) is known color: Deep Lilac. HEX triplet: 9E, 51 and AE. RGB value is (158,81,174). Sum of RGB (Red+Green+Blue) = 158+81+174=413 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.26% from 413); Green value is 81 (32.03% from 255 or 19.61% from 413); Blue value is 174 (68.36% from 255 or 42.13% from 413); Max value from RGB is 174 - color contains mainly: blue. Hex color #9E51AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E51AE is #61AE51. Grayscale: #727272. Windows color (decimal): -6401618 or 11424158. OLE color: 11424158.
HSL color Cylindrical-coordinate representation of color #9E51AE: hue angle of 289.68º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9E51AE is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 158 | 81 | 174 | - |
| CMYK | 0.09 | 0.53 | 0 | 0.32 |
| HSL | 289.68º | 0.36% | 0.5% | - |
| HSV(B) | 289.68º | 0.53% | 0.68% | - |
| XYZ | 24.68 | 16.21 | 41.87 | - |
| YUV | 114.63 | 161.51 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 81 | 174 | 0.09 | 0.53 | 0 | 0.32 | 289.68 | 0.36 | 0.5 |
| Hex | 9E | 51 | AE | 9 | 35 | 0 | 20 | 122 | 24 | 32 |
| Octal | 236 | 121 | 256 | 11 | 65 | 0 | 40 | 442 | 44 | 62 |
| Binary | 10011110 | 1010001 | 10101110 | 1001 | 110101 | 0 | 100000 | 100100010 | 100100 | 110010 |
Color Harmonies of #9E51AE
Complementary color
Monochromatic Colors of #9E51AE
Black with #9E51AE
Text Example
Text Example
White with #9E51AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E51AE; }
p { color: rgb(158,81,174); }
H1.HeaderClassName
{
color: #9E51AE;
}
.AnyTagClassName
{
color: #9E51AE;
}
</style>
background-color css
<style>
a { background-color: #9E51AE; }
a { background-color: rgb(158,81,174); }
div.DivClassName
{
background-color: #9E51AE;
}
.BgClassName
{
background-color: #9E51AE;
}
</style>
border-color css
<style>
span { border-color: #9E51AE; }
span { border-color: rgb(158,81,174); }
td.TdClassName
{
border-color: #9E51AE;
}
.TagClassName
{
border-color: #9E51AE;
}
</style>