Shades of Deep Lilac #8951AD
Tints of Deep Lilac #8951AD
RGB
CMYK
RGB Variations
Color information
#8951AD (or 0x8951AD) is known color: Deep Lilac. HEX triplet: 89, 51 and AD. RGB value is (137,81,173). Sum of RGB (Red+Green+Blue) = 137+81+173=391 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.04% from 391); Green value is 81 (32.03% from 255 or 20.72% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 173 - color contains mainly: blue. Hex color #8951AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8951AD is #76AE52. Grayscale: #6B6B6B. Windows color (decimal): -7777875 or 11358601. OLE color: 11358601.
HSL color Cylindrical-coordinate representation of color #8951AD: hue angle of 276.52º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8951AD is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 137 | 81 | 173 | - |
| CMYK | 0.21 | 0.53 | 0 | 0.32 |
| HSL | 276.52º | 0.36% | 0.5% | - |
| HSV(B) | 276.52º | 0.53% | 0.68% | - |
| XYZ | 20.8 | 14.22 | 41.18 | - |
| YUV | 108.23 | 164.55 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 81 | 173 | 0.21 | 0.53 | 0 | 0.32 | 276.52 | 0.36 | 0.5 |
| Hex | 89 | 51 | AD | 15 | 35 | 0 | 20 | 115 | 24 | 32 |
| Octal | 211 | 121 | 255 | 25 | 65 | 0 | 40 | 425 | 44 | 62 |
| Binary | 10001001 | 1010001 | 10101101 | 10101 | 110101 | 0 | 100000 | 100010101 | 100100 | 110010 |
Color Harmonies of #8951AD
Complementary color
Monochromatic Colors of #8951AD
Black with #8951AD
Text Example
Text Example
White with #8951AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8951AD; }
p { color: rgb(137,81,173); }
H1.HeaderClassName
{
color: #8951AD;
}
.AnyTagClassName
{
color: #8951AD;
}
</style>
background-color css
<style>
a { background-color: #8951AD; }
a { background-color: rgb(137,81,173); }
div.DivClassName
{
background-color: #8951AD;
}
.BgClassName
{
background-color: #8951AD;
}
</style>
border-color css
<style>
span { border-color: #8951AD; }
span { border-color: rgb(137,81,173); }
td.TdClassName
{
border-color: #8951AD;
}
.TagClassName
{
border-color: #8951AD;
}
</style>