Shades of Deep Lilac #8946A8
Tints of Deep Lilac #8946A8
RGB
CMYK
RGB Variations
Color information
#8946A8 (or 0x8946A8) is known color: Deep Lilac. HEX triplet: 89, 46 and A8. RGB value is (137,70,168). Sum of RGB (Red+Green+Blue) = 137+70+168=375 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.53% from 375); Green value is 70 (27.73% from 255 or 18.67% from 375); Blue value is 168 (66.02% from 255 or 44.8% from 375); Max value from RGB is 168 - color contains mainly: blue. Hex color #8946A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8946A8 is #76B957. Grayscale: #646464. Windows color (decimal): -7780696 or 11028105. OLE color: 11028105.
HSL color Cylindrical-coordinate representation of color #8946A8: hue angle of 281.02º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8946A8 is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 137 | 70 | 168 | - |
| CMYK | 0.18 | 0.58 | 0 | 0.34 |
| HSL | 281.02º | 0.41% | 0.47% | - |
| HSV(B) | 281.02º | 0.58% | 0.66% | - |
| XYZ | 19.57 | 12.53 | 38.43 | - |
| YUV | 101.21 | 165.7 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 70 | 168 | 0.18 | 0.58 | 0 | 0.34 | 281.02 | 0.41 | 0.47 |
| Hex | 89 | 46 | A8 | 12 | 3A | 0 | 22 | 119 | 29 | 2F |
| Octal | 211 | 106 | 250 | 22 | 72 | 0 | 42 | 431 | 51 | 57 |
| Binary | 10001001 | 1000110 | 10101000 | 10010 | 111010 | 0 | 100010 | 100011001 | 101001 | 101111 |
Color Harmonies of #8946A8
Complementary color
Monochromatic Colors of #8946A8
Black with #8946A8
Text Example
Text Example
White with #8946A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8946A8; }
p { color: rgb(137,70,168); }
H1.HeaderClassName
{
color: #8946A8;
}
.AnyTagClassName
{
color: #8946A8;
}
</style>
background-color css
<style>
a { background-color: #8946A8; }
a { background-color: rgb(137,70,168); }
div.DivClassName
{
background-color: #8946A8;
}
.BgClassName
{
background-color: #8946A8;
}
</style>
border-color css
<style>
span { border-color: #8946A8; }
span { border-color: rgb(137,70,168); }
td.TdClassName
{
border-color: #8946A8;
}
.TagClassName
{
border-color: #8946A8;
}
</style>