Shades of Deep Lilac #904CC5
Tints of Deep Lilac #904CC5
RGB
CMYK
RGB Variations
Color information
#904CC5 (or 0x904CC5) is known color: Deep Lilac. HEX triplet: 90, 4C and C5. RGB value is (144,76,197). Sum of RGB (Red+Green+Blue) = 144+76+197=417 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.53% from 417); Green value is 76 (30.08% from 255 or 18.23% from 417); Blue value is 197 (77.34% from 255 or 47.24% from 417); Max value from RGB is 197 - color contains mainly: blue. Hex color #904CC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #904CC5 is #6FB33A. Grayscale: #6D6D6D. Windows color (decimal): -7320379 or 12930192. OLE color: 12930192.
HSL color Cylindrical-coordinate representation of color #904CC5: hue angle of 273.72º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #904CC5 is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 144 | 76 | 197 | - |
| CMYK | 0.27 | 0.61 | 0 | 0.23 |
| HSL | 273.72º | 0.51% | 0.54% | - |
| HSV(B) | 273.72º | 0.61% | 0.77% | - |
| XYZ | 24.16 | 15.13 | 54.47 | - |
| YUV | 110.13 | 177.03 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 76 | 197 | 0.27 | 0.61 | 0 | 0.23 | 273.72 | 0.51 | 0.54 |
| Hex | 90 | 4C | C5 | 1B | 3D | 0 | 17 | 112 | 33 | 36 |
| Octal | 220 | 114 | 305 | 33 | 75 | 0 | 27 | 422 | 63 | 66 |
| Binary | 10010000 | 1001100 | 11000101 | 11011 | 111101 | 0 | 10111 | 100010010 | 110011 | 110110 |
Color Harmonies of #904CC5
Complementary color
Monochromatic Colors of #904CC5
Black with #904CC5
Text Example
Text Example
White with #904CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904CC5; }
p { color: rgb(144,76,197); }
H1.HeaderClassName
{
color: #904CC5;
}
.AnyTagClassName
{
color: #904CC5;
}
</style>
background-color css
<style>
a { background-color: #904CC5; }
a { background-color: rgb(144,76,197); }
div.DivClassName
{
background-color: #904CC5;
}
.BgClassName
{
background-color: #904CC5;
}
</style>
border-color css
<style>
span { border-color: #904CC5; }
span { border-color: rgb(144,76,197); }
td.TdClassName
{
border-color: #904CC5;
}
.TagClassName
{
border-color: #904CC5;
}
</style>