Shades of Deep Lilac #994FCD
Tints of Deep Lilac #994FCD
RGB
CMYK
RGB Variations
Color information
#994FCD (or 0x994FCD) is known color: Deep Lilac. HEX triplet: 99, 4F and CD. RGB value is (153,79,205). Sum of RGB (Red+Green+Blue) = 153+79+205=437 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.01% from 437); Green value is 79 (31.25% from 255 or 18.08% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 205 - color contains mainly: blue. Hex color #994FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #994FCD is #66B032. Grayscale: #737373. Windows color (decimal): -6729779 or 13455257. OLE color: 13455257.
HSL color Cylindrical-coordinate representation of color #994FCD: hue angle of 275.24º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #994FCD is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 79 | 205 | - |
| CMYK | 0.25 | 0.61 | 0 | 0.20 |
| HSL | 275.24º | 0.56% | 0.56% | - |
| HSV(B) | 275.24º | 0.61% | 0.8% | - |
| XYZ | 26.95 | 16.77 | 59.57 | - |
| YUV | 115.49 | 178.52 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 79 | 205 | 0.25 | 0.61 | 0 | 0.20 | 275.24 | 0.56 | 0.56 |
| Hex | 99 | 4F | CD | 19 | 3D | 0 | 14 | 113 | 38 | 38 |
| Octal | 231 | 117 | 315 | 31 | 75 | 0 | 24 | 423 | 70 | 70 |
| Binary | 10011001 | 1001111 | 11001101 | 11001 | 111101 | 0 | 10100 | 100010011 | 111000 | 111000 |
Color Harmonies of #994FCD
Complementary color
Monochromatic Colors of #994FCD
Black with #994FCD
Text Example
Text Example
White with #994FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994FCD; }
p { color: rgb(153,79,205); }
H1.HeaderClassName
{
color: #994FCD;
}
.AnyTagClassName
{
color: #994FCD;
}
</style>
background-color css
<style>
a { background-color: #994FCD; }
a { background-color: rgb(153,79,205); }
div.DivClassName
{
background-color: #994FCD;
}
.BgClassName
{
background-color: #994FCD;
}
</style>
border-color css
<style>
span { border-color: #994FCD; }
span { border-color: rgb(153,79,205); }
td.TdClassName
{
border-color: #994FCD;
}
.TagClassName
{
border-color: #994FCD;
}
</style>