Shades of Deep Lilac #904CA2
Tints of Deep Lilac #904CA2
RGB
CMYK
RGB Variations
Color information
#904CA2 (or 0x904CA2) is known color: Deep Lilac. HEX triplet: 90, 4C and A2. RGB value is (144,76,162). Sum of RGB (Red+Green+Blue) = 144+76+162=382 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.70% from 382); Green value is 76 (30.08% from 255 or 19.90% from 382); Blue value is 162 (63.67% from 255 or 42.41% from 382); Max value from RGB is 162 - color contains mainly: blue. Hex color #904CA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #904CA2 is #6FB35D. Grayscale: #696969. Windows color (decimal): -7320414 or 10636432. OLE color: 10636432.
HSL color Cylindrical-coordinate representation of color #904CA2: hue angle of 287.44º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #904CA2 is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 144 | 76 | 162 | - |
| CMYK | 0.11 | 0.53 | 0 | 0.36 |
| HSL | 287.44º | 0.36% | 0.47% | - |
| HSV(B) | 287.44º | 0.53% | 0.64% | - |
| XYZ | 20.61 | 13.71 | 35.74 | - |
| YUV | 106.14 | 159.53 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 76 | 162 | 0.11 | 0.53 | 0 | 0.36 | 287.44 | 0.36 | 0.47 |
| Hex | 90 | 4C | A2 | B | 35 | 0 | 24 | 11F | 24 | 2F |
| Octal | 220 | 114 | 242 | 13 | 65 | 0 | 44 | 437 | 44 | 57 |
| Binary | 10010000 | 1001100 | 10100010 | 1011 | 110101 | 0 | 100100 | 100011111 | 100100 | 101111 |
Color Harmonies of #904CA2
Complementary color
Monochromatic Colors of #904CA2
Black with #904CA2
Text Example
Text Example
White with #904CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904CA2; }
p { color: rgb(144,76,162); }
H1.HeaderClassName
{
color: #904CA2;
}
.AnyTagClassName
{
color: #904CA2;
}
</style>
background-color css
<style>
a { background-color: #904CA2; }
a { background-color: rgb(144,76,162); }
div.DivClassName
{
background-color: #904CA2;
}
.BgClassName
{
background-color: #904CA2;
}
</style>
border-color css
<style>
span { border-color: #904CA2; }
span { border-color: rgb(144,76,162); }
td.TdClassName
{
border-color: #904CA2;
}
.TagClassName
{
border-color: #904CA2;
}
</style>