Shades of Deep Lilac #904CC9
Tints of Deep Lilac #904CC9
RGB
CMYK
RGB Variations
Color information
#904CC9 (or 0x904CC9) is known color: Deep Lilac. HEX triplet: 90, 4C and C9. RGB value is (144,76,201). Sum of RGB (Red+Green+Blue) = 144+76+201=421 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.20% from 421); Green value is 76 (30.08% from 255 or 18.05% from 421); Blue value is 201 (78.91% from 255 or 47.74% from 421); Max value from RGB is 201 - color contains mainly: blue. Hex color #904CC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #904CC9 is #6FB336. Grayscale: #6E6E6E. Windows color (decimal): -7320375 or 13192336. OLE color: 13192336.
HSL color Cylindrical-coordinate representation of color #904CC9: hue angle of 272.64º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #904CC9 is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 76 | 201 | - |
| CMYK | 0.28 | 0.62 | 0 | 0.21 |
| HSL | 272.64º | 0.54% | 0.54% | - |
| HSV(B) | 272.64º | 0.62% | 0.79% | - |
| XYZ | 24.63 | 15.32 | 56.92 | - |
| YUV | 110.58 | 179.03 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 76 | 201 | 0.28 | 0.62 | 0 | 0.21 | 272.64 | 0.54 | 0.54 |
| Hex | 90 | 4C | C9 | 1C | 3E | 0 | 15 | 111 | 36 | 36 |
| Octal | 220 | 114 | 311 | 34 | 76 | 0 | 25 | 421 | 66 | 66 |
| Binary | 10010000 | 1001100 | 11001001 | 11100 | 111110 | 0 | 10101 | 100010001 | 110110 | 110110 |
Color Harmonies of #904CC9
Complementary color
Monochromatic Colors of #904CC9
Black with #904CC9
Text Example
Text Example
White with #904CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904CC9; }
p { color: rgb(144,76,201); }
H1.HeaderClassName
{
color: #904CC9;
}
.AnyTagClassName
{
color: #904CC9;
}
</style>
background-color css
<style>
a { background-color: #904CC9; }
a { background-color: rgb(144,76,201); }
div.DivClassName
{
background-color: #904CC9;
}
.BgClassName
{
background-color: #904CC9;
}
</style>
border-color css
<style>
span { border-color: #904CC9; }
span { border-color: rgb(144,76,201); }
td.TdClassName
{
border-color: #904CC9;
}
.TagClassName
{
border-color: #904CC9;
}
</style>