Shades of Deep Lilac #9E4FAE
Tints of Deep Lilac #9E4FAE
RGB
CMYK
RGB Variations
Color information
#9E4FAE (or 0x9E4FAE) is known color: Deep Lilac. HEX triplet: 9E, 4F and AE. RGB value is (158,79,174). Sum of RGB (Red+Green+Blue) = 158+79+174=411 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.44% from 411); Green value is 79 (31.25% from 255 or 19.22% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 174 - color contains mainly: blue. Hex color #9E4FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E4FAE is #61B051. Grayscale: #717171. Windows color (decimal): -6402130 or 11423646. OLE color: 11423646.
HSL color Cylindrical-coordinate representation of color #9E4FAE: hue angle of 289.89º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9E4FAE is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 158 | 79 | 174 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.32 |
| HSL | 289.89º | 0.38% | 0.5% | - |
| HSV(B) | 289.89º | 0.55% | 0.68% | - |
| XYZ | 24.54 | 15.92 | 41.82 | - |
| YUV | 113.45 | 162.17 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 79 | 174 | 0.09 | 0.55 | 0 | 0.32 | 289.89 | 0.38 | 0.5 |
| Hex | 9E | 4F | AE | 9 | 37 | 0 | 20 | 122 | 26 | 32 |
| Octal | 236 | 117 | 256 | 11 | 67 | 0 | 40 | 442 | 46 | 62 |
| Binary | 10011110 | 1001111 | 10101110 | 1001 | 110111 | 0 | 100000 | 100100010 | 100110 | 110010 |
Color Harmonies of #9E4FAE
Complementary color
Monochromatic Colors of #9E4FAE
Black with #9E4FAE
Text Example
Text Example
White with #9E4FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4FAE; }
p { color: rgb(158,79,174); }
H1.HeaderClassName
{
color: #9E4FAE;
}
.AnyTagClassName
{
color: #9E4FAE;
}
</style>
background-color css
<style>
a { background-color: #9E4FAE; }
a { background-color: rgb(158,79,174); }
div.DivClassName
{
background-color: #9E4FAE;
}
.BgClassName
{
background-color: #9E4FAE;
}
</style>
border-color css
<style>
span { border-color: #9E4FAE; }
span { border-color: rgb(158,79,174); }
td.TdClassName
{
border-color: #9E4FAE;
}
.TagClassName
{
border-color: #9E4FAE;
}
</style>