Shades of Deep Lilac #8948AA
Tints of Deep Lilac #8948AA
RGB
CMYK
RGB Variations
Color information
#8948AA (or 0x8948AA) is known color: Deep Lilac. HEX triplet: 89, 48 and AA. RGB value is (137,72,170). Sum of RGB (Red+Green+Blue) = 137+72+170=379 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.15% from 379); Green value is 72 (28.52% from 255 or 19.00% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 170 - color contains mainly: blue. Hex color #8948AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8948AA is #76B755. Grayscale: #666666. Windows color (decimal): -7780182 or 11159689. OLE color: 11159689.
HSL color Cylindrical-coordinate representation of color #8948AA: hue angle of 279.8º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8948AA is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 72 | 170 | - |
| CMYK | 0.19 | 0.58 | 0 | 0.33 |
| HSL | 279.8º | 0.4% | 0.47% | - |
| HSV(B) | 279.8º | 0.58% | 0.67% | - |
| XYZ | 19.89 | 12.86 | 39.46 | - |
| YUV | 102.61 | 166.03 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 72 | 170 | 0.19 | 0.58 | 0 | 0.33 | 279.8 | 0.4 | 0.47 |
| Hex | 89 | 48 | AA | 13 | 3A | 0 | 21 | 118 | 28 | 2F |
| Octal | 211 | 110 | 252 | 23 | 72 | 0 | 41 | 430 | 50 | 57 |
| Binary | 10001001 | 1001000 | 10101010 | 10011 | 111010 | 0 | 100001 | 100011000 | 101000 | 101111 |
Color Harmonies of #8948AA
Complementary color
Monochromatic Colors of #8948AA
Black with #8948AA
Text Example
Text Example
White with #8948AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8948AA; }
p { color: rgb(137,72,170); }
H1.HeaderClassName
{
color: #8948AA;
}
.AnyTagClassName
{
color: #8948AA;
}
</style>
background-color css
<style>
a { background-color: #8948AA; }
a { background-color: rgb(137,72,170); }
div.DivClassName
{
background-color: #8948AA;
}
.BgClassName
{
background-color: #8948AA;
}
</style>
border-color css
<style>
span { border-color: #8948AA; }
span { border-color: rgb(137,72,170); }
td.TdClassName
{
border-color: #8948AA;
}
.TagClassName
{
border-color: #8948AA;
}
</style>