Shades of Deep Lilac #904EAC
Tints of Deep Lilac #904EAC
RGB
CMYK
RGB Variations
Color information
#904EAC (or 0x904EAC) is known color: Deep Lilac. HEX triplet: 90, 4E and AC. RGB value is (144,78,172). Sum of RGB (Red+Green+Blue) = 144+78+172=394 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.55% from 394); Green value is 78 (30.86% from 255 or 19.80% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 172 - color contains mainly: blue. Hex color #904EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #904EAC is #6FB153. Grayscale: #6C6C6C. Windows color (decimal): -7319892 or 11292304. OLE color: 11292304.
HSL color Cylindrical-coordinate representation of color #904EAC: hue angle of 282.13º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #904EAC is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 78 | 172 | - |
| CMYK | 0.16 | 0.55 | 0 | 0.33 |
| HSL | 282.13º | 0.38% | 0.49% | - |
| HSV(B) | 282.13º | 0.55% | 0.67% | - |
| XYZ | 21.67 | 14.36 | 40.66 | - |
| YUV | 108.45 | 163.87 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 78 | 172 | 0.16 | 0.55 | 0 | 0.33 | 282.13 | 0.38 | 0.49 |
| Hex | 90 | 4E | AC | 10 | 37 | 0 | 21 | 11A | 26 | 31 |
| Octal | 220 | 116 | 254 | 20 | 67 | 0 | 41 | 432 | 46 | 61 |
| Binary | 10010000 | 1001110 | 10101100 | 10000 | 110111 | 0 | 100001 | 100011010 | 100110 | 110001 |
Color Harmonies of #904EAC
Complementary color
Monochromatic Colors of #904EAC
Black with #904EAC
Text Example
Text Example
White with #904EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904EAC; }
p { color: rgb(144,78,172); }
H1.HeaderClassName
{
color: #904EAC;
}
.AnyTagClassName
{
color: #904EAC;
}
</style>
background-color css
<style>
a { background-color: #904EAC; }
a { background-color: rgb(144,78,172); }
div.DivClassName
{
background-color: #904EAC;
}
.BgClassName
{
background-color: #904EAC;
}
</style>
border-color css
<style>
span { border-color: #904EAC; }
span { border-color: rgb(144,78,172); }
td.TdClassName
{
border-color: #904EAC;
}
.TagClassName
{
border-color: #904EAC;
}
</style>