Shades of Deep Lilac #8956AB
Tints of Deep Lilac #8956AB
RGB
CMYK
RGB Variations
Color information
#8956AB (or 0x8956AB) is known color: Deep Lilac. HEX triplet: 89, 56 and AB. RGB value is (137,86,171). Sum of RGB (Red+Green+Blue) = 137+86+171=394 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.77% from 394); Green value is 86 (33.98% from 255 or 21.83% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 171 - color contains mainly: blue. Hex color #8956AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8956AB is #76A954. Grayscale: #6E6E6E. Windows color (decimal): -7776597 or 11228809. OLE color: 11228809.
HSL color Cylindrical-coordinate representation of color #8956AB: hue angle of 276º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8956AB is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 86 | 171 | - |
| CMYK | 0.20 | 0.50 | 0 | 0.33 |
| HSL | 276º | 0.34% | 0.5% | - |
| HSV(B) | 276º | 0.5% | 0.67% | - |
| XYZ | 21 | 14.91 | 40.3 | - |
| YUV | 110.94 | 161.9 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 86 | 171 | 0.20 | 0.50 | 0 | 0.33 | 276 | 0.34 | 0.5 |
| Hex | 89 | 56 | AB | 14 | 32 | 0 | 21 | 114 | 22 | 32 |
| Octal | 211 | 126 | 253 | 24 | 62 | 0 | 41 | 424 | 42 | 62 |
| Binary | 10001001 | 1010110 | 10101011 | 10100 | 110010 | 0 | 100001 | 100010100 | 100010 | 110010 |
Color Harmonies of #8956AB
Complementary color
Monochromatic Colors of #8956AB
Black with #8956AB
Text Example
Text Example
White with #8956AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8956AB; }
p { color: rgb(137,86,171); }
H1.HeaderClassName
{
color: #8956AB;
}
.AnyTagClassName
{
color: #8956AB;
}
</style>
background-color css
<style>
a { background-color: #8956AB; }
a { background-color: rgb(137,86,171); }
div.DivClassName
{
background-color: #8956AB;
}
.BgClassName
{
background-color: #8956AB;
}
</style>
border-color css
<style>
span { border-color: #8956AB; }
span { border-color: rgb(137,86,171); }
td.TdClassName
{
border-color: #8956AB;
}
.TagClassName
{
border-color: #8956AB;
}
</style>