Shades of Deep Lilac #9A4EAE
Tints of Deep Lilac #9A4EAE
RGB
CMYK
RGB Variations
Color information
#9A4EAE (or 0x9A4EAE) is known color: Deep Lilac. HEX triplet: 9A, 4E and AE. RGB value is (154,78,174). Sum of RGB (Red+Green+Blue) = 154+78+174=406 (53% of max value = 765). Red value is 154 (60.55% from 255 or 37.93% from 406); Green value is 78 (30.86% from 255 or 19.21% from 406); Blue value is 174 (68.36% from 255 or 42.86% from 406); Max value from RGB is 174 - color contains mainly: blue. Hex color #9A4EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A4EAE is #65B151. Grayscale: #6F6F6F. Windows color (decimal): -6664530 or 11423386. OLE color: 11423386.
HSL color Cylindrical-coordinate representation of color #9A4EAE: hue angle of 287.5º 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 #9A4EAE is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 154 | 78 | 174 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.32 |
| HSL | 287.5º | 0.38% | 0.49% | - |
| HSV(B) | 287.5º | 0.55% | 0.68% | - |
| XYZ | 23.69 | 15.37 | 41.76 | - |
| YUV | 111.67 | 163.18 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 78 | 174 | 0.11 | 0.55 | 0 | 0.32 | 287.5 | 0.38 | 0.49 |
| Hex | 9A | 4E | AE | B | 37 | 0 | 20 | 120 | 26 | 31 |
| Octal | 232 | 116 | 256 | 13 | 67 | 0 | 40 | 440 | 46 | 61 |
| Binary | 10011010 | 1001110 | 10101110 | 1011 | 110111 | 0 | 100000 | 100100000 | 100110 | 110001 |
Color Harmonies of #9A4EAE
Complementary color
Monochromatic Colors of #9A4EAE
Black with #9A4EAE
Text Example
Text Example
White with #9A4EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4EAE; }
p { color: rgb(154,78,174); }
H1.HeaderClassName
{
color: #9A4EAE;
}
.AnyTagClassName
{
color: #9A4EAE;
}
</style>
background-color css
<style>
a { background-color: #9A4EAE; }
a { background-color: rgb(154,78,174); }
div.DivClassName
{
background-color: #9A4EAE;
}
.BgClassName
{
background-color: #9A4EAE;
}
</style>
border-color css
<style>
span { border-color: #9A4EAE; }
span { border-color: rgb(154,78,174); }
td.TdClassName
{
border-color: #9A4EAE;
}
.TagClassName
{
border-color: #9A4EAE;
}
</style>