Shades of Deep Lilac #984EC6
Tints of Deep Lilac #984EC6
RGB
CMYK
RGB Variations
Color information
#984EC6 (or 0x984EC6) is known color: Deep Lilac. HEX triplet: 98, 4E and C6. RGB value is (152,78,198). Sum of RGB (Red+Green+Blue) = 152+78+198=428 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.51% from 428); Green value is 78 (30.86% from 255 or 18.22% from 428); Blue value is 198 (77.73% from 255 or 46.26% from 428); Max value from RGB is 198 - color contains mainly: blue. Hex color #984EC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #984EC6 is #67B139. Grayscale: #717171. Windows color (decimal): -6795578 or 12996248. OLE color: 12996248.
HSL color Cylindrical-coordinate representation of color #984EC6: hue angle of 277º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #984EC6 is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 152 | 78 | 198 | - |
| CMYK | 0.23 | 0.61 | 0 | 0.22 |
| HSL | 277º | 0.51% | 0.54% | - |
| HSV(B) | 277º | 0.61% | 0.78% | - |
| XYZ | 25.87 | 16.2 | 55.19 | - |
| YUV | 113.81 | 175.52 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 78 | 198 | 0.23 | 0.61 | 0 | 0.22 | 277 | 0.51 | 0.54 |
| Hex | 98 | 4E | C6 | 17 | 3D | 0 | 16 | 115 | 33 | 36 |
| Octal | 230 | 116 | 306 | 27 | 75 | 0 | 26 | 425 | 63 | 66 |
| Binary | 10011000 | 1001110 | 11000110 | 10111 | 111101 | 0 | 10110 | 100010101 | 110011 | 110110 |
Color Harmonies of #984EC6
Complementary color
Monochromatic Colors of #984EC6
Black with #984EC6
Text Example
Text Example
White with #984EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984EC6; }
p { color: rgb(152,78,198); }
H1.HeaderClassName
{
color: #984EC6;
}
.AnyTagClassName
{
color: #984EC6;
}
</style>
background-color css
<style>
a { background-color: #984EC6; }
a { background-color: rgb(152,78,198); }
div.DivClassName
{
background-color: #984EC6;
}
.BgClassName
{
background-color: #984EC6;
}
</style>
border-color css
<style>
span { border-color: #984EC6; }
span { border-color: rgb(152,78,198); }
td.TdClassName
{
border-color: #984EC6;
}
.TagClassName
{
border-color: #984EC6;
}
</style>