Shades of Deep Lilac #8940AD
Tints of Deep Lilac #8940AD
RGB
CMYK
RGB Variations
Color information
#8940AD (or 0x8940AD) is known color: Deep Lilac. HEX triplet: 89, 40 and AD. RGB value is (137,64,173). Sum of RGB (Red+Green+Blue) = 137+64+173=374 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.63% from 374); Green value is 64 (25.39% from 255 or 17.11% from 374); Blue value is 173 (67.97% from 255 or 46.26% from 374); Max value from RGB is 173 - color contains mainly: blue. Hex color #8940AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8940AD is #76BF52. Grayscale: #616161. Windows color (decimal): -7782227 or 11354249. OLE color: 11354249.
HSL color Cylindrical-coordinate representation of color #8940AD: hue angle of 280.18º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8940AD is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 137 | 64 | 173 | - |
| CMYK | 0.21 | 0.63 | 0 | 0.32 |
| HSL | 280.18º | 0.46% | 0.46% | - |
| HSV(B) | 280.18º | 0.63% | 0.68% | - |
| XYZ | 19.69 | 12 | 40.81 | - |
| YUV | 98.25 | 170.18 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 64 | 173 | 0.21 | 0.63 | 0 | 0.32 | 280.18 | 0.46 | 0.46 |
| Hex | 89 | 40 | AD | 15 | 3F | 0 | 20 | 118 | 2E | 2E |
| Octal | 211 | 100 | 255 | 25 | 77 | 0 | 40 | 430 | 56 | 56 |
| Binary | 10001001 | 1000000 | 10101101 | 10101 | 111111 | 0 | 100000 | 100011000 | 101110 | 101110 |
Color Harmonies of #8940AD
Complementary color
Monochromatic Colors of #8940AD
Black with #8940AD
Text Example
Text Example
White with #8940AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8940AD; }
p { color: rgb(137,64,173); }
H1.HeaderClassName
{
color: #8940AD;
}
.AnyTagClassName
{
color: #8940AD;
}
</style>
background-color css
<style>
a { background-color: #8940AD; }
a { background-color: rgb(137,64,173); }
div.DivClassName
{
background-color: #8940AD;
}
.BgClassName
{
background-color: #8940AD;
}
</style>
border-color css
<style>
span { border-color: #8940AD; }
span { border-color: rgb(137,64,173); }
td.TdClassName
{
border-color: #8940AD;
}
.TagClassName
{
border-color: #8940AD;
}
</style>