Shades of Deep Lilac #8946AF
Tints of Deep Lilac #8946AF
RGB
CMYK
RGB Variations
Color information
#8946AF (or 0x8946AF) is known color: Deep Lilac. HEX triplet: 89, 46 and AF. RGB value is (137,70,175). Sum of RGB (Red+Green+Blue) = 137+70+175=382 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.86% from 382); Green value is 70 (27.73% from 255 or 18.32% from 382); Blue value is 175 (68.75% from 255 or 45.81% from 382); Max value from RGB is 175 - color contains mainly: blue. Hex color #8946AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8946AF is #76B950. Grayscale: #656565. Windows color (decimal): -7780689 or 11486857. OLE color: 11486857.
HSL color Cylindrical-coordinate representation of color #8946AF: hue angle of 278.29º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8946AF is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 137 | 70 | 175 | - |
| CMYK | 0.22 | 0.60 | 0 | 0.31 |
| HSL | 278.29º | 0.43% | 0.48% | - |
| HSV(B) | 278.29º | 0.6% | 0.69% | - |
| XYZ | 20.24 | 12.79 | 41.96 | - |
| YUV | 102 | 169.2 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 70 | 175 | 0.22 | 0.60 | 0 | 0.31 | 278.29 | 0.43 | 0.48 |
| Hex | 89 | 46 | AF | 16 | 3C | 0 | 1F | 116 | 2B | 30 |
| Octal | 211 | 106 | 257 | 26 | 74 | 0 | 37 | 426 | 53 | 60 |
| Binary | 10001001 | 1000110 | 10101111 | 10110 | 111100 | 0 | 11111 | 100010110 | 101011 | 110000 |
Color Harmonies of #8946AF
Complementary color
Monochromatic Colors of #8946AF
Black with #8946AF
Text Example
Text Example
White with #8946AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8946AF; }
p { color: rgb(137,70,175); }
H1.HeaderClassName
{
color: #8946AF;
}
.AnyTagClassName
{
color: #8946AF;
}
</style>
background-color css
<style>
a { background-color: #8946AF; }
a { background-color: rgb(137,70,175); }
div.DivClassName
{
background-color: #8946AF;
}
.BgClassName
{
background-color: #8946AF;
}
</style>
border-color css
<style>
span { border-color: #8946AF; }
span { border-color: rgb(137,70,175); }
td.TdClassName
{
border-color: #8946AF;
}
.TagClassName
{
border-color: #8946AF;
}
</style>