Shades of Deep Lilac #9656AA
Tints of Deep Lilac #9656AA
RGB
CMYK
RGB Variations
Color information
#9656AA (or 0x9656AA) is known color: Deep Lilac. HEX triplet: 96, 56 and AA. RGB value is (150,86,170). Sum of RGB (Red+Green+Blue) = 150+86+170=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 86 (33.98% from 255 or 21.18% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 170 - color contains mainly: blue. Hex color #9656AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9656AA is #69A955. Grayscale: #727272. Windows color (decimal): -6924630 or 11163286. OLE color: 11163286.
HSL color Cylindrical-coordinate representation of color #9656AA: hue angle of 285.71º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9656AA is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 86 | 170 | - |
| CMYK | 0.12 | 0.49 | 0 | 0.33 |
| HSL | 285.71º | 0.33% | 0.5% | - |
| HSV(B) | 285.71º | 0.49% | 0.67% | - |
| XYZ | 23.16 | 16.04 | 39.91 | - |
| YUV | 114.71 | 159.2 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 86 | 170 | 0.12 | 0.49 | 0 | 0.33 | 285.71 | 0.33 | 0.5 |
| Hex | 96 | 56 | AA | C | 31 | 0 | 21 | 11E | 21 | 32 |
| Octal | 226 | 126 | 252 | 14 | 61 | 0 | 41 | 436 | 41 | 62 |
| Binary | 10010110 | 1010110 | 10101010 | 1100 | 110001 | 0 | 100001 | 100011110 | 100001 | 110010 |
Color Harmonies of #9656AA
Complementary color
Monochromatic Colors of #9656AA
Black with #9656AA
Text Example
Text Example
White with #9656AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9656AA; }
p { color: rgb(150,86,170); }
H1.HeaderClassName
{
color: #9656AA;
}
.AnyTagClassName
{
color: #9656AA;
}
</style>
background-color css
<style>
a { background-color: #9656AA; }
a { background-color: rgb(150,86,170); }
div.DivClassName
{
background-color: #9656AA;
}
.BgClassName
{
background-color: #9656AA;
}
</style>
border-color css
<style>
span { border-color: #9656AA; }
span { border-color: rgb(150,86,170); }
td.TdClassName
{
border-color: #9656AA;
}
.TagClassName
{
border-color: #9656AA;
}
</style>