Shades of Deep Lilac #984DBD
Tints of Deep Lilac #984DBD
RGB
CMYK
RGB Variations
Color information
#984DBD (or 0x984DBD) is known color: Deep Lilac. HEX triplet: 98, 4D and BD. RGB value is (152,77,189). Sum of RGB (Red+Green+Blue) = 152+77+189=418 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.36% from 418); Green value is 77 (30.47% from 255 or 18.42% from 418); Blue value is 189 (74.22% from 255 or 45.22% from 418); Max value from RGB is 189 - color contains mainly: blue. Hex color #984DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #984DBD is #67B242. Grayscale: #6F6F6F. Windows color (decimal): -6795843 or 12406168. OLE color: 12406168.
HSL color Cylindrical-coordinate representation of color #984DBD: hue angle of 280.18º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #984DBD is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 77 | 189 | - |
| CMYK | 0.20 | 0.59 | 0 | 0.26 |
| HSL | 280.18º | 0.46% | 0.52% | - |
| HSV(B) | 280.18º | 0.59% | 0.74% | - |
| XYZ | 24.79 | 15.66 | 49.86 | - |
| YUV | 112.19 | 171.35 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 77 | 189 | 0.20 | 0.59 | 0 | 0.26 | 280.18 | 0.46 | 0.52 |
| Hex | 98 | 4D | BD | 14 | 3B | 0 | 1A | 118 | 2E | 34 |
| Octal | 230 | 115 | 275 | 24 | 73 | 0 | 32 | 430 | 56 | 64 |
| Binary | 10011000 | 1001101 | 10111101 | 10100 | 111011 | 0 | 11010 | 100011000 | 101110 | 110100 |
Color Harmonies of #984DBD
Complementary color
Monochromatic Colors of #984DBD
Black with #984DBD
Text Example
Text Example
White with #984DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984DBD; }
p { color: rgb(152,77,189); }
H1.HeaderClassName
{
color: #984DBD;
}
.AnyTagClassName
{
color: #984DBD;
}
</style>
background-color css
<style>
a { background-color: #984DBD; }
a { background-color: rgb(152,77,189); }
div.DivClassName
{
background-color: #984DBD;
}
.BgClassName
{
background-color: #984DBD;
}
</style>
border-color css
<style>
span { border-color: #984DBD; }
span { border-color: rgb(152,77,189); }
td.TdClassName
{
border-color: #984DBD;
}
.TagClassName
{
border-color: #984DBD;
}
</style>