Shades of Deep Lilac #904FC5
Tints of Deep Lilac #904FC5
RGB
CMYK
RGB Variations
Color information
#904FC5 (or 0x904FC5) is known color: Deep Lilac. HEX triplet: 90, 4F and C5. RGB value is (144,79,197). Sum of RGB (Red+Green+Blue) = 144+79+197=420 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.29% from 420); Green value is 79 (31.25% from 255 or 18.81% from 420); Blue value is 197 (77.34% from 255 or 46.90% from 420); Max value from RGB is 197 - color contains mainly: blue. Hex color #904FC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #904FC5 is #6FB03A. Grayscale: #6F6F6F. Windows color (decimal): -7319611 or 12930960. OLE color: 12930960.
HSL color Cylindrical-coordinate representation of color #904FC5: hue angle of 273.05º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #904FC5 is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 144 | 79 | 197 | - |
| CMYK | 0.27 | 0.60 | 0 | 0.23 |
| HSL | 273.05º | 0.5% | 0.54% | - |
| HSV(B) | 273.05º | 0.6% | 0.77% | - |
| XYZ | 24.38 | 15.55 | 54.54 | - |
| YUV | 111.89 | 176.03 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 79 | 197 | 0.27 | 0.60 | 0 | 0.23 | 273.05 | 0.5 | 0.54 |
| Hex | 90 | 4F | C5 | 1B | 3C | 0 | 17 | 111 | 32 | 36 |
| Octal | 220 | 117 | 305 | 33 | 74 | 0 | 27 | 421 | 62 | 66 |
| Binary | 10010000 | 1001111 | 11000101 | 11011 | 111100 | 0 | 10111 | 100010001 | 110010 | 110110 |
Color Harmonies of #904FC5
Complementary color
Monochromatic Colors of #904FC5
Black with #904FC5
Text Example
Text Example
White with #904FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904FC5; }
p { color: rgb(144,79,197); }
H1.HeaderClassName
{
color: #904FC5;
}
.AnyTagClassName
{
color: #904FC5;
}
</style>
background-color css
<style>
a { background-color: #904FC5; }
a { background-color: rgb(144,79,197); }
div.DivClassName
{
background-color: #904FC5;
}
.BgClassName
{
background-color: #904FC5;
}
</style>
border-color css
<style>
span { border-color: #904FC5; }
span { border-color: rgb(144,79,197); }
td.TdClassName
{
border-color: #904FC5;
}
.TagClassName
{
border-color: #904FC5;
}
</style>