Shades of Deep Lilac #9A56AA
Tints of Deep Lilac #9A56AA
RGB
CMYK
RGB Variations
Color information
#9A56AA (or 0x9A56AA) is known color: Deep Lilac. HEX triplet: 9A, 56 and AA. RGB value is (154,86,170). Sum of RGB (Red+Green+Blue) = 154+86+170=410 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.56% from 410); Green value is 86 (33.98% from 255 or 20.98% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 170 - color contains mainly: blue. Hex color #9A56AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A56AA is #65A955. Grayscale: #737373. Windows color (decimal): -6662486 or 11163290. OLE color: 11163290.
HSL color Cylindrical-coordinate representation of color #9A56AA: hue angle of 288.57º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9A56AA is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 86 | 170 | - |
| CMYK | 0.09 | 0.49 | 0 | 0.33 |
| HSL | 288.57º | 0.33% | 0.5% | - |
| HSV(B) | 288.57º | 0.49% | 0.67% | - |
| XYZ | 23.91 | 16.43 | 39.94 | - |
| YUV | 115.91 | 158.53 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 86 | 170 | 0.09 | 0.49 | 0 | 0.33 | 288.57 | 0.33 | 0.5 |
| Hex | 9A | 56 | AA | 9 | 31 | 0 | 21 | 121 | 21 | 32 |
| Octal | 232 | 126 | 252 | 11 | 61 | 0 | 41 | 441 | 41 | 62 |
| Binary | 10011010 | 1010110 | 10101010 | 1001 | 110001 | 0 | 100001 | 100100001 | 100001 | 110010 |
Color Harmonies of #9A56AA
Complementary color
Monochromatic Colors of #9A56AA
Black with #9A56AA
Text Example
Text Example
White with #9A56AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A56AA; }
p { color: rgb(154,86,170); }
H1.HeaderClassName
{
color: #9A56AA;
}
.AnyTagClassName
{
color: #9A56AA;
}
</style>
background-color css
<style>
a { background-color: #9A56AA; }
a { background-color: rgb(154,86,170); }
div.DivClassName
{
background-color: #9A56AA;
}
.BgClassName
{
background-color: #9A56AA;
}
</style>
border-color css
<style>
span { border-color: #9A56AA; }
span { border-color: rgb(154,86,170); }
td.TdClassName
{
border-color: #9A56AA;
}
.TagClassName
{
border-color: #9A56AA;
}
</style>