Shades of Deep Lilac #904EA9
Tints of Deep Lilac #904EA9
RGB
CMYK
RGB Variations
Color information
#904EA9 (or 0x904EA9) is known color: Deep Lilac. HEX triplet: 90, 4E and A9. RGB value is (144,78,169). Sum of RGB (Red+Green+Blue) = 144+78+169=391 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.83% from 391); Green value is 78 (30.86% from 255 or 19.95% from 391); Blue value is 169 (66.41% from 255 or 43.22% from 391); Max value from RGB is 169 - color contains mainly: blue. Hex color #904EA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #904EA9 is #6FB156. Grayscale: #6B6B6B. Windows color (decimal): -7319895 or 11095696. OLE color: 11095696.
HSL color Cylindrical-coordinate representation of color #904EA9: hue angle of 283.52º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #904EA9 is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 144 | 78 | 169 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.34 |
| HSL | 283.52º | 0.37% | 0.48% | - |
| HSV(B) | 283.52º | 0.54% | 0.66% | - |
| XYZ | 21.39 | 14.24 | 39.16 | - |
| YUV | 108.11 | 162.37 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 78 | 169 | 0.15 | 0.54 | 0 | 0.34 | 283.52 | 0.37 | 0.48 |
| Hex | 90 | 4E | A9 | F | 36 | 0 | 22 | 11C | 25 | 30 |
| Octal | 220 | 116 | 251 | 17 | 66 | 0 | 42 | 434 | 45 | 60 |
| Binary | 10010000 | 1001110 | 10101001 | 1111 | 110110 | 0 | 100010 | 100011100 | 100101 | 110000 |
Color Harmonies of #904EA9
Complementary color
Monochromatic Colors of #904EA9
Black with #904EA9
Text Example
Text Example
White with #904EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904EA9; }
p { color: rgb(144,78,169); }
H1.HeaderClassName
{
color: #904EA9;
}
.AnyTagClassName
{
color: #904EA9;
}
</style>
background-color css
<style>
a { background-color: #904EA9; }
a { background-color: rgb(144,78,169); }
div.DivClassName
{
background-color: #904EA9;
}
.BgClassName
{
background-color: #904EA9;
}
</style>
border-color css
<style>
span { border-color: #904EA9; }
span { border-color: rgb(144,78,169); }
td.TdClassName
{
border-color: #904EA9;
}
.TagClassName
{
border-color: #904EA9;
}
</style>