Shades of Deep Lilac #984DB0
Tints of Deep Lilac #984DB0
RGB
CMYK
RGB Variations
Color information
#984DB0 (or 0x984DB0) is known color: Deep Lilac. HEX triplet: 98, 4D and B0. RGB value is (152,77,176). Sum of RGB (Red+Green+Blue) = 152+77+176=405 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.53% from 405); Green value is 77 (30.47% from 255 or 19.01% from 405); Blue value is 176 (69.14% from 255 or 43.46% from 405); Max value from RGB is 176 - color contains mainly: blue. Hex color #984DB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #984DB0 is #67B24F. Grayscale: #6E6E6E. Windows color (decimal): -6795856 or 11554200. OLE color: 11554200.
HSL color Cylindrical-coordinate representation of color #984DB0: hue angle of 285.45º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #984DB0 is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 152 | 77 | 176 | - |
| CMYK | 0.14 | 0.56 | 0 | 0.31 |
| HSL | 285.45º | 0.39% | 0.5% | - |
| HSV(B) | 285.45º | 0.56% | 0.69% | - |
| XYZ | 23.44 | 15.12 | 42.76 | - |
| YUV | 110.71 | 164.85 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 77 | 176 | 0.14 | 0.56 | 0 | 0.31 | 285.45 | 0.39 | 0.5 |
| Hex | 98 | 4D | B0 | E | 38 | 0 | 1F | 11D | 27 | 32 |
| Octal | 230 | 115 | 260 | 16 | 70 | 0 | 37 | 435 | 47 | 62 |
| Binary | 10011000 | 1001101 | 10110000 | 1110 | 111000 | 0 | 11111 | 100011101 | 100111 | 110010 |
Color Harmonies of #984DB0
Complementary color
Monochromatic Colors of #984DB0
Black with #984DB0
Text Example
Text Example
White with #984DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984DB0; }
p { color: rgb(152,77,176); }
H1.HeaderClassName
{
color: #984DB0;
}
.AnyTagClassName
{
color: #984DB0;
}
</style>
background-color css
<style>
a { background-color: #984DB0; }
a { background-color: rgb(152,77,176); }
div.DivClassName
{
background-color: #984DB0;
}
.BgClassName
{
background-color: #984DB0;
}
</style>
border-color css
<style>
span { border-color: #984DB0; }
span { border-color: rgb(152,77,176); }
td.TdClassName
{
border-color: #984DB0;
}
.TagClassName
{
border-color: #984DB0;
}
</style>