Shades of Deep Lilac #994EBA
Tints of Deep Lilac #994EBA
RGB
CMYK
RGB Variations
Color information
#994EBA (or 0x994EBA) is known color: Deep Lilac. HEX triplet: 99, 4E and BA. RGB value is (153,78,186). Sum of RGB (Red+Green+Blue) = 153+78+186=417 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.69% from 417); Green value is 78 (30.86% from 255 or 18.71% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 186 - color contains mainly: blue. Hex color #994EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #994EBA is #66B145. Grayscale: #707070. Windows color (decimal): -6730054 or 12209817. OLE color: 12209817.
HSL color Cylindrical-coordinate representation of color #994EBA: hue angle of 281.67º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #994EBA is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 78 | 186 | - |
| CMYK | 0.18 | 0.58 | 0 | 0.27 |
| HSL | 281.67º | 0.44% | 0.52% | - |
| HSV(B) | 281.67º | 0.58% | 0.73% | - |
| XYZ | 24.72 | 15.77 | 48.19 | - |
| YUV | 112.74 | 169.35 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 78 | 186 | 0.18 | 0.58 | 0 | 0.27 | 281.67 | 0.44 | 0.52 |
| Hex | 99 | 4E | BA | 12 | 3A | 0 | 1B | 11A | 2C | 34 |
| Octal | 231 | 116 | 272 | 22 | 72 | 0 | 33 | 432 | 54 | 64 |
| Binary | 10011001 | 1001110 | 10111010 | 10010 | 111010 | 0 | 11011 | 100011010 | 101100 | 110100 |
Color Harmonies of #994EBA
Complementary color
Monochromatic Colors of #994EBA
Black with #994EBA
Text Example
Text Example
White with #994EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994EBA; }
p { color: rgb(153,78,186); }
H1.HeaderClassName
{
color: #994EBA;
}
.AnyTagClassName
{
color: #994EBA;
}
</style>
background-color css
<style>
a { background-color: #994EBA; }
a { background-color: rgb(153,78,186); }
div.DivClassName
{
background-color: #994EBA;
}
.BgClassName
{
background-color: #994EBA;
}
</style>
border-color css
<style>
span { border-color: #994EBA; }
span { border-color: rgb(153,78,186); }
td.TdClassName
{
border-color: #994EBA;
}
.TagClassName
{
border-color: #994EBA;
}
</style>