Shades of Deep Lilac #9F4EAE
Tints of Deep Lilac #9F4EAE
RGB
CMYK
RGB Variations
Color information
#9F4EAE (or 0x9F4EAE) is known color: Deep Lilac. HEX triplet: 9F, 4E and AE. RGB value is (159,78,174). Sum of RGB (Red+Green+Blue) = 159+78+174=411 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.69% from 411); Green value is 78 (30.86% from 255 or 18.98% 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 #9F4EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F4EAE is #60B151. Grayscale: #707070. Windows color (decimal): -6336850 or 11423391. OLE color: 11423391.
HSL color Cylindrical-coordinate representation of color #9F4EAE: hue angle of 290.62º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9F4EAE is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 159 | 78 | 174 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.32 |
| HSL | 290.63º | 0.38% | 0.49% | - |
| HSV(B) | 290.63º | 0.55% | 0.68% | - |
| XYZ | 24.66 | 15.88 | 41.81 | - |
| YUV | 113.16 | 162.34 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 78 | 174 | 0.09 | 0.55 | 0 | 0.32 | 290.63 | 0.38 | 0.49 |
| Hex | 9F | 4E | AE | 9 | 37 | 0 | 20 | 123 | 26 | 31 |
| Octal | 237 | 116 | 256 | 11 | 67 | 0 | 40 | 443 | 46 | 61 |
| Binary | 10011111 | 1001110 | 10101110 | 1001 | 110111 | 0 | 100000 | 100100011 | 100110 | 110001 |
Color Harmonies of #9F4EAE
Complementary color
Monochromatic Colors of #9F4EAE
Black with #9F4EAE
Text Example
Text Example
White with #9F4EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4EAE; }
p { color: rgb(159,78,174); }
H1.HeaderClassName
{
color: #9F4EAE;
}
.AnyTagClassName
{
color: #9F4EAE;
}
</style>
background-color css
<style>
a { background-color: #9F4EAE; }
a { background-color: rgb(159,78,174); }
div.DivClassName
{
background-color: #9F4EAE;
}
.BgClassName
{
background-color: #9F4EAE;
}
</style>
border-color css
<style>
span { border-color: #9F4EAE; }
span { border-color: rgb(159,78,174); }
td.TdClassName
{
border-color: #9F4EAE;
}
.TagClassName
{
border-color: #9F4EAE;
}
</style>