Shades of Deep Lilac #985BBC
Tints of Deep Lilac #985BBC
RGB
CMYK
RGB Variations
Color information
#985BBC (or 0x985BBC) is known color: Deep Lilac. HEX triplet: 98, 5B and BC. RGB value is (152,91,188). Sum of RGB (Red+Green+Blue) = 152+91+188=431 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.27% from 431); Green value is 91 (35.94% from 255 or 21.11% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 188 - color contains mainly: blue. Hex color #985BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985BBC is #67A443. Grayscale: #777777. Windows color (decimal): -6792260 or 12344216. OLE color: 12344216.
HSL color Cylindrical-coordinate representation of color #985BBC: hue angle of 277.73º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #985BBC is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 91 | 188 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.26 |
| HSL | 277.73º | 0.42% | 0.55% | - |
| HSV(B) | 277.73º | 0.52% | 0.74% | - |
| XYZ | 25.77 | 17.79 | 49.65 | - |
| YUV | 120.3 | 166.21 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 91 | 188 | 0.19 | 0.52 | 0 | 0.26 | 277.73 | 0.42 | 0.55 |
| Hex | 98 | 5B | BC | 13 | 34 | 0 | 1A | 116 | 2A | 37 |
| Octal | 230 | 133 | 274 | 23 | 64 | 0 | 32 | 426 | 52 | 67 |
| Binary | 10011000 | 1011011 | 10111100 | 10011 | 110100 | 0 | 11010 | 100010110 | 101010 | 110111 |
Color Harmonies of #985BBC
Complementary color
Monochromatic Colors of #985BBC
Black with #985BBC
Text Example
Text Example
White with #985BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985BBC; }
p { color: rgb(152,91,188); }
H1.HeaderClassName
{
color: #985BBC;
}
.AnyTagClassName
{
color: #985BBC;
}
</style>
background-color css
<style>
a { background-color: #985BBC; }
a { background-color: rgb(152,91,188); }
div.DivClassName
{
background-color: #985BBC;
}
.BgClassName
{
background-color: #985BBC;
}
</style>
border-color css
<style>
span { border-color: #985BBC; }
span { border-color: rgb(152,91,188); }
td.TdClassName
{
border-color: #985BBC;
}
.TagClassName
{
border-color: #985BBC;
}
</style>