Shades of Deep Lilac #994FCC
Tints of Deep Lilac #994FCC
RGB
CMYK
RGB Variations
Color information
#994FCC (or 0x994FCC) is known color: Deep Lilac. HEX triplet: 99, 4F and CC. RGB value is (153,79,204). Sum of RGB (Red+Green+Blue) = 153+79+204=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 79 (31.25% from 255 or 18.12% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 204 - color contains mainly: blue. Hex color #994FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #994FCC is #66B033. Grayscale: #727272. Windows color (decimal): -6729780 or 13389721. OLE color: 13389721.
HSL color Cylindrical-coordinate representation of color #994FCC: hue angle of 275.52º 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 #994FCC is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 153 | 79 | 204 | - |
| CMYK | 0.25 | 0.61 | 0 | 0.2 |
| HSL | 275.52º | 0.55% | 0.55% | - |
| HSV(B) | 275.52º | 0.61% | 0.8% | - |
| XYZ | 26.83 | 16.72 | 58.94 | - |
| YUV | 115.38 | 178.02 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 79 | 204 | 0.25 | 0.61 | 0 | 0.2 | 275.52 | 0.55 | 0.55 |
| Hex | 99 | 4F | CC | 19 | 3D | 0 | 14 | 114 | 37 | 37 |
| Octal | 231 | 117 | 314 | 31 | 75 | 0 | 24 | 424 | 67 | 67 |
| Binary | 10011001 | 1001111 | 11001100 | 11001 | 111101 | 0 | 10100 | 100010100 | 110111 | 110111 |
Color Harmonies of #994FCC
Complementary color
Monochromatic Colors of #994FCC
Black with #994FCC
Text Example
Text Example
White with #994FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994FCC; }
p { color: rgb(153,79,204); }
H1.HeaderClassName
{
color: #994FCC;
}
.AnyTagClassName
{
color: #994FCC;
}
</style>
background-color css
<style>
a { background-color: #994FCC; }
a { background-color: rgb(153,79,204); }
div.DivClassName
{
background-color: #994FCC;
}
.BgClassName
{
background-color: #994FCC;
}
</style>
border-color css
<style>
span { border-color: #994FCC; }
span { border-color: rgb(153,79,204); }
td.TdClassName
{
border-color: #994FCC;
}
.TagClassName
{
border-color: #994FCC;
}
</style>