Shades of Deep Lilac #904EC4
Tints of Deep Lilac #904EC4
RGB
CMYK
RGB Variations
Color information
#904EC4 (or 0x904EC4) is known color: Deep Lilac. HEX triplet: 90, 4E and C4. RGB value is (144,78,196). Sum of RGB (Red+Green+Blue) = 144+78+196=418 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.45% from 418); Green value is 78 (30.86% from 255 or 18.66% from 418); Blue value is 196 (76.95% from 255 or 46.89% from 418); Max value from RGB is 196 - color contains mainly: blue. Hex color #904EC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #904EC4 is #6FB13B. Grayscale: #6E6E6E. Windows color (decimal): -7319868 or 12865168. OLE color: 12865168.
HSL color Cylindrical-coordinate representation of color #904EC4: hue angle of 273.56º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #904EC4 is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 144 | 78 | 196 | - |
| CMYK | 0.27 | 0.60 | 0 | 0.23 |
| HSL | 273.56º | 0.5% | 0.54% | - |
| HSV(B) | 273.56º | 0.6% | 0.77% | - |
| XYZ | 24.19 | 15.36 | 53.92 | - |
| YUV | 111.19 | 175.87 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 78 | 196 | 0.27 | 0.60 | 0 | 0.23 | 273.56 | 0.5 | 0.54 |
| Hex | 90 | 4E | C4 | 1B | 3C | 0 | 17 | 112 | 32 | 36 |
| Octal | 220 | 116 | 304 | 33 | 74 | 0 | 27 | 422 | 62 | 66 |
| Binary | 10010000 | 1001110 | 11000100 | 11011 | 111100 | 0 | 10111 | 100010010 | 110010 | 110110 |
Color Harmonies of #904EC4
Complementary color
Monochromatic Colors of #904EC4
Black with #904EC4
Text Example
Text Example
White with #904EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904EC4; }
p { color: rgb(144,78,196); }
H1.HeaderClassName
{
color: #904EC4;
}
.AnyTagClassName
{
color: #904EC4;
}
</style>
background-color css
<style>
a { background-color: #904EC4; }
a { background-color: rgb(144,78,196); }
div.DivClassName
{
background-color: #904EC4;
}
.BgClassName
{
background-color: #904EC4;
}
</style>
border-color css
<style>
span { border-color: #904EC4; }
span { border-color: rgb(144,78,196); }
td.TdClassName
{
border-color: #904EC4;
}
.TagClassName
{
border-color: #904EC4;
}
</style>