Shades of Deep Lilac #994CCC
Tints of Deep Lilac #994CCC
RGB
CMYK
RGB Variations
Color information
#994CCC (or 0x994CCC) is known color: Deep Lilac. HEX triplet: 99, 4C and CC. RGB value is (153,76,204). Sum of RGB (Red+Green+Blue) = 153+76+204=433 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.33% from 433); Green value is 76 (30.08% from 255 or 17.55% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #994CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #994CCC is #66B333. Grayscale: #717171. Windows color (decimal): -6730548 or 13388953. OLE color: 13388953.
HSL color Cylindrical-coordinate representation of color #994CCC: hue angle of 276.09º 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 #994CCC is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 153 | 76 | 204 | - |
| CMYK | 0.25 | 0.63 | 0 | 0.2 |
| HSL | 276.09º | 0.56% | 0.55% | - |
| HSV(B) | 276.09º | 0.63% | 0.8% | - |
| XYZ | 26.62 | 16.3 | 58.87 | - |
| YUV | 113.62 | 179.01 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 76 | 204 | 0.25 | 0.63 | 0 | 0.2 | 276.09 | 0.56 | 0.55 |
| Hex | 99 | 4C | CC | 19 | 3F | 0 | 14 | 114 | 38 | 37 |
| Octal | 231 | 114 | 314 | 31 | 77 | 0 | 24 | 424 | 70 | 67 |
| Binary | 10011001 | 1001100 | 11001100 | 11001 | 111111 | 0 | 10100 | 100010100 | 111000 | 110111 |
Color Harmonies of #994CCC
Complementary color
Monochromatic Colors of #994CCC
Black with #994CCC
Text Example
Text Example
White with #994CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994CCC; }
p { color: rgb(153,76,204); }
H1.HeaderClassName
{
color: #994CCC;
}
.AnyTagClassName
{
color: #994CCC;
}
</style>
background-color css
<style>
a { background-color: #994CCC; }
a { background-color: rgb(153,76,204); }
div.DivClassName
{
background-color: #994CCC;
}
.BgClassName
{
background-color: #994CCC;
}
</style>
border-color css
<style>
span { border-color: #994CCC; }
span { border-color: rgb(153,76,204); }
td.TdClassName
{
border-color: #994CCC;
}
.TagClassName
{
border-color: #994CCC;
}
</style>