Shades of Deep Lilac #904DB5
Tints of Deep Lilac #904DB5
RGB
CMYK
RGB Variations
Color information
#904DB5 (or 0x904DB5) is known color: Deep Lilac. HEX triplet: 90, 4D and B5. RGB value is (144,77,181). Sum of RGB (Red+Green+Blue) = 144+77+181=402 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.82% from 402); Green value is 77 (30.47% from 255 or 19.15% from 402); Blue value is 181 (71.09% from 255 or 45.02% from 402); Max value from RGB is 181 - color contains mainly: blue. Hex color #904DB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #904DB5 is #6FB24A. Grayscale: #6C6C6C. Windows color (decimal): -7320139 or 11881872. OLE color: 11881872.
HSL color Cylindrical-coordinate representation of color #904DB5: hue angle of 278.65º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #904DB5 is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 77 | 181 | - |
| CMYK | 0.20 | 0.57 | 0 | 0.29 |
| HSL | 278.65º | 0.41% | 0.51% | - |
| HSV(B) | 278.65º | 0.57% | 0.71% | - |
| XYZ | 22.5 | 14.57 | 45.34 | - |
| YUV | 108.89 | 168.7 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 77 | 181 | 0.20 | 0.57 | 0 | 0.29 | 278.65 | 0.41 | 0.51 |
| Hex | 90 | 4D | B5 | 14 | 39 | 0 | 1D | 117 | 29 | 33 |
| Octal | 220 | 115 | 265 | 24 | 71 | 0 | 35 | 427 | 51 | 63 |
| Binary | 10010000 | 1001101 | 10110101 | 10100 | 111001 | 0 | 11101 | 100010111 | 101001 | 110011 |
Color Harmonies of #904DB5
Complementary color
Monochromatic Colors of #904DB5
Black with #904DB5
Text Example
Text Example
White with #904DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904DB5; }
p { color: rgb(144,77,181); }
H1.HeaderClassName
{
color: #904DB5;
}
.AnyTagClassName
{
color: #904DB5;
}
</style>
background-color css
<style>
a { background-color: #904DB5; }
a { background-color: rgb(144,77,181); }
div.DivClassName
{
background-color: #904DB5;
}
.BgClassName
{
background-color: #904DB5;
}
</style>
border-color css
<style>
span { border-color: #904DB5; }
span { border-color: rgb(144,77,181); }
td.TdClassName
{
border-color: #904DB5;
}
.TagClassName
{
border-color: #904DB5;
}
</style>