Shades of Deep Lilac #904DC2
Tints of Deep Lilac #904DC2
RGB
CMYK
RGB Variations
Color information
#904DC2 (or 0x904DC2) is known color: Deep Lilac. HEX triplet: 90, 4D and C2. RGB value is (144,77,194). Sum of RGB (Red+Green+Blue) = 144+77+194=415 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.70% from 415); Green value is 77 (30.47% from 255 or 18.55% from 415); Blue value is 194 (76.17% from 255 or 46.75% from 415); Max value from RGB is 194 - color contains mainly: blue. Hex color #904DC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #904DC2 is #6FB23D. Grayscale: #6D6D6D. Windows color (decimal): -7320126 or 12733840. OLE color: 12733840.
HSL color Cylindrical-coordinate representation of color #904DC2: hue angle of 274.36º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #904DC2 is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 77 | 194 | - |
| CMYK | 0.26 | 0.60 | 0 | 0.24 |
| HSL | 274.36º | 0.49% | 0.53% | - |
| HSV(B) | 274.36º | 0.6% | 0.76% | - |
| XYZ | 23.89 | 15.13 | 52.7 | - |
| YUV | 110.37 | 175.2 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 77 | 194 | 0.26 | 0.60 | 0 | 0.24 | 274.36 | 0.49 | 0.53 |
| Hex | 90 | 4D | C2 | 1A | 3C | 0 | 18 | 112 | 31 | 35 |
| Octal | 220 | 115 | 302 | 32 | 74 | 0 | 30 | 422 | 61 | 65 |
| Binary | 10010000 | 1001101 | 11000010 | 11010 | 111100 | 0 | 11000 | 100010010 | 110001 | 110101 |
Color Harmonies of #904DC2
Complementary color
Monochromatic Colors of #904DC2
Black with #904DC2
Text Example
Text Example
White with #904DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904DC2; }
p { color: rgb(144,77,194); }
H1.HeaderClassName
{
color: #904DC2;
}
.AnyTagClassName
{
color: #904DC2;
}
</style>
background-color css
<style>
a { background-color: #904DC2; }
a { background-color: rgb(144,77,194); }
div.DivClassName
{
background-color: #904DC2;
}
.BgClassName
{
background-color: #904DC2;
}
</style>
border-color css
<style>
span { border-color: #904DC2; }
span { border-color: rgb(144,77,194); }
td.TdClassName
{
border-color: #904DC2;
}
.TagClassName
{
border-color: #904DC2;
}
</style>