Shades of Deep Lilac #904EB9
Tints of Deep Lilac #904EB9
RGB
CMYK
RGB Variations
Color information
#904EB9 (or 0x904EB9) is known color: Deep Lilac. HEX triplet: 90, 4E and B9. RGB value is (144,78,185). Sum of RGB (Red+Green+Blue) = 144+78+185=407 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.38% from 407); Green value is 78 (30.86% from 255 or 19.16% from 407); Blue value is 185 (72.66% from 255 or 45.45% from 407); Max value from RGB is 185 - color contains mainly: blue. Hex color #904EB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #904EB9 is #6FB146. Grayscale: #6D6D6D. Windows color (decimal): -7319879 or 12144272. OLE color: 12144272.
HSL color Cylindrical-coordinate representation of color #904EB9: hue angle of 277.01º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #904EB9 is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 78 | 185 | - |
| CMYK | 0.22 | 0.58 | 0 | 0.27 |
| HSL | 277.01º | 0.43% | 0.52% | - |
| HSV(B) | 277.01º | 0.58% | 0.73% | - |
| XYZ | 22.98 | 14.88 | 47.56 | - |
| YUV | 109.93 | 170.37 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 78 | 185 | 0.22 | 0.58 | 0 | 0.27 | 277.01 | 0.43 | 0.52 |
| Hex | 90 | 4E | B9 | 16 | 3A | 0 | 1B | 115 | 2B | 34 |
| Octal | 220 | 116 | 271 | 26 | 72 | 0 | 33 | 425 | 53 | 64 |
| Binary | 10010000 | 1001110 | 10111001 | 10110 | 111010 | 0 | 11011 | 100010101 | 101011 | 110100 |
Color Harmonies of #904EB9
Complementary color
Monochromatic Colors of #904EB9
Black with #904EB9
Text Example
Text Example
White with #904EB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904EB9; }
p { color: rgb(144,78,185); }
H1.HeaderClassName
{
color: #904EB9;
}
.AnyTagClassName
{
color: #904EB9;
}
</style>
background-color css
<style>
a { background-color: #904EB9; }
a { background-color: rgb(144,78,185); }
div.DivClassName
{
background-color: #904EB9;
}
.BgClassName
{
background-color: #904EB9;
}
</style>
border-color css
<style>
span { border-color: #904EB9; }
span { border-color: rgb(144,78,185); }
td.TdClassName
{
border-color: #904EB9;
}
.TagClassName
{
border-color: #904EB9;
}
</style>