Shades of Deep Lilac #994CC6
Tints of Deep Lilac #994CC6
RGB
CMYK
RGB Variations
Color information
#994CC6 (or 0x994CC6) is known color: Deep Lilac. HEX triplet: 99, 4C and C6. RGB value is (153,76,198). Sum of RGB (Red+Green+Blue) = 153+76+198=427 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.83% from 427); Green value is 76 (30.08% from 255 or 17.80% from 427); Blue value is 198 (77.73% from 255 or 46.37% from 427); Max value from RGB is 198 - color contains mainly: blue. Hex color #994CC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #994CC6 is #66B339. Grayscale: #707070. Windows color (decimal): -6730554 or 12995737. OLE color: 12995737.
HSL color Cylindrical-coordinate representation of color #994CC6: hue angle of 277.87º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #994CC6 is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 76 | 198 | - |
| CMYK | 0.23 | 0.62 | 0 | 0.22 |
| HSL | 277.87º | 0.52% | 0.54% | - |
| HSV(B) | 277.87º | 0.62% | 0.78% | - |
| XYZ | 25.91 | 16.02 | 55.15 | - |
| YUV | 112.93 | 176.01 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 76 | 198 | 0.23 | 0.62 | 0 | 0.22 | 277.87 | 0.52 | 0.54 |
| Hex | 99 | 4C | C6 | 17 | 3E | 0 | 16 | 116 | 34 | 36 |
| Octal | 231 | 114 | 306 | 27 | 76 | 0 | 26 | 426 | 64 | 66 |
| Binary | 10011001 | 1001100 | 11000110 | 10111 | 111110 | 0 | 10110 | 100010110 | 110100 | 110110 |
Color Harmonies of #994CC6
Complementary color
Monochromatic Colors of #994CC6
Black with #994CC6
Text Example
Text Example
White with #994CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994CC6; }
p { color: rgb(153,76,198); }
H1.HeaderClassName
{
color: #994CC6;
}
.AnyTagClassName
{
color: #994CC6;
}
</style>
background-color css
<style>
a { background-color: #994CC6; }
a { background-color: rgb(153,76,198); }
div.DivClassName
{
background-color: #994CC6;
}
.BgClassName
{
background-color: #994CC6;
}
</style>
border-color css
<style>
span { border-color: #994CC6; }
span { border-color: rgb(153,76,198); }
td.TdClassName
{
border-color: #994CC6;
}
.TagClassName
{
border-color: #994CC6;
}
</style>