Shades of Deep Lilac #9A56AC
Tints of Deep Lilac #9A56AC
RGB
CMYK
RGB Variations
Color information
#9A56AC (or 0x9A56AC) is known color: Deep Lilac. HEX triplet: 9A, 56 and AC. RGB value is (154,86,172). Sum of RGB (Red+Green+Blue) = 154+86+172=412 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.38% from 412); Green value is 86 (33.98% from 255 or 20.87% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 172 - color contains mainly: blue. Hex color #9A56AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A56AC is #65A953. Grayscale: #737373. Windows color (decimal): -6662484 or 11294362. OLE color: 11294362.
HSL color Cylindrical-coordinate representation of color #9A56AC: hue angle of 287.44º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9A56AC is Cyan = 0.10, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 86 | 172 | - |
| CMYK | 0.10 | 0.5 | 0 | 0.33 |
| HSL | 287.44º | 0.34% | 0.51% | - |
| HSV(B) | 287.44º | 0.5% | 0.67% | - |
| XYZ | 24.1 | 16.5 | 40.95 | - |
| YUV | 116.14 | 159.53 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 86 | 172 | 0.10 | 0.5 | 0 | 0.33 | 287.44 | 0.34 | 0.51 |
| Hex | 9A | 56 | AC | A | 32 | 0 | 21 | 11F | 22 | 33 |
| Octal | 232 | 126 | 254 | 12 | 62 | 0 | 41 | 437 | 42 | 63 |
| Binary | 10011010 | 1010110 | 10101100 | 1010 | 110010 | 0 | 100001 | 100011111 | 100010 | 110011 |
Color Harmonies of #9A56AC
Complementary color
Monochromatic Colors of #9A56AC
Black with #9A56AC
Text Example
Text Example
White with #9A56AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A56AC; }
p { color: rgb(154,86,172); }
H1.HeaderClassName
{
color: #9A56AC;
}
.AnyTagClassName
{
color: #9A56AC;
}
</style>
background-color css
<style>
a { background-color: #9A56AC; }
a { background-color: rgb(154,86,172); }
div.DivClassName
{
background-color: #9A56AC;
}
.BgClassName
{
background-color: #9A56AC;
}
</style>
border-color css
<style>
span { border-color: #9A56AC; }
span { border-color: rgb(154,86,172); }
td.TdClassName
{
border-color: #9A56AC;
}
.TagClassName
{
border-color: #9A56AC;
}
</style>