Shades of Deep Lilac #984ACE
Tints of Deep Lilac #984ACE
RGB
CMYK
RGB Variations
Color information
#984ACE (or 0x984ACE) is known color: Deep Lilac. HEX triplet: 98, 4A and CE. RGB value is (152,74,206). Sum of RGB (Red+Green+Blue) = 152+74+206=432 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.19% from 432); Green value is 74 (29.30% from 255 or 17.13% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #984ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #984ACE is #67B531. Grayscale: #6F6F6F. Windows color (decimal): -6796594 or 13519512. OLE color: 13519512.
HSL color Cylindrical-coordinate representation of color #984ACE: hue angle of 275.45º degrees, saturation: 0.57, 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 #984ACE is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 74 | 206 | - |
| CMYK | 0.26 | 0.64 | 0 | 0.19 |
| HSL | 275.45º | 0.57% | 0.55% | - |
| HSV(B) | 275.45º | 0.64% | 0.81% | - |
| XYZ | 26.54 | 16.03 | 60.09 | - |
| YUV | 112.37 | 180.84 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 74 | 206 | 0.26 | 0.64 | 0 | 0.19 | 275.45 | 0.57 | 0.55 |
| Hex | 98 | 4A | CE | 1A | 40 | 0 | 13 | 113 | 39 | 37 |
| Octal | 230 | 112 | 316 | 32 | 100 | 0 | 23 | 423 | 71 | 67 |
| Binary | 10011000 | 1001010 | 11001110 | 11010 | 1000000 | 0 | 10011 | 100010011 | 111001 | 110111 |
Color Harmonies of #984ACE
Complementary color
Monochromatic Colors of #984ACE
Black with #984ACE
Text Example
Text Example
White with #984ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984ACE; }
p { color: rgb(152,74,206); }
H1.HeaderClassName
{
color: #984ACE;
}
.AnyTagClassName
{
color: #984ACE;
}
</style>
background-color css
<style>
a { background-color: #984ACE; }
a { background-color: rgb(152,74,206); }
div.DivClassName
{
background-color: #984ACE;
}
.BgClassName
{
background-color: #984ACE;
}
</style>
border-color css
<style>
span { border-color: #984ACE; }
span { border-color: rgb(152,74,206); }
td.TdClassName
{
border-color: #984ACE;
}
.TagClassName
{
border-color: #984ACE;
}
</style>