Shades of Deep Lilac #984AC2
Tints of Deep Lilac #984AC2
RGB
CMYK
RGB Variations
Color information
#984AC2 (or 0x984AC2) is known color: Deep Lilac. HEX triplet: 98, 4A and C2. RGB value is (152,74,194). Sum of RGB (Red+Green+Blue) = 152+74+194=420 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.19% from 420); Green value is 74 (29.30% from 255 or 17.62% from 420); Blue value is 194 (76.17% from 255 or 46.19% from 420); Max value from RGB is 194 - color contains mainly: blue. Hex color #984AC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #984AC2 is #67B53D. Grayscale: #6E6E6E. Windows color (decimal): -6796606 or 12733080. OLE color: 12733080.
HSL color Cylindrical-coordinate representation of color #984AC2: hue angle of 279º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #984AC2 is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 74 | 194 | - |
| CMYK | 0.22 | 0.62 | 0 | 0.24 |
| HSL | 279º | 0.5% | 0.53% | - |
| HSV(B) | 279º | 0.62% | 0.76% | - |
| XYZ | 25.14 | 15.47 | 52.7 | - |
| YUV | 111 | 174.84 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 74 | 194 | 0.22 | 0.62 | 0 | 0.24 | 279 | 0.5 | 0.53 |
| Hex | 98 | 4A | C2 | 16 | 3E | 0 | 18 | 117 | 32 | 35 |
| Octal | 230 | 112 | 302 | 26 | 76 | 0 | 30 | 427 | 62 | 65 |
| Binary | 10011000 | 1001010 | 11000010 | 10110 | 111110 | 0 | 11000 | 100010111 | 110010 | 110101 |
Color Harmonies of #984AC2
Complementary color
Monochromatic Colors of #984AC2
Black with #984AC2
Text Example
Text Example
White with #984AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984AC2; }
p { color: rgb(152,74,194); }
H1.HeaderClassName
{
color: #984AC2;
}
.AnyTagClassName
{
color: #984AC2;
}
</style>
background-color css
<style>
a { background-color: #984AC2; }
a { background-color: rgb(152,74,194); }
div.DivClassName
{
background-color: #984AC2;
}
.BgClassName
{
background-color: #984AC2;
}
</style>
border-color css
<style>
span { border-color: #984AC2; }
span { border-color: rgb(152,74,194); }
td.TdClassName
{
border-color: #984AC2;
}
.TagClassName
{
border-color: #984AC2;
}
</style>