Shades of Deep Lilac #904CCA
Tints of Deep Lilac #904CCA
RGB
CMYK
RGB Variations
Color information
#904CCA (or 0x904CCA) is known color: Deep Lilac. HEX triplet: 90, 4C and CA. RGB value is (144,76,202). Sum of RGB (Red+Green+Blue) = 144+76+202=422 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.12% from 422); Green value is 76 (30.08% from 255 or 18.01% from 422); Blue value is 202 (79.30% from 255 or 47.87% from 422); Max value from RGB is 202 - color contains mainly: blue. Hex color #904CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #904CCA is #6FB335. Grayscale: #6E6E6E. Windows color (decimal): -7320374 or 13257872. OLE color: 13257872.
HSL color Cylindrical-coordinate representation of color #904CCA: hue angle of 272.38º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #904CCA is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 76 | 202 | - |
| CMYK | 0.29 | 0.62 | 0 | 0.21 |
| HSL | 272.38º | 0.54% | 0.55% | - |
| HSV(B) | 272.38º | 0.62% | 0.79% | - |
| XYZ | 24.75 | 15.36 | 57.54 | - |
| YUV | 110.7 | 179.53 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 76 | 202 | 0.29 | 0.62 | 0 | 0.21 | 272.38 | 0.54 | 0.55 |
| Hex | 90 | 4C | CA | 1D | 3E | 0 | 15 | 110 | 36 | 37 |
| Octal | 220 | 114 | 312 | 35 | 76 | 0 | 25 | 420 | 66 | 67 |
| Binary | 10010000 | 1001100 | 11001010 | 11101 | 111110 | 0 | 10101 | 100010000 | 110110 | 110111 |
Color Harmonies of #904CCA
Complementary color
Monochromatic Colors of #904CCA
Black with #904CCA
Text Example
Text Example
White with #904CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904CCA; }
p { color: rgb(144,76,202); }
H1.HeaderClassName
{
color: #904CCA;
}
.AnyTagClassName
{
color: #904CCA;
}
</style>
background-color css
<style>
a { background-color: #904CCA; }
a { background-color: rgb(144,76,202); }
div.DivClassName
{
background-color: #904CCA;
}
.BgClassName
{
background-color: #904CCA;
}
</style>
border-color css
<style>
span { border-color: #904CCA; }
span { border-color: rgb(144,76,202); }
td.TdClassName
{
border-color: #904CCA;
}
.TagClassName
{
border-color: #904CCA;
}
</style>