Shades of Deep Lilac #8940BA
Tints of Deep Lilac #8940BA
RGB
CMYK
RGB Variations
Color information
#8940BA (or 0x8940BA) is known color: Deep Lilac. HEX triplet: 89, 40 and BA. RGB value is (137,64,186). Sum of RGB (Red+Green+Blue) = 137+64+186=387 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.40% from 387); Green value is 64 (25.39% from 255 or 16.54% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #8940BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8940BA is #76BF45. Grayscale: #636363. Windows color (decimal): -7782214 or 12206217. OLE color: 12206217.
HSL color Cylindrical-coordinate representation of color #8940BA: hue angle of 275.9º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8940BA is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 64 | 186 | - |
| CMYK | 0.26 | 0.66 | 0 | 0.27 |
| HSL | 275.9º | 0.49% | 0.49% | - |
| HSV(B) | 275.9º | 0.66% | 0.73% | - |
| XYZ | 21.01 | 12.53 | 47.77 | - |
| YUV | 99.74 | 176.68 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 64 | 186 | 0.26 | 0.66 | 0 | 0.27 | 275.9 | 0.49 | 0.49 |
| Hex | 89 | 40 | BA | 1A | 42 | 0 | 1B | 114 | 31 | 31 |
| Octal | 211 | 100 | 272 | 32 | 102 | 0 | 33 | 424 | 61 | 61 |
| Binary | 10001001 | 1000000 | 10111010 | 11010 | 1000010 | 0 | 11011 | 100010100 | 110001 | 110001 |
Color Harmonies of #8940BA
Complementary color
Monochromatic Colors of #8940BA
Black with #8940BA
Text Example
Text Example
White with #8940BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8940BA; }
p { color: rgb(137,64,186); }
H1.HeaderClassName
{
color: #8940BA;
}
.AnyTagClassName
{
color: #8940BA;
}
</style>
background-color css
<style>
a { background-color: #8940BA; }
a { background-color: rgb(137,64,186); }
div.DivClassName
{
background-color: #8940BA;
}
.BgClassName
{
background-color: #8940BA;
}
</style>
border-color css
<style>
span { border-color: #8940BA; }
span { border-color: rgb(137,64,186); }
td.TdClassName
{
border-color: #8940BA;
}
.TagClassName
{
border-color: #8940BA;
}
</style>