Shades of Deep Lilac #984DCA
Tints of Deep Lilac #984DCA
RGB
CMYK
RGB Variations
Color information
#984DCA (or 0x984DCA) is known color: Deep Lilac. HEX triplet: 98, 4D and CA. RGB value is (152,77,202). Sum of RGB (Red+Green+Blue) = 152+77+202=431 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.27% from 431); Green value is 77 (30.47% from 255 or 17.87% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 202 - color contains mainly: blue. Hex color #984DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #984DCA is #67B235. Grayscale: #717171. Windows color (decimal): -6795830 or 13258136. OLE color: 13258136.
HSL color Cylindrical-coordinate representation of color #984DCA: hue angle of 276º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #984DCA is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 152 | 77 | 202 | - |
| CMYK | 0.25 | 0.62 | 0 | 0.21 |
| HSL | 276º | 0.54% | 0.55% | - |
| HSV(B) | 276º | 0.62% | 0.79% | - |
| XYZ | 26.26 | 16.25 | 57.63 | - |
| YUV | 113.68 | 177.85 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 77 | 202 | 0.25 | 0.62 | 0 | 0.21 | 276 | 0.54 | 0.55 |
| Hex | 98 | 4D | CA | 19 | 3E | 0 | 15 | 114 | 36 | 37 |
| Octal | 230 | 115 | 312 | 31 | 76 | 0 | 25 | 424 | 66 | 67 |
| Binary | 10011000 | 1001101 | 11001010 | 11001 | 111110 | 0 | 10101 | 100010100 | 110110 | 110111 |
Color Harmonies of #984DCA
Complementary color
Monochromatic Colors of #984DCA
Black with #984DCA
Text Example
Text Example
White with #984DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984DCA; }
p { color: rgb(152,77,202); }
H1.HeaderClassName
{
color: #984DCA;
}
.AnyTagClassName
{
color: #984DCA;
}
</style>
background-color css
<style>
a { background-color: #984DCA; }
a { background-color: rgb(152,77,202); }
div.DivClassName
{
background-color: #984DCA;
}
.BgClassName
{
background-color: #984DCA;
}
</style>
border-color css
<style>
span { border-color: #984DCA; }
span { border-color: rgb(152,77,202); }
td.TdClassName
{
border-color: #984DCA;
}
.TagClassName
{
border-color: #984DCA;
}
</style>