Shades of Deep Lilac #994DCF
Tints of Deep Lilac #994DCF
RGB
CMYK
RGB Variations
Color information
#994DCF (or 0x994DCF) is known color: Deep Lilac. HEX triplet: 99, 4D and CF. RGB value is (153,77,207). Sum of RGB (Red+Green+Blue) = 153+77+207=437 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.01% from 437); Green value is 77 (30.47% from 255 or 17.62% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 207 - color contains mainly: blue. Hex color #994DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #994DCF is #66B230. Grayscale: #727272. Windows color (decimal): -6730289 or 13585817. OLE color: 13585817.
HSL color Cylindrical-coordinate representation of color #994DCF: hue angle of 275.08º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #994DCF is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 77 | 207 | - |
| CMYK | 0.26 | 0.63 | 0 | 0.19 |
| HSL | 275.08º | 0.58% | 0.56% | - |
| HSV(B) | 275.08º | 0.63% | 0.81% | - |
| XYZ | 27.05 | 16.59 | 60.81 | - |
| YUV | 114.54 | 180.18 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 77 | 207 | 0.26 | 0.63 | 0 | 0.19 | 275.08 | 0.58 | 0.56 |
| Hex | 99 | 4D | CF | 1A | 3F | 0 | 13 | 113 | 3A | 38 |
| Octal | 231 | 115 | 317 | 32 | 77 | 0 | 23 | 423 | 72 | 70 |
| Binary | 10011001 | 1001101 | 11001111 | 11010 | 111111 | 0 | 10011 | 100010011 | 111010 | 111000 |
Color Harmonies of #994DCF
Complementary color
Monochromatic Colors of #994DCF
Black with #994DCF
Text Example
Text Example
White with #994DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994DCF; }
p { color: rgb(153,77,207); }
H1.HeaderClassName
{
color: #994DCF;
}
.AnyTagClassName
{
color: #994DCF;
}
</style>
background-color css
<style>
a { background-color: #994DCF; }
a { background-color: rgb(153,77,207); }
div.DivClassName
{
background-color: #994DCF;
}
.BgClassName
{
background-color: #994DCF;
}
</style>
border-color css
<style>
span { border-color: #994DCF; }
span { border-color: rgb(153,77,207); }
td.TdClassName
{
border-color: #994DCF;
}
.TagClassName
{
border-color: #994DCF;
}
</style>