Shades of Deep Lilac #984CCF
Tints of Deep Lilac #984CCF
RGB
CMYK
RGB Variations
Color information
#984CCF (or 0x984CCF) is known color: Deep Lilac. HEX triplet: 98, 4C and CF. RGB value is (152,76,207). Sum of RGB (Red+Green+Blue) = 152+76+207=435 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.94% from 435); Green value is 76 (30.08% from 255 or 17.47% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #984CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #984CCF is #67B330. Grayscale: #717171. Windows color (decimal): -6796081 or 13585560. OLE color: 13585560.
HSL color Cylindrical-coordinate representation of color #984CCF: hue angle of 274.81º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #984CCF is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 76 | 207 | - |
| CMYK | 0.27 | 0.63 | 0 | 0.19 |
| HSL | 274.81º | 0.58% | 0.55% | - |
| HSV(B) | 274.81º | 0.63% | 0.81% | - |
| XYZ | 26.8 | 16.35 | 60.77 | - |
| YUV | 113.66 | 180.68 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 76 | 207 | 0.27 | 0.63 | 0 | 0.19 | 274.81 | 0.58 | 0.55 |
| Hex | 98 | 4C | CF | 1B | 3F | 0 | 13 | 113 | 3A | 37 |
| Octal | 230 | 114 | 317 | 33 | 77 | 0 | 23 | 423 | 72 | 67 |
| Binary | 10011000 | 1001100 | 11001111 | 11011 | 111111 | 0 | 10011 | 100010011 | 111010 | 110111 |
Color Harmonies of #984CCF
Complementary color
Monochromatic Colors of #984CCF
Black with #984CCF
Text Example
Text Example
White with #984CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984CCF; }
p { color: rgb(152,76,207); }
H1.HeaderClassName
{
color: #984CCF;
}
.AnyTagClassName
{
color: #984CCF;
}
</style>
background-color css
<style>
a { background-color: #984CCF; }
a { background-color: rgb(152,76,207); }
div.DivClassName
{
background-color: #984CCF;
}
.BgClassName
{
background-color: #984CCF;
}
</style>
border-color css
<style>
span { border-color: #984CCF; }
span { border-color: rgb(152,76,207); }
td.TdClassName
{
border-color: #984CCF;
}
.TagClassName
{
border-color: #984CCF;
}
</style>