Shades of Deep Lilac #985FB8
Tints of Deep Lilac #985FB8
RGB
CMYK
RGB Variations
Color information
#985FB8 (or 0x985FB8) is known color: Deep Lilac. HEX triplet: 98, 5F and B8. RGB value is (152,95,184). Sum of RGB (Red+Green+Blue) = 152+95+184=431 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.27% from 431); Green value is 95 (37.5% from 255 or 22.04% from 431); Blue value is 184 (72.27% from 255 or 42.69% from 431); Max value from RGB is 184 - color contains mainly: blue. Hex color #985FB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985FB8 is #67A047. Grayscale: #797979. Windows color (decimal): -6791240 or 12083096. OLE color: 12083096.
HSL color Cylindrical-coordinate representation of color #985FB8: hue angle of 278.43º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #985FB8 is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 152 | 95 | 184 | - |
| CMYK | 0.17 | 0.48 | 0 | 0.28 |
| HSL | 278.43º | 0.39% | 0.55% | - |
| HSV(B) | 278.43º | 0.48% | 0.72% | - |
| XYZ | 25.69 | 18.32 | 47.53 | - |
| YUV | 122.19 | 162.88 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 95 | 184 | 0.17 | 0.48 | 0 | 0.28 | 278.43 | 0.39 | 0.55 |
| Hex | 98 | 5F | B8 | 11 | 30 | 0 | 1C | 116 | 27 | 37 |
| Octal | 230 | 137 | 270 | 21 | 60 | 0 | 34 | 426 | 47 | 67 |
| Binary | 10011000 | 1011111 | 10111000 | 10001 | 110000 | 0 | 11100 | 100010110 | 100111 | 110111 |
Color Harmonies of #985FB8
Complementary color
Monochromatic Colors of #985FB8
Black with #985FB8
Text Example
Text Example
White with #985FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985FB8; }
p { color: rgb(152,95,184); }
H1.HeaderClassName
{
color: #985FB8;
}
.AnyTagClassName
{
color: #985FB8;
}
</style>
background-color css
<style>
a { background-color: #985FB8; }
a { background-color: rgb(152,95,184); }
div.DivClassName
{
background-color: #985FB8;
}
.BgClassName
{
background-color: #985FB8;
}
</style>
border-color css
<style>
span { border-color: #985FB8; }
span { border-color: rgb(152,95,184); }
td.TdClassName
{
border-color: #985FB8;
}
.TagClassName
{
border-color: #985FB8;
}
</style>