Shades of Deep Lilac #9860BC
Tints of Deep Lilac #9860BC
RGB
CMYK
RGB Variations
Color information
#9860BC (or 0x9860BC) is known color: Deep Lilac. HEX triplet: 98, 60 and BC. RGB value is (152,96,188). Sum of RGB (Red+Green+Blue) = 152+96+188=436 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.86% from 436); Green value is 96 (37.89% from 255 or 22.02% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 188 - color contains mainly: blue. Hex color #9860BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9860BC is #679F43. Grayscale: #7A7A7A. Windows color (decimal): -6790980 or 12345496. OLE color: 12345496.
HSL color Cylindrical-coordinate representation of color #9860BC: hue angle of 276.52º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9860BC is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 96 | 188 | - |
| CMYK | 0.19 | 0.49 | 0 | 0.26 |
| HSL | 276.52º | 0.41% | 0.56% | - |
| HSV(B) | 276.52º | 0.49% | 0.74% | - |
| XYZ | 26.21 | 18.67 | 49.8 | - |
| YUV | 123.23 | 164.55 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 96 | 188 | 0.19 | 0.49 | 0 | 0.26 | 276.52 | 0.41 | 0.56 |
| Hex | 98 | 60 | BC | 13 | 31 | 0 | 1A | 115 | 29 | 38 |
| Octal | 230 | 140 | 274 | 23 | 61 | 0 | 32 | 425 | 51 | 70 |
| Binary | 10011000 | 1100000 | 10111100 | 10011 | 110001 | 0 | 11010 | 100010101 | 101001 | 111000 |
Color Harmonies of #9860BC
Complementary color
Monochromatic Colors of #9860BC
Black with #9860BC
Text Example
Text Example
White with #9860BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9860BC; }
p { color: rgb(152,96,188); }
H1.HeaderClassName
{
color: #9860BC;
}
.AnyTagClassName
{
color: #9860BC;
}
</style>
background-color css
<style>
a { background-color: #9860BC; }
a { background-color: rgb(152,96,188); }
div.DivClassName
{
background-color: #9860BC;
}
.BgClassName
{
background-color: #9860BC;
}
</style>
border-color css
<style>
span { border-color: #9860BC; }
span { border-color: rgb(152,96,188); }
td.TdClassName
{
border-color: #9860BC;
}
.TagClassName
{
border-color: #9860BC;
}
</style>