Shades of Deep Lilac #904AA3
Tints of Deep Lilac #904AA3
RGB
CMYK
RGB Variations
Color information
#904AA3 (or 0x904AA3) is known color: Deep Lilac. HEX triplet: 90, 4A and A3. RGB value is (144,74,163). Sum of RGB (Red+Green+Blue) = 144+74+163=381 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.80% from 381); Green value is 74 (29.30% from 255 or 19.42% from 381); Blue value is 163 (64.06% from 255 or 42.78% from 381); Max value from RGB is 163 - color contains mainly: blue. Hex color #904AA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #904AA3 is #6FB55C. Grayscale: #686868. Windows color (decimal): -7320925 or 10701456. OLE color: 10701456.
HSL color Cylindrical-coordinate representation of color #904AA3: hue angle of 287.19º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #904AA3 is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 144 | 74 | 163 | - |
| CMYK | 0.12 | 0.55 | 0 | 0.36 |
| HSL | 287.19º | 0.38% | 0.46% | - |
| HSV(B) | 287.19º | 0.55% | 0.64% | - |
| XYZ | 20.56 | 13.47 | 36.17 | - |
| YUV | 105.08 | 160.69 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 74 | 163 | 0.12 | 0.55 | 0 | 0.36 | 287.19 | 0.38 | 0.46 |
| Hex | 90 | 4A | A3 | C | 37 | 0 | 24 | 11F | 26 | 2E |
| Octal | 220 | 112 | 243 | 14 | 67 | 0 | 44 | 437 | 46 | 56 |
| Binary | 10010000 | 1001010 | 10100011 | 1100 | 110111 | 0 | 100100 | 100011111 | 100110 | 101110 |
Color Harmonies of #904AA3
Complementary color
Monochromatic Colors of #904AA3
Black with #904AA3
Text Example
Text Example
White with #904AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904AA3; }
p { color: rgb(144,74,163); }
H1.HeaderClassName
{
color: #904AA3;
}
.AnyTagClassName
{
color: #904AA3;
}
</style>
background-color css
<style>
a { background-color: #904AA3; }
a { background-color: rgb(144,74,163); }
div.DivClassName
{
background-color: #904AA3;
}
.BgClassName
{
background-color: #904AA3;
}
</style>
border-color css
<style>
span { border-color: #904AA3; }
span { border-color: rgb(144,74,163); }
td.TdClassName
{
border-color: #904AA3;
}
.TagClassName
{
border-color: #904AA3;
}
</style>