Shades of Deep Lilac #8956A6
Tints of Deep Lilac #8956A6
RGB
CMYK
RGB Variations
Color information
#8956A6 (or 0x8956A6) is known color: Deep Lilac. HEX triplet: 89, 56 and A6. RGB value is (137,86,166). Sum of RGB (Red+Green+Blue) = 137+86+166=389 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.22% from 389); Green value is 86 (33.98% from 255 or 22.11% from 389); Blue value is 166 (65.23% from 255 or 42.67% from 389); Max value from RGB is 166 - color contains mainly: blue. Hex color #8956A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8956A6 is #76A959. Grayscale: #6E6E6E. Windows color (decimal): -7776602 or 10901129. OLE color: 10901129.
HSL color Cylindrical-coordinate representation of color #8956A6: hue angle of 278.25º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8956A6 is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 137 | 86 | 166 | - |
| CMYK | 0.17 | 0.48 | 0 | 0.35 |
| HSL | 278.25º | 0.32% | 0.49% | - |
| HSV(B) | 278.25º | 0.48% | 0.65% | - |
| XYZ | 20.53 | 14.73 | 37.84 | - |
| YUV | 110.37 | 159.4 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 86 | 166 | 0.17 | 0.48 | 0 | 0.35 | 278.25 | 0.32 | 0.49 |
| Hex | 89 | 56 | A6 | 11 | 30 | 0 | 23 | 116 | 20 | 31 |
| Octal | 211 | 126 | 246 | 21 | 60 | 0 | 43 | 426 | 40 | 61 |
| Binary | 10001001 | 1010110 | 10100110 | 10001 | 110000 | 0 | 100011 | 100010110 | 100000 | 110001 |
Color Harmonies of #8956A6
Complementary color
Monochromatic Colors of #8956A6
Black with #8956A6
Text Example
Text Example
White with #8956A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8956A6; }
p { color: rgb(137,86,166); }
H1.HeaderClassName
{
color: #8956A6;
}
.AnyTagClassName
{
color: #8956A6;
}
</style>
background-color css
<style>
a { background-color: #8956A6; }
a { background-color: rgb(137,86,166); }
div.DivClassName
{
background-color: #8956A6;
}
.BgClassName
{
background-color: #8956A6;
}
</style>
border-color css
<style>
span { border-color: #8956A6; }
span { border-color: rgb(137,86,166); }
td.TdClassName
{
border-color: #8956A6;
}
.TagClassName
{
border-color: #8956A6;
}
</style>