Shades of Deep Lilac #984DB4
Tints of Deep Lilac #984DB4
RGB
CMYK
RGB Variations
Color information
#984DB4 (or 0x984DB4) is known color: Deep Lilac. HEX triplet: 98, 4D and B4. RGB value is (152,77,180). Sum of RGB (Red+Green+Blue) = 152+77+180=409 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.16% from 409); Green value is 77 (30.47% from 255 or 18.83% from 409); Blue value is 180 (70.70% from 255 or 44.01% from 409); Max value from RGB is 180 - color contains mainly: blue. Hex color #984DB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #984DB4 is #67B24B. Grayscale: #6E6E6E. Windows color (decimal): -6795852 or 11816344. OLE color: 11816344.
HSL color Cylindrical-coordinate representation of color #984DB4: hue angle of 283.69º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #984DB4 is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 152 | 77 | 180 | - |
| CMYK | 0.16 | 0.57 | 0 | 0.29 |
| HSL | 283.69º | 0.41% | 0.5% | - |
| HSV(B) | 283.69º | 0.57% | 0.71% | - |
| XYZ | 23.84 | 15.28 | 44.87 | - |
| YUV | 111.17 | 166.85 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 77 | 180 | 0.16 | 0.57 | 0 | 0.29 | 283.69 | 0.41 | 0.5 |
| Hex | 98 | 4D | B4 | 10 | 39 | 0 | 1D | 11C | 29 | 32 |
| Octal | 230 | 115 | 264 | 20 | 71 | 0 | 35 | 434 | 51 | 62 |
| Binary | 10011000 | 1001101 | 10110100 | 10000 | 111001 | 0 | 11101 | 100011100 | 101001 | 110010 |
Color Harmonies of #984DB4
Complementary color
Monochromatic Colors of #984DB4
Black with #984DB4
Text Example
Text Example
White with #984DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984DB4; }
p { color: rgb(152,77,180); }
H1.HeaderClassName
{
color: #984DB4;
}
.AnyTagClassName
{
color: #984DB4;
}
</style>
background-color css
<style>
a { background-color: #984DB4; }
a { background-color: rgb(152,77,180); }
div.DivClassName
{
background-color: #984DB4;
}
.BgClassName
{
background-color: #984DB4;
}
</style>
border-color css
<style>
span { border-color: #984DB4; }
span { border-color: rgb(152,77,180); }
td.TdClassName
{
border-color: #984DB4;
}
.TagClassName
{
border-color: #984DB4;
}
</style>