Shades of Deep Lilac #8957AB
Tints of Deep Lilac #8957AB
RGB
CMYK
RGB Variations
Color information
#8957AB (or 0x8957AB) is known color: Deep Lilac. HEX triplet: 89, 57 and AB. RGB value is (137,87,171). Sum of RGB (Red+Green+Blue) = 137+87+171=395 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.68% from 395); Green value is 87 (34.38% from 255 or 22.03% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 171 - color contains mainly: blue. Hex color #8957AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8957AB is #76A854. Grayscale: #6F6F6F. Windows color (decimal): -7776341 or 11229065. OLE color: 11229065.
HSL color Cylindrical-coordinate representation of color #8957AB: hue angle of 275.71º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8957AB is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 87 | 171 | - |
| CMYK | 0.20 | 0.49 | 0 | 0.33 |
| HSL | 275.71º | 0.33% | 0.51% | - |
| HSV(B) | 275.71º | 0.49% | 0.67% | - |
| XYZ | 21.08 | 15.08 | 40.33 | - |
| YUV | 111.53 | 161.57 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 87 | 171 | 0.20 | 0.49 | 0 | 0.33 | 275.71 | 0.33 | 0.51 |
| Hex | 89 | 57 | AB | 14 | 31 | 0 | 21 | 114 | 21 | 33 |
| Octal | 211 | 127 | 253 | 24 | 61 | 0 | 41 | 424 | 41 | 63 |
| Binary | 10001001 | 1010111 | 10101011 | 10100 | 110001 | 0 | 100001 | 100010100 | 100001 | 110011 |
Color Harmonies of #8957AB
Complementary color
Monochromatic Colors of #8957AB
Black with #8957AB
Text Example
Text Example
White with #8957AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8957AB; }
p { color: rgb(137,87,171); }
H1.HeaderClassName
{
color: #8957AB;
}
.AnyTagClassName
{
color: #8957AB;
}
</style>
background-color css
<style>
a { background-color: #8957AB; }
a { background-color: rgb(137,87,171); }
div.DivClassName
{
background-color: #8957AB;
}
.BgClassName
{
background-color: #8957AB;
}
</style>
border-color css
<style>
span { border-color: #8957AB; }
span { border-color: rgb(137,87,171); }
td.TdClassName
{
border-color: #8957AB;
}
.TagClassName
{
border-color: #8957AB;
}
</style>