Shades of Deep Lilac #904DB9
Tints of Deep Lilac #904DB9
RGB
CMYK
RGB Variations
Color information
#904DB9 (or 0x904DB9) is known color: Deep Lilac. HEX triplet: 90, 4D and B9. RGB value is (144,77,185). Sum of RGB (Red+Green+Blue) = 144+77+185=406 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.47% from 406); Green value is 77 (30.47% from 255 or 18.97% from 406); Blue value is 185 (72.66% from 255 or 45.57% from 406); Max value from RGB is 185 - color contains mainly: blue. Hex color #904DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #904DB9 is #6FB246. Grayscale: #6C6C6C. Windows color (decimal): -7320135 or 12144016. OLE color: 12144016.
HSL color Cylindrical-coordinate representation of color #904DB9: hue angle of 277.22º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #904DB9 is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 77 | 185 | - |
| CMYK | 0.22 | 0.58 | 0 | 0.27 |
| HSL | 277.22º | 0.44% | 0.51% | - |
| HSV(B) | 277.22º | 0.58% | 0.73% | - |
| XYZ | 22.91 | 14.74 | 47.54 | - |
| YUV | 109.35 | 170.7 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 77 | 185 | 0.22 | 0.58 | 0 | 0.27 | 277.22 | 0.44 | 0.51 |
| Hex | 90 | 4D | B9 | 16 | 3A | 0 | 1B | 115 | 2C | 33 |
| Octal | 220 | 115 | 271 | 26 | 72 | 0 | 33 | 425 | 54 | 63 |
| Binary | 10010000 | 1001101 | 10111001 | 10110 | 111010 | 0 | 11011 | 100010101 | 101100 | 110011 |
Color Harmonies of #904DB9
Complementary color
Monochromatic Colors of #904DB9
Black with #904DB9
Text Example
Text Example
White with #904DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904DB9; }
p { color: rgb(144,77,185); }
H1.HeaderClassName
{
color: #904DB9;
}
.AnyTagClassName
{
color: #904DB9;
}
</style>
background-color css
<style>
a { background-color: #904DB9; }
a { background-color: rgb(144,77,185); }
div.DivClassName
{
background-color: #904DB9;
}
.BgClassName
{
background-color: #904DB9;
}
</style>
border-color css
<style>
span { border-color: #904DB9; }
span { border-color: rgb(144,77,185); }
td.TdClassName
{
border-color: #904DB9;
}
.TagClassName
{
border-color: #904DB9;
}
</style>