Shades of Deep Lilac #9860BB
Tints of Deep Lilac #9860BB
RGB
CMYK
RGB Variations
Color information
#9860BB (or 0x9860BB) is known color: Deep Lilac. HEX triplet: 98, 60 and BB. RGB value is (152,96,187). Sum of RGB (Red+Green+Blue) = 152+96+187=435 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.94% from 435); Green value is 96 (37.89% from 255 or 22.07% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 187 - color contains mainly: blue. Hex color #9860BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9860BB is #679F44. Grayscale: #7A7A7A. Windows color (decimal): -6790981 or 12279960. OLE color: 12279960.
HSL color Cylindrical-coordinate representation of color #9860BB: hue angle of 276.92º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9860BB is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 96 | 187 | - |
| CMYK | 0.19 | 0.49 | 0 | 0.27 |
| HSL | 276.92º | 0.4% | 0.55% | - |
| HSV(B) | 276.92º | 0.49% | 0.73% | - |
| XYZ | 26.1 | 18.63 | 49.23 | - |
| YUV | 123.12 | 164.05 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 96 | 187 | 0.19 | 0.49 | 0 | 0.27 | 276.92 | 0.4 | 0.55 |
| Hex | 98 | 60 | BB | 13 | 31 | 0 | 1B | 115 | 28 | 37 |
| Octal | 230 | 140 | 273 | 23 | 61 | 0 | 33 | 425 | 50 | 67 |
| Binary | 10011000 | 1100000 | 10111011 | 10011 | 110001 | 0 | 11011 | 100010101 | 101000 | 110111 |
Color Harmonies of #9860BB
Complementary color
Monochromatic Colors of #9860BB
Black with #9860BB
Text Example
Text Example
White with #9860BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9860BB; }
p { color: rgb(152,96,187); }
H1.HeaderClassName
{
color: #9860BB;
}
.AnyTagClassName
{
color: #9860BB;
}
</style>
background-color css
<style>
a { background-color: #9860BB; }
a { background-color: rgb(152,96,187); }
div.DivClassName
{
background-color: #9860BB;
}
.BgClassName
{
background-color: #9860BB;
}
</style>
border-color css
<style>
span { border-color: #9860BB; }
span { border-color: rgb(152,96,187); }
td.TdClassName
{
border-color: #9860BB;
}
.TagClassName
{
border-color: #9860BB;
}
</style>