Shades of Deep Lilac #984DB3
Tints of Deep Lilac #984DB3
RGB
CMYK
RGB Variations
Color information
#984DB3 (or 0x984DB3) is known color: Deep Lilac. HEX triplet: 98, 4D and B3. RGB value is (152,77,179). Sum of RGB (Red+Green+Blue) = 152+77+179=408 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.25% from 408); Green value is 77 (30.47% from 255 or 18.87% from 408); Blue value is 179 (70.31% from 255 or 43.87% from 408); Max value from RGB is 179 - color contains mainly: blue. Hex color #984DB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #984DB3 is #67B24C. Grayscale: #6E6E6E. Windows color (decimal): -6795853 or 11750808. OLE color: 11750808.
HSL color Cylindrical-coordinate representation of color #984DB3: hue angle of 284.12º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #984DB3 is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 152 | 77 | 179 | - |
| CMYK | 0.15 | 0.57 | 0 | 0.30 |
| HSL | 284.12º | 0.4% | 0.5% | - |
| HSV(B) | 284.12º | 0.57% | 0.7% | - |
| XYZ | 23.74 | 15.24 | 44.34 | - |
| YUV | 111.05 | 166.35 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 77 | 179 | 0.15 | 0.57 | 0 | 0.30 | 284.12 | 0.4 | 0.5 |
| Hex | 98 | 4D | B3 | F | 39 | 0 | 1E | 11C | 28 | 32 |
| Octal | 230 | 115 | 263 | 17 | 71 | 0 | 36 | 434 | 50 | 62 |
| Binary | 10011000 | 1001101 | 10110011 | 1111 | 111001 | 0 | 11110 | 100011100 | 101000 | 110010 |
Color Harmonies of #984DB3
Complementary color
Monochromatic Colors of #984DB3
Black with #984DB3
Text Example
Text Example
White with #984DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984DB3; }
p { color: rgb(152,77,179); }
H1.HeaderClassName
{
color: #984DB3;
}
.AnyTagClassName
{
color: #984DB3;
}
</style>
background-color css
<style>
a { background-color: #984DB3; }
a { background-color: rgb(152,77,179); }
div.DivClassName
{
background-color: #984DB3;
}
.BgClassName
{
background-color: #984DB3;
}
</style>
border-color css
<style>
span { border-color: #984DB3; }
span { border-color: rgb(152,77,179); }
td.TdClassName
{
border-color: #984DB3;
}
.TagClassName
{
border-color: #984DB3;
}
</style>