Shades of Deep Lilac #984FAF
Tints of Deep Lilac #984FAF
RGB
CMYK
RGB Variations
Color information
#984FAF (or 0x984FAF) is known color: Deep Lilac. HEX triplet: 98, 4F and AF. RGB value is (152,79,175). Sum of RGB (Red+Green+Blue) = 152+79+175=406 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.44% from 406); Green value is 79 (31.25% from 255 or 19.46% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 175 - color contains mainly: blue. Hex color #984FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #984FAF is #67B050. Grayscale: #6F6F6F. Windows color (decimal): -6795345 or 11489176. OLE color: 11489176.
HSL color Cylindrical-coordinate representation of color #984FAF: hue angle of 285.62º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #984FAF is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 152 | 79 | 175 | - |
| CMYK | 0.13 | 0.55 | 0 | 0.31 |
| HSL | 285.63º | 0.38% | 0.5% | - |
| HSV(B) | 285.63º | 0.55% | 0.69% | - |
| XYZ | 23.48 | 15.36 | 42.29 | - |
| YUV | 111.77 | 163.68 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 79 | 175 | 0.13 | 0.55 | 0 | 0.31 | 285.63 | 0.38 | 0.5 |
| Hex | 98 | 4F | AF | D | 37 | 0 | 1F | 11E | 26 | 32 |
| Octal | 230 | 117 | 257 | 15 | 67 | 0 | 37 | 436 | 46 | 62 |
| Binary | 10011000 | 1001111 | 10101111 | 1101 | 110111 | 0 | 11111 | 100011110 | 100110 | 110010 |
Color Harmonies of #984FAF
Complementary color
Monochromatic Colors of #984FAF
Black with #984FAF
Text Example
Text Example
White with #984FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984FAF; }
p { color: rgb(152,79,175); }
H1.HeaderClassName
{
color: #984FAF;
}
.AnyTagClassName
{
color: #984FAF;
}
</style>
background-color css
<style>
a { background-color: #984FAF; }
a { background-color: rgb(152,79,175); }
div.DivClassName
{
background-color: #984FAF;
}
.BgClassName
{
background-color: #984FAF;
}
</style>
border-color css
<style>
span { border-color: #984FAF; }
span { border-color: rgb(152,79,175); }
td.TdClassName
{
border-color: #984FAF;
}
.TagClassName
{
border-color: #984FAF;
}
</style>