Shades of Deep Lilac #904DCC
Tints of Deep Lilac #904DCC
RGB
CMYK
RGB Variations
Color information
#904DCC (or 0x904DCC) is known color: Deep Lilac. HEX triplet: 90, 4D and CC. RGB value is (144,77,204). Sum of RGB (Red+Green+Blue) = 144+77+204=425 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.88% from 425); Green value is 77 (30.47% from 255 or 18.12% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #904DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #904DCC is #6FB233. Grayscale: #6F6F6F. Windows color (decimal): -7320116 or 13389200. OLE color: 13389200.
HSL color Cylindrical-coordinate representation of color #904DCC: hue angle of 271.65º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #904DCC is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 144 | 77 | 204 | - |
| CMYK | 0.29 | 0.62 | 0 | 0.2 |
| HSL | 271.65º | 0.55% | 0.55% | - |
| HSV(B) | 271.65º | 0.62% | 0.8% | - |
| XYZ | 25.05 | 15.6 | 58.82 | - |
| YUV | 111.51 | 180.2 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 77 | 204 | 0.29 | 0.62 | 0 | 0.2 | 271.65 | 0.55 | 0.55 |
| Hex | 90 | 4D | CC | 1D | 3E | 0 | 14 | 110 | 37 | 37 |
| Octal | 220 | 115 | 314 | 35 | 76 | 0 | 24 | 420 | 67 | 67 |
| Binary | 10010000 | 1001101 | 11001100 | 11101 | 111110 | 0 | 10100 | 100010000 | 110111 | 110111 |
Color Harmonies of #904DCC
Complementary color
Monochromatic Colors of #904DCC
Black with #904DCC
Text Example
Text Example
White with #904DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904DCC; }
p { color: rgb(144,77,204); }
H1.HeaderClassName
{
color: #904DCC;
}
.AnyTagClassName
{
color: #904DCC;
}
</style>
background-color css
<style>
a { background-color: #904DCC; }
a { background-color: rgb(144,77,204); }
div.DivClassName
{
background-color: #904DCC;
}
.BgClassName
{
background-color: #904DCC;
}
</style>
border-color css
<style>
span { border-color: #904DCC; }
span { border-color: rgb(144,77,204); }
td.TdClassName
{
border-color: #904DCC;
}
.TagClassName
{
border-color: #904DCC;
}
</style>