Shades of Deep Lilac #904AAF
Tints of Deep Lilac #904AAF
RGB
CMYK
RGB Variations
Color information
#904AAF (or 0x904AAF) is known color: Deep Lilac. HEX triplet: 90, 4A and AF. RGB value is (144,74,175). Sum of RGB (Red+Green+Blue) = 144+74+175=393 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.64% from 393); Green value is 74 (29.30% from 255 or 18.83% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 175 - color contains mainly: blue. Hex color #904AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #904AAF is #6FB550. Grayscale: #6A6A6A. Windows color (decimal): -7320913 or 11487888. OLE color: 11487888.
HSL color Cylindrical-coordinate representation of color #904AAF: hue angle of 281.58º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #904AAF is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 74 | 175 | - |
| CMYK | 0.18 | 0.58 | 0 | 0.31 |
| HSL | 281.58º | 0.41% | 0.49% | - |
| HSV(B) | 281.58º | 0.58% | 0.69% | - |
| XYZ | 21.69 | 13.92 | 42.1 | - |
| YUV | 106.44 | 166.69 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 74 | 175 | 0.18 | 0.58 | 0 | 0.31 | 281.58 | 0.41 | 0.49 |
| Hex | 90 | 4A | AF | 12 | 3A | 0 | 1F | 11A | 29 | 31 |
| Octal | 220 | 112 | 257 | 22 | 72 | 0 | 37 | 432 | 51 | 61 |
| Binary | 10010000 | 1001010 | 10101111 | 10010 | 111010 | 0 | 11111 | 100011010 | 101001 | 110001 |
Color Harmonies of #904AAF
Complementary color
Monochromatic Colors of #904AAF
Black with #904AAF
Text Example
Text Example
White with #904AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904AAF; }
p { color: rgb(144,74,175); }
H1.HeaderClassName
{
color: #904AAF;
}
.AnyTagClassName
{
color: #904AAF;
}
</style>
background-color css
<style>
a { background-color: #904AAF; }
a { background-color: rgb(144,74,175); }
div.DivClassName
{
background-color: #904AAF;
}
.BgClassName
{
background-color: #904AAF;
}
</style>
border-color css
<style>
span { border-color: #904AAF; }
span { border-color: rgb(144,74,175); }
td.TdClassName
{
border-color: #904AAF;
}
.TagClassName
{
border-color: #904AAF;
}
</style>