Shades of Deep Lilac #994DC8
Tints of Deep Lilac #994DC8
RGB
CMYK
RGB Variations
Color information
#994DC8 (or 0x994DC8) is known color: Deep Lilac. HEX triplet: 99, 4D and C8. RGB value is (153,77,200). Sum of RGB (Red+Green+Blue) = 153+77+200=430 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.58% from 430); Green value is 77 (30.47% from 255 or 17.91% from 430); Blue value is 200 (78.52% from 255 or 46.51% from 430); Max value from RGB is 200 - color contains mainly: blue. Hex color #994DC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #994DC8 is #66B237. Grayscale: #717171. Windows color (decimal): -6730296 or 13127065. OLE color: 13127065.
HSL color Cylindrical-coordinate representation of color #994DC8: hue angle of 277.07º degrees, saturation: 0.53, 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 #994DC8 is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 77 | 200 | - |
| CMYK | 0.24 | 0.62 | 0 | 0.22 |
| HSL | 277.07º | 0.53% | 0.54% | - |
| HSV(B) | 277.07º | 0.62% | 0.78% | - |
| XYZ | 26.22 | 16.25 | 56.4 | - |
| YUV | 113.75 | 176.68 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 77 | 200 | 0.24 | 0.62 | 0 | 0.22 | 277.07 | 0.53 | 0.54 |
| Hex | 99 | 4D | C8 | 18 | 3E | 0 | 16 | 115 | 35 | 36 |
| Octal | 231 | 115 | 310 | 30 | 76 | 0 | 26 | 425 | 65 | 66 |
| Binary | 10011001 | 1001101 | 11001000 | 11000 | 111110 | 0 | 10110 | 100010101 | 110101 | 110110 |
Color Harmonies of #994DC8
Complementary color
Monochromatic Colors of #994DC8
Black with #994DC8
Text Example
Text Example
White with #994DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994DC8; }
p { color: rgb(153,77,200); }
H1.HeaderClassName
{
color: #994DC8;
}
.AnyTagClassName
{
color: #994DC8;
}
</style>
background-color css
<style>
a { background-color: #994DC8; }
a { background-color: rgb(153,77,200); }
div.DivClassName
{
background-color: #994DC8;
}
.BgClassName
{
background-color: #994DC8;
}
</style>
border-color css
<style>
span { border-color: #994DC8; }
span { border-color: rgb(153,77,200); }
td.TdClassName
{
border-color: #994DC8;
}
.TagClassName
{
border-color: #994DC8;
}
</style>