Shades of Deep Lilac #984BCF
Tints of Deep Lilac #984BCF
RGB
CMYK
RGB Variations
Color information
#984BCF (or 0x984BCF) is known color: Deep Lilac. HEX triplet: 98, 4B and CF. RGB value is (152,75,207). Sum of RGB (Red+Green+Blue) = 152+75+207=434 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.02% from 434); Green value is 75 (29.69% from 255 or 17.28% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #984BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #984BCF is #67B430. Grayscale: #707070. Windows color (decimal): -6796337 or 13585304. OLE color: 13585304.
HSL color Cylindrical-coordinate representation of color #984BCF: hue angle of 275º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #984BCF is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 75 | 207 | - |
| CMYK | 0.27 | 0.64 | 0 | 0.19 |
| HSL | 275º | 0.58% | 0.55% | - |
| HSV(B) | 275º | 0.64% | 0.81% | - |
| XYZ | 26.73 | 16.21 | 60.75 | - |
| YUV | 113.07 | 181.01 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 75 | 207 | 0.27 | 0.64 | 0 | 0.19 | 275 | 0.58 | 0.55 |
| Hex | 98 | 4B | CF | 1B | 40 | 0 | 13 | 113 | 3A | 37 |
| Octal | 230 | 113 | 317 | 33 | 100 | 0 | 23 | 423 | 72 | 67 |
| Binary | 10011000 | 1001011 | 11001111 | 11011 | 1000000 | 0 | 10011 | 100010011 | 111010 | 110111 |
Color Harmonies of #984BCF
Complementary color
Monochromatic Colors of #984BCF
Black with #984BCF
Text Example
Text Example
White with #984BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984BCF; }
p { color: rgb(152,75,207); }
H1.HeaderClassName
{
color: #984BCF;
}
.AnyTagClassName
{
color: #984BCF;
}
</style>
background-color css
<style>
a { background-color: #984BCF; }
a { background-color: rgb(152,75,207); }
div.DivClassName
{
background-color: #984BCF;
}
.BgClassName
{
background-color: #984BCF;
}
</style>
border-color css
<style>
span { border-color: #984BCF; }
span { border-color: rgb(152,75,207); }
td.TdClassName
{
border-color: #984BCF;
}
.TagClassName
{
border-color: #984BCF;
}
</style>