Shades of Deep Lilac #994DBA
Tints of Deep Lilac #994DBA
RGB
CMYK
RGB Variations
Color information
#994DBA (or 0x994DBA) is known color: Deep Lilac. HEX triplet: 99, 4D and BA. RGB value is (153,77,186). Sum of RGB (Red+Green+Blue) = 153+77+186=416 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.78% from 416); Green value is 77 (30.47% from 255 or 18.51% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 186 - color contains mainly: blue. Hex color #994DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #994DBA is #66B245. Grayscale: #6F6F6F. Windows color (decimal): -6730310 or 12209561. OLE color: 12209561.
HSL color Cylindrical-coordinate representation of color #994DBA: hue angle of 281.83º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #994DBA is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 77 | 186 | - |
| CMYK | 0.18 | 0.59 | 0 | 0.27 |
| HSL | 281.83º | 0.44% | 0.52% | - |
| HSV(B) | 281.83º | 0.59% | 0.73% | - |
| XYZ | 24.65 | 15.63 | 48.17 | - |
| YUV | 112.15 | 169.68 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 77 | 186 | 0.18 | 0.59 | 0 | 0.27 | 281.83 | 0.44 | 0.52 |
| Hex | 99 | 4D | BA | 12 | 3B | 0 | 1B | 11A | 2C | 34 |
| Octal | 231 | 115 | 272 | 22 | 73 | 0 | 33 | 432 | 54 | 64 |
| Binary | 10011001 | 1001101 | 10111010 | 10010 | 111011 | 0 | 11011 | 100011010 | 101100 | 110100 |
Color Harmonies of #994DBA
Complementary color
Monochromatic Colors of #994DBA
Black with #994DBA
Text Example
Text Example
White with #994DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994DBA; }
p { color: rgb(153,77,186); }
H1.HeaderClassName
{
color: #994DBA;
}
.AnyTagClassName
{
color: #994DBA;
}
</style>
background-color css
<style>
a { background-color: #994DBA; }
a { background-color: rgb(153,77,186); }
div.DivClassName
{
background-color: #994DBA;
}
.BgClassName
{
background-color: #994DBA;
}
</style>
border-color css
<style>
span { border-color: #994DBA; }
span { border-color: rgb(153,77,186); }
td.TdClassName
{
border-color: #994DBA;
}
.TagClassName
{
border-color: #994DBA;
}
</style>