Shades of Deep Lilac #984CB9
Tints of Deep Lilac #984CB9
RGB
CMYK
RGB Variations
Color information
#984CB9 (or 0x984CB9) is known color: Deep Lilac. HEX triplet: 98, 4C and B9. RGB value is (152,76,185). Sum of RGB (Red+Green+Blue) = 152+76+185=413 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.80% from 413); Green value is 76 (30.08% from 255 or 18.40% from 413); Blue value is 185 (72.66% from 255 or 44.79% from 413); Max value from RGB is 185 - color contains mainly: blue. Hex color #984CB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #984CB9 is #67B346. Grayscale: #6E6E6E. Windows color (decimal): -6796103 or 12143768. OLE color: 12143768.
HSL color Cylindrical-coordinate representation of color #984CB9: hue angle of 281.83º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #984CB9 is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 76 | 185 | - |
| CMYK | 0.18 | 0.59 | 0 | 0.27 |
| HSL | 281.83º | 0.44% | 0.51% | - |
| HSV(B) | 281.83º | 0.59% | 0.73% | - |
| XYZ | 24.29 | 15.35 | 47.58 | - |
| YUV | 111.15 | 169.68 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 76 | 185 | 0.18 | 0.59 | 0 | 0.27 | 281.83 | 0.44 | 0.51 |
| Hex | 98 | 4C | B9 | 12 | 3B | 0 | 1B | 11A | 2C | 33 |
| Octal | 230 | 114 | 271 | 22 | 73 | 0 | 33 | 432 | 54 | 63 |
| Binary | 10011000 | 1001100 | 10111001 | 10010 | 111011 | 0 | 11011 | 100011010 | 101100 | 110011 |
Color Harmonies of #984CB9
Complementary color
Monochromatic Colors of #984CB9
Black with #984CB9
Text Example
Text Example
White with #984CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984CB9; }
p { color: rgb(152,76,185); }
H1.HeaderClassName
{
color: #984CB9;
}
.AnyTagClassName
{
color: #984CB9;
}
</style>
background-color css
<style>
a { background-color: #984CB9; }
a { background-color: rgb(152,76,185); }
div.DivClassName
{
background-color: #984CB9;
}
.BgClassName
{
background-color: #984CB9;
}
</style>
border-color css
<style>
span { border-color: #984CB9; }
span { border-color: rgb(152,76,185); }
td.TdClassName
{
border-color: #984CB9;
}
.TagClassName
{
border-color: #984CB9;
}
</style>