Shades of Deep Lilac #8949AF
Tints of Deep Lilac #8949AF
RGB
CMYK
RGB Variations
Color information
#8949AF (or 0x8949AF) is known color: Deep Lilac. HEX triplet: 89, 49 and AF. RGB value is (137,73,175). Sum of RGB (Red+Green+Blue) = 137+73+175=385 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.58% from 385); Green value is 73 (28.91% from 255 or 18.96% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 175 - color contains mainly: blue. Hex color #8949AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8949AF is #76B650. Grayscale: #676767. Windows color (decimal): -7779921 or 11487625. OLE color: 11487625.
HSL color Cylindrical-coordinate representation of color #8949AF: hue angle of 277.65º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8949AF is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 137 | 73 | 175 | - |
| CMYK | 0.22 | 0.58 | 0 | 0.31 |
| HSL | 277.65º | 0.41% | 0.49% | - |
| HSV(B) | 277.65º | 0.58% | 0.69% | - |
| XYZ | 20.44 | 13.18 | 42.02 | - |
| YUV | 103.76 | 168.2 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 73 | 175 | 0.22 | 0.58 | 0 | 0.31 | 277.65 | 0.41 | 0.49 |
| Hex | 89 | 49 | AF | 16 | 3A | 0 | 1F | 116 | 29 | 31 |
| Octal | 211 | 111 | 257 | 26 | 72 | 0 | 37 | 426 | 51 | 61 |
| Binary | 10001001 | 1001001 | 10101111 | 10110 | 111010 | 0 | 11111 | 100010110 | 101001 | 110001 |
Color Harmonies of #8949AF
Complementary color
Monochromatic Colors of #8949AF
Black with #8949AF
Text Example
Text Example
White with #8949AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8949AF; }
p { color: rgb(137,73,175); }
H1.HeaderClassName
{
color: #8949AF;
}
.AnyTagClassName
{
color: #8949AF;
}
</style>
background-color css
<style>
a { background-color: #8949AF; }
a { background-color: rgb(137,73,175); }
div.DivClassName
{
background-color: #8949AF;
}
.BgClassName
{
background-color: #8949AF;
}
</style>
border-color css
<style>
span { border-color: #8949AF; }
span { border-color: rgb(137,73,175); }
td.TdClassName
{
border-color: #8949AF;
}
.TagClassName
{
border-color: #8949AF;
}
</style>