Shades of Deep Lilac #994CD0
Tints of Deep Lilac #994CD0
RGB
CMYK
RGB Variations
Color information
#994CD0 (or 0x994CD0) is known color: Deep Lilac. HEX triplet: 99, 4C and D0. RGB value is (153,76,208). Sum of RGB (Red+Green+Blue) = 153+76+208=437 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.01% from 437); Green value is 76 (30.08% from 255 or 17.39% from 437); Blue value is 208 (81.64% from 255 or 47.60% from 437); Max value from RGB is 208 - color contains mainly: blue. Hex color #994CD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #994CD0 is #66B32F. Grayscale: #717171. Windows color (decimal): -6730544 or 13651097. OLE color: 13651097.
HSL color Cylindrical-coordinate representation of color #994CD0: hue angle of 275º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #994CD0 is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 76 | 208 | - |
| CMYK | 0.26 | 0.63 | 0 | 0.18 |
| HSL | 275º | 0.58% | 0.56% | - |
| HSV(B) | 275º | 0.63% | 0.82% | - |
| XYZ | 27.11 | 16.5 | 61.43 | - |
| YUV | 114.07 | 181.01 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 76 | 208 | 0.26 | 0.63 | 0 | 0.18 | 275 | 0.58 | 0.56 |
| Hex | 99 | 4C | D0 | 1A | 3F | 0 | 12 | 113 | 3A | 38 |
| Octal | 231 | 114 | 320 | 32 | 77 | 0 | 22 | 423 | 72 | 70 |
| Binary | 10011001 | 1001100 | 11010000 | 11010 | 111111 | 0 | 10010 | 100010011 | 111010 | 111000 |
Color Harmonies of #994CD0
Complementary color
Monochromatic Colors of #994CD0
Black with #994CD0
Text Example
Text Example
White with #994CD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994CD0; }
p { color: rgb(153,76,208); }
H1.HeaderClassName
{
color: #994CD0;
}
.AnyTagClassName
{
color: #994CD0;
}
</style>
background-color css
<style>
a { background-color: #994CD0; }
a { background-color: rgb(153,76,208); }
div.DivClassName
{
background-color: #994CD0;
}
.BgClassName
{
background-color: #994CD0;
}
</style>
border-color css
<style>
span { border-color: #994CD0; }
span { border-color: rgb(153,76,208); }
td.TdClassName
{
border-color: #994CD0;
}
.TagClassName
{
border-color: #994CD0;
}
</style>