Shades of Deep Lilac #904EC9
Tints of Deep Lilac #904EC9
RGB
CMYK
RGB Variations
Color information
#904EC9 (or 0x904EC9) is known color: Deep Lilac. HEX triplet: 90, 4E and C9. RGB value is (144,78,201). Sum of RGB (Red+Green+Blue) = 144+78+201=423 (56% of max value = 765). Red value is 144 (56.64% from 255 or 34.04% from 423); Green value is 78 (30.86% from 255 or 18.44% from 423); Blue value is 201 (78.91% from 255 or 47.52% from 423); Max value from RGB is 201 - color contains mainly: blue. Hex color #904EC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #904EC9 is #6FB136. Grayscale: #6F6F6F. Windows color (decimal): -7319863 or 13192848. OLE color: 13192848.
HSL color Cylindrical-coordinate representation of color #904EC9: hue angle of 272.2º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #904EC9 is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 78 | 201 | - |
| CMYK | 0.28 | 0.61 | 0 | 0.21 |
| HSL | 272.2º | 0.53% | 0.55% | - |
| HSV(B) | 272.2º | 0.61% | 0.79% | - |
| XYZ | 24.77 | 15.6 | 56.96 | - |
| YUV | 111.76 | 178.37 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 78 | 201 | 0.28 | 0.61 | 0 | 0.21 | 272.2 | 0.53 | 0.55 |
| Hex | 90 | 4E | C9 | 1C | 3D | 0 | 15 | 110 | 35 | 37 |
| Octal | 220 | 116 | 311 | 34 | 75 | 0 | 25 | 420 | 65 | 67 |
| Binary | 10010000 | 1001110 | 11001001 | 11100 | 111101 | 0 | 10101 | 100010000 | 110101 | 110111 |
Color Harmonies of #904EC9
Complementary color
Monochromatic Colors of #904EC9
Black with #904EC9
Text Example
Text Example
White with #904EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904EC9; }
p { color: rgb(144,78,201); }
H1.HeaderClassName
{
color: #904EC9;
}
.AnyTagClassName
{
color: #904EC9;
}
</style>
background-color css
<style>
a { background-color: #904EC9; }
a { background-color: rgb(144,78,201); }
div.DivClassName
{
background-color: #904EC9;
}
.BgClassName
{
background-color: #904EC9;
}
</style>
border-color css
<style>
span { border-color: #904EC9; }
span { border-color: rgb(144,78,201); }
td.TdClassName
{
border-color: #904EC9;
}
.TagClassName
{
border-color: #904EC9;
}
</style>