Shades of Deep Lilac #8949AD
Tints of Deep Lilac #8949AD
RGB
CMYK
RGB Variations
Color information
#8949AD (or 0x8949AD) is known color: Deep Lilac. HEX triplet: 89, 49 and AD. RGB value is (137,73,173). Sum of RGB (Red+Green+Blue) = 137+73+173=383 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.77% from 383); Green value is 73 (28.91% from 255 or 19.06% from 383); Blue value is 173 (67.97% from 255 or 45.17% from 383); Max value from RGB is 173 - color contains mainly: blue. Hex color #8949AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8949AD is #76B652. Grayscale: #676767. Windows color (decimal): -7779923 or 11356553. OLE color: 11356553.
HSL color Cylindrical-coordinate representation of color #8949AD: hue angle of 278.4º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8949AD is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 137 | 73 | 173 | - |
| CMYK | 0.21 | 0.58 | 0 | 0.32 |
| HSL | 278.4º | 0.41% | 0.48% | - |
| HSV(B) | 278.4º | 0.58% | 0.68% | - |
| XYZ | 20.24 | 13.1 | 41 | - |
| YUV | 103.54 | 167.2 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 73 | 173 | 0.21 | 0.58 | 0 | 0.32 | 278.4 | 0.41 | 0.48 |
| Hex | 89 | 49 | AD | 15 | 3A | 0 | 20 | 116 | 29 | 30 |
| Octal | 211 | 111 | 255 | 25 | 72 | 0 | 40 | 426 | 51 | 60 |
| Binary | 10001001 | 1001001 | 10101101 | 10101 | 111010 | 0 | 100000 | 100010110 | 101001 | 110000 |
Color Harmonies of #8949AD
Complementary color
Monochromatic Colors of #8949AD
Black with #8949AD
Text Example
Text Example
White with #8949AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8949AD; }
p { color: rgb(137,73,173); }
H1.HeaderClassName
{
color: #8949AD;
}
.AnyTagClassName
{
color: #8949AD;
}
</style>
background-color css
<style>
a { background-color: #8949AD; }
a { background-color: rgb(137,73,173); }
div.DivClassName
{
background-color: #8949AD;
}
.BgClassName
{
background-color: #8949AD;
}
</style>
border-color css
<style>
span { border-color: #8949AD; }
span { border-color: rgb(137,73,173); }
td.TdClassName
{
border-color: #8949AD;
}
.TagClassName
{
border-color: #8949AD;
}
</style>