Shades of Deep Lilac #994DC7
Tints of Deep Lilac #994DC7
RGB
CMYK
RGB Variations
Color information
#994DC7 (or 0x994DC7) is known color: Deep Lilac. HEX triplet: 99, 4D and C7. RGB value is (153,77,199). Sum of RGB (Red+Green+Blue) = 153+77+199=429 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.66% from 429); Green value is 77 (30.47% from 255 or 17.95% from 429); Blue value is 199 (78.12% from 255 or 46.39% from 429); Max value from RGB is 199 - color contains mainly: blue. Hex color #994DC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #994DC7 is #66B238. Grayscale: #717171. Windows color (decimal): -6730297 or 13061529. OLE color: 13061529.
HSL color Cylindrical-coordinate representation of color #994DC7: hue angle of 277.38º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #994DC7 is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 77 | 199 | - |
| CMYK | 0.23 | 0.61 | 0 | 0.22 |
| HSL | 277.38º | 0.52% | 0.54% | - |
| HSV(B) | 277.38º | 0.61% | 0.78% | - |
| XYZ | 26.1 | 16.2 | 55.78 | - |
| YUV | 113.63 | 176.18 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 77 | 199 | 0.23 | 0.61 | 0 | 0.22 | 277.38 | 0.52 | 0.54 |
| Hex | 99 | 4D | C7 | 17 | 3D | 0 | 16 | 115 | 34 | 36 |
| Octal | 231 | 115 | 307 | 27 | 75 | 0 | 26 | 425 | 64 | 66 |
| Binary | 10011001 | 1001101 | 11000111 | 10111 | 111101 | 0 | 10110 | 100010101 | 110100 | 110110 |
Color Harmonies of #994DC7
Complementary color
Monochromatic Colors of #994DC7
Black with #994DC7
Text Example
Text Example
White with #994DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994DC7; }
p { color: rgb(153,77,199); }
H1.HeaderClassName
{
color: #994DC7;
}
.AnyTagClassName
{
color: #994DC7;
}
</style>
background-color css
<style>
a { background-color: #994DC7; }
a { background-color: rgb(153,77,199); }
div.DivClassName
{
background-color: #994DC7;
}
.BgClassName
{
background-color: #994DC7;
}
</style>
border-color css
<style>
span { border-color: #994DC7; }
span { border-color: rgb(153,77,199); }
td.TdClassName
{
border-color: #994DC7;
}
.TagClassName
{
border-color: #994DC7;
}
</style>