Shades of Deep Lilac #9A4EAF
Tints of Deep Lilac #9A4EAF
RGB
CMYK
RGB Variations
Color information
#9A4EAF (or 0x9A4EAF) is known color: Deep Lilac. HEX triplet: 9A, 4E and AF. RGB value is (154,78,175). Sum of RGB (Red+Green+Blue) = 154+78+175=407 (53% of max value = 765). Red value is 154 (60.55% from 255 or 37.84% from 407); Green value is 78 (30.86% from 255 or 19.16% from 407); Blue value is 175 (68.75% from 255 or 43.00% from 407); Max value from RGB is 175 - color contains mainly: blue. Hex color #9A4EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A4EAF is #65B150. Grayscale: #6F6F6F. Windows color (decimal): -6664529 or 11488922. OLE color: 11488922.
HSL color Cylindrical-coordinate representation of color #9A4EAF: hue angle of 287.01º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9A4EAF is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 78 | 175 | - |
| CMYK | 0.12 | 0.55 | 0 | 0.31 |
| HSL | 287.01º | 0.38% | 0.5% | - |
| HSV(B) | 287.01º | 0.55% | 0.69% | - |
| XYZ | 23.79 | 15.41 | 42.28 | - |
| YUV | 111.78 | 163.68 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 78 | 175 | 0.12 | 0.55 | 0 | 0.31 | 287.01 | 0.38 | 0.5 |
| Hex | 9A | 4E | AF | C | 37 | 0 | 1F | 11F | 26 | 32 |
| Octal | 232 | 116 | 257 | 14 | 67 | 0 | 37 | 437 | 46 | 62 |
| Binary | 10011010 | 1001110 | 10101111 | 1100 | 110111 | 0 | 11111 | 100011111 | 100110 | 110010 |
Color Harmonies of #9A4EAF
Complementary color
Monochromatic Colors of #9A4EAF
Black with #9A4EAF
Text Example
Text Example
White with #9A4EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4EAF; }
p { color: rgb(154,78,175); }
H1.HeaderClassName
{
color: #9A4EAF;
}
.AnyTagClassName
{
color: #9A4EAF;
}
</style>
background-color css
<style>
a { background-color: #9A4EAF; }
a { background-color: rgb(154,78,175); }
div.DivClassName
{
background-color: #9A4EAF;
}
.BgClassName
{
background-color: #9A4EAF;
}
</style>
border-color css
<style>
span { border-color: #9A4EAF; }
span { border-color: rgb(154,78,175); }
td.TdClassName
{
border-color: #9A4EAF;
}
.TagClassName
{
border-color: #9A4EAF;
}
</style>