Shades of Deep Lilac #904CCD
Tints of Deep Lilac #904CCD
RGB
CMYK
RGB Variations
Color information
#904CCD (or 0x904CCD) is known color: Deep Lilac. HEX triplet: 90, 4C and CD. RGB value is (144,76,205). Sum of RGB (Red+Green+Blue) = 144+76+205=425 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.88% from 425); Green value is 76 (30.08% from 255 or 17.88% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 205 - color contains mainly: blue. Hex color #904CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #904CCD is #6FB332. Grayscale: #6E6E6E. Windows color (decimal): -7320371 or 13454480. OLE color: 13454480.
HSL color Cylindrical-coordinate representation of color #904CCD: hue angle of 271.63º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #904CCD is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 76 | 205 | - |
| CMYK | 0.30 | 0.63 | 0 | 0.20 |
| HSL | 271.63º | 0.56% | 0.55% | - |
| HSV(B) | 271.63º | 0.63% | 0.8% | - |
| XYZ | 25.11 | 15.51 | 59.43 | - |
| YUV | 111.04 | 181.03 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 76 | 205 | 0.30 | 0.63 | 0 | 0.20 | 271.63 | 0.56 | 0.55 |
| Hex | 90 | 4C | CD | 1E | 3F | 0 | 14 | 110 | 38 | 37 |
| Octal | 220 | 114 | 315 | 36 | 77 | 0 | 24 | 420 | 70 | 67 |
| Binary | 10010000 | 1001100 | 11001101 | 11110 | 111111 | 0 | 10100 | 100010000 | 111000 | 110111 |
Color Harmonies of #904CCD
Complementary color
Monochromatic Colors of #904CCD
Black with #904CCD
Text Example
Text Example
White with #904CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904CCD; }
p { color: rgb(144,76,205); }
H1.HeaderClassName
{
color: #904CCD;
}
.AnyTagClassName
{
color: #904CCD;
}
</style>
background-color css
<style>
a { background-color: #904CCD; }
a { background-color: rgb(144,76,205); }
div.DivClassName
{
background-color: #904CCD;
}
.BgClassName
{
background-color: #904CCD;
}
</style>
border-color css
<style>
span { border-color: #904CCD; }
span { border-color: rgb(144,76,205); }
td.TdClassName
{
border-color: #904CCD;
}
.TagClassName
{
border-color: #904CCD;
}
</style>