Shades of Deep Lilac #904EAF
Tints of Deep Lilac #904EAF
RGB
CMYK
RGB Variations
Color information
#904EAF (or 0x904EAF) is known color: Deep Lilac. HEX triplet: 90, 4E and AF. RGB value is (144,78,175). Sum of RGB (Red+Green+Blue) = 144+78+175=397 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.27% from 397); Green value is 78 (30.86% from 255 or 19.65% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 175 - color contains mainly: blue. Hex color #904EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #904EAF is #6FB150. Grayscale: #6C6C6C. Windows color (decimal): -7319889 or 11488912. OLE color: 11488912.
HSL color Cylindrical-coordinate representation of color #904EAF: hue angle of 280.82º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #904EAF is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 78 | 175 | - |
| CMYK | 0.18 | 0.55 | 0 | 0.31 |
| HSL | 280.82º | 0.38% | 0.5% | - |
| HSV(B) | 280.82º | 0.55% | 0.69% | - |
| XYZ | 21.96 | 14.47 | 42.19 | - |
| YUV | 108.79 | 165.37 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 78 | 175 | 0.18 | 0.55 | 0 | 0.31 | 280.82 | 0.38 | 0.5 |
| Hex | 90 | 4E | AF | 12 | 37 | 0 | 1F | 119 | 26 | 32 |
| Octal | 220 | 116 | 257 | 22 | 67 | 0 | 37 | 431 | 46 | 62 |
| Binary | 10010000 | 1001110 | 10101111 | 10010 | 110111 | 0 | 11111 | 100011001 | 100110 | 110010 |
Color Harmonies of #904EAF
Complementary color
Monochromatic Colors of #904EAF
Black with #904EAF
Text Example
Text Example
White with #904EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904EAF; }
p { color: rgb(144,78,175); }
H1.HeaderClassName
{
color: #904EAF;
}
.AnyTagClassName
{
color: #904EAF;
}
</style>
background-color css
<style>
a { background-color: #904EAF; }
a { background-color: rgb(144,78,175); }
div.DivClassName
{
background-color: #904EAF;
}
.BgClassName
{
background-color: #904EAF;
}
</style>
border-color css
<style>
span { border-color: #904EAF; }
span { border-color: rgb(144,78,175); }
td.TdClassName
{
border-color: #904EAF;
}
.TagClassName
{
border-color: #904EAF;
}
</style>