Shades of Deep Lilac #984DBA
Tints of Deep Lilac #984DBA
RGB
CMYK
RGB Variations
Color information
#984DBA (or 0x984DBA) is known color: Deep Lilac. HEX triplet: 98, 4D and BA. RGB value is (152,77,186). Sum of RGB (Red+Green+Blue) = 152+77+186=415 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.63% from 415); Green value is 77 (30.47% from 255 or 18.55% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 186 - color contains mainly: blue. Hex color #984DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #984DBA is #67B245. Grayscale: #6F6F6F. Windows color (decimal): -6795846 or 12209560. OLE color: 12209560.
HSL color Cylindrical-coordinate representation of color #984DBA: hue angle of 281.28º 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 #984DBA is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 77 | 186 | - |
| CMYK | 0.18 | 0.59 | 0 | 0.27 |
| HSL | 281.28º | 0.44% | 0.52% | - |
| HSV(B) | 281.28º | 0.59% | 0.73% | - |
| XYZ | 24.47 | 15.53 | 48.16 | - |
| YUV | 111.85 | 169.85 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 77 | 186 | 0.18 | 0.59 | 0 | 0.27 | 281.28 | 0.44 | 0.52 |
| Hex | 98 | 4D | BA | 12 | 3B | 0 | 1B | 119 | 2C | 34 |
| Octal | 230 | 115 | 272 | 22 | 73 | 0 | 33 | 431 | 54 | 64 |
| Binary | 10011000 | 1001101 | 10111010 | 10010 | 111011 | 0 | 11011 | 100011001 | 101100 | 110100 |
Color Harmonies of #984DBA
Complementary color
Monochromatic Colors of #984DBA
Black with #984DBA
Text Example
Text Example
White with #984DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984DBA; }
p { color: rgb(152,77,186); }
H1.HeaderClassName
{
color: #984DBA;
}
.AnyTagClassName
{
color: #984DBA;
}
</style>
background-color css
<style>
a { background-color: #984DBA; }
a { background-color: rgb(152,77,186); }
div.DivClassName
{
background-color: #984DBA;
}
.BgClassName
{
background-color: #984DBA;
}
</style>
border-color css
<style>
span { border-color: #984DBA; }
span { border-color: rgb(152,77,186); }
td.TdClassName
{
border-color: #984DBA;
}
.TagClassName
{
border-color: #984DBA;
}
</style>