Shades of Deep Lilac #9656BB
Tints of Deep Lilac #9656BB
RGB
CMYK
RGB Variations
Color information
#9656BB (or 0x9656BB) is known color: Deep Lilac. HEX triplet: 96, 56 and BB. RGB value is (150,86,187). Sum of RGB (Red+Green+Blue) = 150+86+187=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 86 (33.98% from 255 or 20.33% from 423); Blue value is 187 (73.44% from 255 or 44.21% from 423); Max value from RGB is 187 - color contains mainly: blue. Hex color #9656BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9656BB is #69A944. Grayscale: #747474. Windows color (decimal): -6924613 or 12277398. OLE color: 12277398.
HSL color Cylindrical-coordinate representation of color #9656BB: hue angle of 278.02º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9656BB is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 86 | 187 | - |
| CMYK | 0.20 | 0.54 | 0 | 0.27 |
| HSL | 278.02º | 0.43% | 0.54% | - |
| HSV(B) | 278.02º | 0.54% | 0.73% | - |
| XYZ | 24.88 | 16.73 | 48.93 | - |
| YUV | 116.65 | 167.7 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 86 | 187 | 0.20 | 0.54 | 0 | 0.27 | 278.02 | 0.43 | 0.54 |
| Hex | 96 | 56 | BB | 14 | 36 | 0 | 1B | 116 | 2B | 36 |
| Octal | 226 | 126 | 273 | 24 | 66 | 0 | 33 | 426 | 53 | 66 |
| Binary | 10010110 | 1010110 | 10111011 | 10100 | 110110 | 0 | 11011 | 100010110 | 101011 | 110110 |
Color Harmonies of #9656BB
Complementary color
Monochromatic Colors of #9656BB
Black with #9656BB
Text Example
Text Example
White with #9656BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9656BB; }
p { color: rgb(150,86,187); }
H1.HeaderClassName
{
color: #9656BB;
}
.AnyTagClassName
{
color: #9656BB;
}
</style>
background-color css
<style>
a { background-color: #9656BB; }
a { background-color: rgb(150,86,187); }
div.DivClassName
{
background-color: #9656BB;
}
.BgClassName
{
background-color: #9656BB;
}
</style>
border-color css
<style>
span { border-color: #9656BB; }
span { border-color: rgb(150,86,187); }
td.TdClassName
{
border-color: #9656BB;
}
.TagClassName
{
border-color: #9656BB;
}
</style>