Shades of Deep Lilac #904FCC
Tints of Deep Lilac #904FCC
RGB
CMYK
RGB Variations
Color information
#904FCC (or 0x904FCC) is known color: Deep Lilac. HEX triplet: 90, 4F and CC. RGB value is (144,79,204). Sum of RGB (Red+Green+Blue) = 144+79+204=427 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.72% from 427); Green value is 79 (31.25% from 255 or 18.50% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #904FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #904FCC is #6FB033. Grayscale: #707070. Windows color (decimal): -7319604 or 13389712. OLE color: 13389712.
HSL color Cylindrical-coordinate representation of color #904FCC: hue angle of 271.2º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #904FCC is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 144 | 79 | 204 | - |
| CMYK | 0.29 | 0.61 | 0 | 0.2 |
| HSL | 271.2º | 0.55% | 0.55% | - |
| HSV(B) | 271.2º | 0.61% | 0.8% | - |
| XYZ | 25.2 | 15.88 | 58.86 | - |
| YUV | 112.69 | 179.53 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 79 | 204 | 0.29 | 0.61 | 0 | 0.2 | 271.2 | 0.55 | 0.55 |
| Hex | 90 | 4F | CC | 1D | 3D | 0 | 14 | 10F | 37 | 37 |
| Octal | 220 | 117 | 314 | 35 | 75 | 0 | 24 | 417 | 67 | 67 |
| Binary | 10010000 | 1001111 | 11001100 | 11101 | 111101 | 0 | 10100 | 100001111 | 110111 | 110111 |
Color Harmonies of #904FCC
Complementary color
Monochromatic Colors of #904FCC
Black with #904FCC
Text Example
Text Example
White with #904FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904FCC; }
p { color: rgb(144,79,204); }
H1.HeaderClassName
{
color: #904FCC;
}
.AnyTagClassName
{
color: #904FCC;
}
</style>
background-color css
<style>
a { background-color: #904FCC; }
a { background-color: rgb(144,79,204); }
div.DivClassName
{
background-color: #904FCC;
}
.BgClassName
{
background-color: #904FCC;
}
</style>
border-color css
<style>
span { border-color: #904FCC; }
span { border-color: rgb(144,79,204); }
td.TdClassName
{
border-color: #904FCC;
}
.TagClassName
{
border-color: #904FCC;
}
</style>