Shades of Deep Lilac #984CAC
Tints of Deep Lilac #984CAC
RGB
CMYK
RGB Variations
Color information
#984CAC (or 0x984CAC) is known color: Deep Lilac. HEX triplet: 98, 4C and AC. RGB value is (152,76,172). Sum of RGB (Red+Green+Blue) = 152+76+172=400 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38% from 400); Green value is 76 (30.08% from 255 or 19% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 172 - color contains mainly: blue. Hex color #984CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984CAC is #67B353. Grayscale: #6D6D6D. Windows color (decimal): -6796116 or 11291800. OLE color: 11291800.
HSL color Cylindrical-coordinate representation of color #984CAC: hue angle of 287.5º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #984CAC is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 76 | 172 | - |
| CMYK | 0.12 | 0.56 | 0 | 0.33 |
| HSL | 287.5º | 0.39% | 0.49% | - |
| HSV(B) | 287.5º | 0.56% | 0.67% | - |
| XYZ | 22.98 | 14.82 | 40.68 | - |
| YUV | 109.67 | 163.18 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 76 | 172 | 0.12 | 0.56 | 0 | 0.33 | 287.5 | 0.39 | 0.49 |
| Hex | 98 | 4C | AC | C | 38 | 0 | 21 | 120 | 27 | 31 |
| Octal | 230 | 114 | 254 | 14 | 70 | 0 | 41 | 440 | 47 | 61 |
| Binary | 10011000 | 1001100 | 10101100 | 1100 | 111000 | 0 | 100001 | 100100000 | 100111 | 110001 |
Color Harmonies of #984CAC
Complementary color
Monochromatic Colors of #984CAC
Black with #984CAC
Text Example
Text Example
White with #984CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984CAC; }
p { color: rgb(152,76,172); }
H1.HeaderClassName
{
color: #984CAC;
}
.AnyTagClassName
{
color: #984CAC;
}
</style>
background-color css
<style>
a { background-color: #984CAC; }
a { background-color: rgb(152,76,172); }
div.DivClassName
{
background-color: #984CAC;
}
.BgClassName
{
background-color: #984CAC;
}
</style>
border-color css
<style>
span { border-color: #984CAC; }
span { border-color: rgb(152,76,172); }
td.TdClassName
{
border-color: #984CAC;
}
.TagClassName
{
border-color: #984CAC;
}
</style>