Shades of Deep Lilac #8959AD
Tints of Deep Lilac #8959AD
RGB
CMYK
RGB Variations
Color information
#8959AD (or 0x8959AD) is known color: Deep Lilac. HEX triplet: 89, 59 and AD. RGB value is (137,89,173). Sum of RGB (Red+Green+Blue) = 137+89+173=399 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.34% from 399); Green value is 89 (35.16% from 255 or 22.31% from 399); Blue value is 173 (67.97% from 255 or 43.36% from 399); Max value from RGB is 173 - color contains mainly: blue. Hex color #8959AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8959AD is #76A652. Grayscale: #707070. Windows color (decimal): -7775827 or 11360649. OLE color: 11360649.
HSL color Cylindrical-coordinate representation of color #8959AD: hue angle of 274.29º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8959AD is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 137 | 89 | 173 | - |
| CMYK | 0.21 | 0.49 | 0 | 0.32 |
| HSL | 274.29º | 0.34% | 0.51% | - |
| HSV(B) | 274.29º | 0.49% | 0.68% | - |
| XYZ | 21.43 | 15.48 | 41.39 | - |
| YUV | 112.93 | 161.9 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 89 | 173 | 0.21 | 0.49 | 0 | 0.32 | 274.29 | 0.34 | 0.51 |
| Hex | 89 | 59 | AD | 15 | 31 | 0 | 20 | 112 | 22 | 33 |
| Octal | 211 | 131 | 255 | 25 | 61 | 0 | 40 | 422 | 42 | 63 |
| Binary | 10001001 | 1011001 | 10101101 | 10101 | 110001 | 0 | 100000 | 100010010 | 100010 | 110011 |
Color Harmonies of #8959AD
Complementary color
Monochromatic Colors of #8959AD
Black with #8959AD
Text Example
Text Example
White with #8959AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8959AD; }
p { color: rgb(137,89,173); }
H1.HeaderClassName
{
color: #8959AD;
}
.AnyTagClassName
{
color: #8959AD;
}
</style>
background-color css
<style>
a { background-color: #8959AD; }
a { background-color: rgb(137,89,173); }
div.DivClassName
{
background-color: #8959AD;
}
.BgClassName
{
background-color: #8959AD;
}
</style>
border-color css
<style>
span { border-color: #8959AD; }
span { border-color: rgb(137,89,173); }
td.TdClassName
{
border-color: #8959AD;
}
.TagClassName
{
border-color: #8959AD;
}
</style>