Shades of Deep Lilac #904CA3
Tints of Deep Lilac #904CA3
RGB
CMYK
RGB Variations
Color information
#904CA3 (or 0x904CA3) is known color: Deep Lilac. HEX triplet: 90, 4C and A3. RGB value is (144,76,163). Sum of RGB (Red+Green+Blue) = 144+76+163=383 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.60% from 383); Green value is 76 (30.08% from 255 or 19.84% from 383); Blue value is 163 (64.06% from 255 or 42.56% from 383); Max value from RGB is 163 - color contains mainly: blue. Hex color #904CA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #904CA3 is #6FB35C. Grayscale: #696969. Windows color (decimal): -7320413 or 10701968. OLE color: 10701968.
HSL color Cylindrical-coordinate representation of color #904CA3: hue angle of 286.9º 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 #904CA3 is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 144 | 76 | 163 | - |
| CMYK | 0.12 | 0.53 | 0 | 0.36 |
| HSL | 286.9º | 0.36% | 0.47% | - |
| HSV(B) | 286.9º | 0.53% | 0.64% | - |
| XYZ | 20.7 | 13.74 | 36.21 | - |
| YUV | 106.25 | 160.03 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 76 | 163 | 0.12 | 0.53 | 0 | 0.36 | 286.9 | 0.36 | 0.47 |
| Hex | 90 | 4C | A3 | C | 35 | 0 | 24 | 11F | 24 | 2F |
| Octal | 220 | 114 | 243 | 14 | 65 | 0 | 44 | 437 | 44 | 57 |
| Binary | 10010000 | 1001100 | 10100011 | 1100 | 110101 | 0 | 100100 | 100011111 | 100100 | 101111 |
Color Harmonies of #904CA3
Complementary color
Monochromatic Colors of #904CA3
Black with #904CA3
Text Example
Text Example
White with #904CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904CA3; }
p { color: rgb(144,76,163); }
H1.HeaderClassName
{
color: #904CA3;
}
.AnyTagClassName
{
color: #904CA3;
}
</style>
background-color css
<style>
a { background-color: #904CA3; }
a { background-color: rgb(144,76,163); }
div.DivClassName
{
background-color: #904CA3;
}
.BgClassName
{
background-color: #904CA3;
}
</style>
border-color css
<style>
span { border-color: #904CA3; }
span { border-color: rgb(144,76,163); }
td.TdClassName
{
border-color: #904CA3;
}
.TagClassName
{
border-color: #904CA3;
}
</style>