Shades of Deep Lilac #8943AA
Tints of Deep Lilac #8943AA
RGB
CMYK
RGB Variations
Color information
#8943AA (or 0x8943AA) is known color: Deep Lilac. HEX triplet: 89, 43 and AA. RGB value is (137,67,170). Sum of RGB (Red+Green+Blue) = 137+67+170=374 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.63% from 374); Green value is 67 (26.56% from 255 or 17.91% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 170 - color contains mainly: blue. Hex color #8943AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8943AA is #76BC55. Grayscale: #636363. Windows color (decimal): -7781462 or 11158409. OLE color: 11158409.
HSL color Cylindrical-coordinate representation of color #8943AA: hue angle of 280.78º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8943AA is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 67 | 170 | - |
| CMYK | 0.19 | 0.61 | 0 | 0.33 |
| HSL | 280.78º | 0.43% | 0.46% | - |
| HSV(B) | 280.78º | 0.61% | 0.67% | - |
| XYZ | 19.58 | 12.23 | 39.36 | - |
| YUV | 99.67 | 167.69 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 67 | 170 | 0.19 | 0.61 | 0 | 0.33 | 280.78 | 0.43 | 0.46 |
| Hex | 89 | 43 | AA | 13 | 3D | 0 | 21 | 119 | 2B | 2E |
| Octal | 211 | 103 | 252 | 23 | 75 | 0 | 41 | 431 | 53 | 56 |
| Binary | 10001001 | 1000011 | 10101010 | 10011 | 111101 | 0 | 100001 | 100011001 | 101011 | 101110 |
Color Harmonies of #8943AA
Complementary color
Monochromatic Colors of #8943AA
Black with #8943AA
Text Example
Text Example
White with #8943AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8943AA; }
p { color: rgb(137,67,170); }
H1.HeaderClassName
{
color: #8943AA;
}
.AnyTagClassName
{
color: #8943AA;
}
</style>
background-color css
<style>
a { background-color: #8943AA; }
a { background-color: rgb(137,67,170); }
div.DivClassName
{
background-color: #8943AA;
}
.BgClassName
{
background-color: #8943AA;
}
</style>
border-color css
<style>
span { border-color: #8943AA; }
span { border-color: rgb(137,67,170); }
td.TdClassName
{
border-color: #8943AA;
}
.TagClassName
{
border-color: #8943AA;
}
</style>