Shades of Deep Lilac #984DBE
Tints of Deep Lilac #984DBE
RGB
CMYK
RGB Variations
Color information
#984DBE (or 0x984DBE) is known color: Deep Lilac. HEX triplet: 98, 4D and BE. RGB value is (152,77,190). Sum of RGB (Red+Green+Blue) = 152+77+190=419 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.28% from 419); Green value is 77 (30.47% from 255 or 18.38% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 190 - color contains mainly: blue. Hex color #984DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #984DBE is #67B241. Grayscale: #6F6F6F. Windows color (decimal): -6795842 or 12471704. OLE color: 12471704.
HSL color Cylindrical-coordinate representation of color #984DBE: hue angle of 279.82º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #984DBE is Cyan = 0.2, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 77 | 190 | - |
| CMYK | 0.2 | 0.59 | 0 | 0.25 |
| HSL | 279.82º | 0.47% | 0.52% | - |
| HSV(B) | 279.82º | 0.59% | 0.75% | - |
| XYZ | 24.9 | 15.7 | 50.43 | - |
| YUV | 112.31 | 171.85 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 77 | 190 | 0.2 | 0.59 | 0 | 0.25 | 279.82 | 0.47 | 0.52 |
| Hex | 98 | 4D | BE | 14 | 3B | 0 | 19 | 118 | 2F | 34 |
| Octal | 230 | 115 | 276 | 24 | 73 | 0 | 31 | 430 | 57 | 64 |
| Binary | 10011000 | 1001101 | 10111110 | 10100 | 111011 | 0 | 11001 | 100011000 | 101111 | 110100 |
Color Harmonies of #984DBE
Complementary color
Monochromatic Colors of #984DBE
Black with #984DBE
Text Example
Text Example
White with #984DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984DBE; }
p { color: rgb(152,77,190); }
H1.HeaderClassName
{
color: #984DBE;
}
.AnyTagClassName
{
color: #984DBE;
}
</style>
background-color css
<style>
a { background-color: #984DBE; }
a { background-color: rgb(152,77,190); }
div.DivClassName
{
background-color: #984DBE;
}
.BgClassName
{
background-color: #984DBE;
}
</style>
border-color css
<style>
span { border-color: #984DBE; }
span { border-color: rgb(152,77,190); }
td.TdClassName
{
border-color: #984DBE;
}
.TagClassName
{
border-color: #984DBE;
}
</style>