Shades of Deep Lilac #904DC3
Tints of Deep Lilac #904DC3
RGB
CMYK
RGB Variations
Color information
#904DC3 (or 0x904DC3) is known color: Deep Lilac. HEX triplet: 90, 4D and C3. RGB value is (144,77,195). Sum of RGB (Red+Green+Blue) = 144+77+195=416 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.62% from 416); Green value is 77 (30.47% from 255 or 18.51% from 416); Blue value is 195 (76.56% from 255 or 46.88% from 416); Max value from RGB is 195 - color contains mainly: blue. Hex color #904DC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #904DC3 is #6FB23C. Grayscale: #6E6E6E. Windows color (decimal): -7320125 or 12799376. OLE color: 12799376.
HSL color Cylindrical-coordinate representation of color #904DC3: hue angle of 274.07º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #904DC3 is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 77 | 195 | - |
| CMYK | 0.26 | 0.61 | 0 | 0.24 |
| HSL | 274.07º | 0.5% | 0.53% | - |
| HSV(B) | 274.07º | 0.61% | 0.76% | - |
| XYZ | 24.01 | 15.18 | 53.29 | - |
| YUV | 110.49 | 175.7 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 77 | 195 | 0.26 | 0.61 | 0 | 0.24 | 274.07 | 0.5 | 0.53 |
| Hex | 90 | 4D | C3 | 1A | 3D | 0 | 18 | 112 | 32 | 35 |
| Octal | 220 | 115 | 303 | 32 | 75 | 0 | 30 | 422 | 62 | 65 |
| Binary | 10010000 | 1001101 | 11000011 | 11010 | 111101 | 0 | 11000 | 100010010 | 110010 | 110101 |
Color Harmonies of #904DC3
Complementary color
Monochromatic Colors of #904DC3
Black with #904DC3
Text Example
Text Example
White with #904DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904DC3; }
p { color: rgb(144,77,195); }
H1.HeaderClassName
{
color: #904DC3;
}
.AnyTagClassName
{
color: #904DC3;
}
</style>
background-color css
<style>
a { background-color: #904DC3; }
a { background-color: rgb(144,77,195); }
div.DivClassName
{
background-color: #904DC3;
}
.BgClassName
{
background-color: #904DC3;
}
</style>
border-color css
<style>
span { border-color: #904DC3; }
span { border-color: rgb(144,77,195); }
td.TdClassName
{
border-color: #904DC3;
}
.TagClassName
{
border-color: #904DC3;
}
</style>