Shades of Deep Lilac #9A4CAA
Tints of Deep Lilac #9A4CAA
RGB
CMYK
RGB Variations
Color information
#9A4CAA (or 0x9A4CAA) is known color: Deep Lilac. HEX triplet: 9A, 4C and AA. RGB value is (154,76,170). Sum of RGB (Red+Green+Blue) = 154+76+170=400 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.5% from 400); Green value is 76 (30.08% from 255 or 19% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 170 - color contains mainly: blue. Hex color #9A4CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A4CAA is #65B355. Grayscale: #6D6D6D. Windows color (decimal): -6665046 or 11160730. OLE color: 11160730.
HSL color Cylindrical-coordinate representation of color #9A4CAA: hue angle of 289.79º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9A4CAA is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 76 | 170 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.33 |
| HSL | 289.79º | 0.38% | 0.48% | - |
| HSV(B) | 289.79º | 0.55% | 0.67% | - |
| XYZ | 23.17 | 14.94 | 39.69 | - |
| YUV | 110.04 | 161.84 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 76 | 170 | 0.09 | 0.55 | 0 | 0.33 | 289.79 | 0.38 | 0.48 |
| Hex | 9A | 4C | AA | 9 | 37 | 0 | 21 | 122 | 26 | 30 |
| Octal | 232 | 114 | 252 | 11 | 67 | 0 | 41 | 442 | 46 | 60 |
| Binary | 10011010 | 1001100 | 10101010 | 1001 | 110111 | 0 | 100001 | 100100010 | 100110 | 110000 |
Color Harmonies of #9A4CAA
Complementary color
Monochromatic Colors of #9A4CAA
Black with #9A4CAA
Text Example
Text Example
White with #9A4CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4CAA; }
p { color: rgb(154,76,170); }
H1.HeaderClassName
{
color: #9A4CAA;
}
.AnyTagClassName
{
color: #9A4CAA;
}
</style>
background-color css
<style>
a { background-color: #9A4CAA; }
a { background-color: rgb(154,76,170); }
div.DivClassName
{
background-color: #9A4CAA;
}
.BgClassName
{
background-color: #9A4CAA;
}
</style>
border-color css
<style>
span { border-color: #9A4CAA; }
span { border-color: rgb(154,76,170); }
td.TdClassName
{
border-color: #9A4CAA;
}
.TagClassName
{
border-color: #9A4CAA;
}
</style>