Shades of Deep Lilac #8951AF
Tints of Deep Lilac #8951AF
RGB
CMYK
RGB Variations
Color information
#8951AF (or 0x8951AF) is known color: Deep Lilac. HEX triplet: 89, 51 and AF. RGB value is (137,81,175). Sum of RGB (Red+Green+Blue) = 137+81+175=393 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.86% from 393); Green value is 81 (32.03% from 255 or 20.61% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 175 - color contains mainly: blue. Hex color #8951AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8951AF is #76AE50. Grayscale: #6C6C6C. Windows color (decimal): -7777873 or 11489673. OLE color: 11489673.
HSL color Cylindrical-coordinate representation of color #8951AF: hue angle of 275.74º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8951AF is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 137 | 81 | 175 | - |
| CMYK | 0.22 | 0.54 | 0 | 0.31 |
| HSL | 275.74º | 0.37% | 0.5% | - |
| HSV(B) | 275.74º | 0.54% | 0.69% | - |
| XYZ | 21 | 14.3 | 42.21 | - |
| YUV | 108.46 | 165.55 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 81 | 175 | 0.22 | 0.54 | 0 | 0.31 | 275.74 | 0.37 | 0.5 |
| Hex | 89 | 51 | AF | 16 | 36 | 0 | 1F | 114 | 25 | 32 |
| Octal | 211 | 121 | 257 | 26 | 66 | 0 | 37 | 424 | 45 | 62 |
| Binary | 10001001 | 1010001 | 10101111 | 10110 | 110110 | 0 | 11111 | 100010100 | 100101 | 110010 |
Color Harmonies of #8951AF
Complementary color
Monochromatic Colors of #8951AF
Black with #8951AF
Text Example
Text Example
White with #8951AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8951AF; }
p { color: rgb(137,81,175); }
H1.HeaderClassName
{
color: #8951AF;
}
.AnyTagClassName
{
color: #8951AF;
}
</style>
background-color css
<style>
a { background-color: #8951AF; }
a { background-color: rgb(137,81,175); }
div.DivClassName
{
background-color: #8951AF;
}
.BgClassName
{
background-color: #8951AF;
}
</style>
border-color css
<style>
span { border-color: #8951AF; }
span { border-color: rgb(137,81,175); }
td.TdClassName
{
border-color: #8951AF;
}
.TagClassName
{
border-color: #8951AF;
}
</style>