Shades of Deep Lilac #984CBF
Tints of Deep Lilac #984CBF
RGB
CMYK
RGB Variations
Color information
#984CBF (or 0x984CBF) is known color: Deep Lilac. HEX triplet: 98, 4C and BF. RGB value is (152,76,191). Sum of RGB (Red+Green+Blue) = 152+76+191=419 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.28% from 419); Green value is 76 (30.08% from 255 or 18.14% from 419); Blue value is 191 (75% from 255 or 45.58% from 419); Max value from RGB is 191 - color contains mainly: blue. Hex color #984CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #984CBF is #67B340. Grayscale: #6F6F6F. Windows color (decimal): -6796097 or 12536984. OLE color: 12536984.
HSL color Cylindrical-coordinate representation of color #984CBF: hue angle of 279.65º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #984CBF is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 76 | 191 | - |
| CMYK | 0.20 | 0.60 | 0 | 0.25 |
| HSL | 279.65º | 0.47% | 0.52% | - |
| HSV(B) | 279.65º | 0.6% | 0.75% | - |
| XYZ | 24.94 | 15.61 | 50.99 | - |
| YUV | 111.83 | 172.68 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 76 | 191 | 0.20 | 0.60 | 0 | 0.25 | 279.65 | 0.47 | 0.52 |
| Hex | 98 | 4C | BF | 14 | 3C | 0 | 19 | 118 | 2F | 34 |
| Octal | 230 | 114 | 277 | 24 | 74 | 0 | 31 | 430 | 57 | 64 |
| Binary | 10011000 | 1001100 | 10111111 | 10100 | 111100 | 0 | 11001 | 100011000 | 101111 | 110100 |
Color Harmonies of #984CBF
Complementary color
Monochromatic Colors of #984CBF
Black with #984CBF
Text Example
Text Example
White with #984CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984CBF; }
p { color: rgb(152,76,191); }
H1.HeaderClassName
{
color: #984CBF;
}
.AnyTagClassName
{
color: #984CBF;
}
</style>
background-color css
<style>
a { background-color: #984CBF; }
a { background-color: rgb(152,76,191); }
div.DivClassName
{
background-color: #984CBF;
}
.BgClassName
{
background-color: #984CBF;
}
</style>
border-color css
<style>
span { border-color: #984CBF; }
span { border-color: rgb(152,76,191); }
td.TdClassName
{
border-color: #984CBF;
}
.TagClassName
{
border-color: #984CBF;
}
</style>