Shades of Deep Lilac #9655AA
Tints of Deep Lilac #9655AA
RGB
CMYK
RGB Variations
Color information
#9655AA (or 0x9655AA) is known color: Deep Lilac. HEX triplet: 96, 55 and AA. RGB value is (150,85,170). Sum of RGB (Red+Green+Blue) = 150+85+170=405 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.04% from 405); Green value is 85 (33.59% from 255 or 20.99% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 170 - color contains mainly: blue. Hex color #9655AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9655AA is #69AA55. Grayscale: #717171. Windows color (decimal): -6924886 or 11163030. OLE color: 11163030.
HSL color Cylindrical-coordinate representation of color #9655AA: hue angle of 285.88º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9655AA is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 85 | 170 | - |
| CMYK | 0.12 | 0.50 | 0 | 0.33 |
| HSL | 285.88º | 0.33% | 0.5% | - |
| HSV(B) | 285.88º | 0.5% | 0.67% | - |
| XYZ | 23.08 | 15.88 | 39.88 | - |
| YUV | 114.13 | 159.53 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 85 | 170 | 0.12 | 0.50 | 0 | 0.33 | 285.88 | 0.33 | 0.5 |
| Hex | 96 | 55 | AA | C | 32 | 0 | 21 | 11E | 21 | 32 |
| Octal | 226 | 125 | 252 | 14 | 62 | 0 | 41 | 436 | 41 | 62 |
| Binary | 10010110 | 1010101 | 10101010 | 1100 | 110010 | 0 | 100001 | 100011110 | 100001 | 110010 |
Color Harmonies of #9655AA
Complementary color
Monochromatic Colors of #9655AA
Black with #9655AA
Text Example
Text Example
White with #9655AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9655AA; }
p { color: rgb(150,85,170); }
H1.HeaderClassName
{
color: #9655AA;
}
.AnyTagClassName
{
color: #9655AA;
}
</style>
background-color css
<style>
a { background-color: #9655AA; }
a { background-color: rgb(150,85,170); }
div.DivClassName
{
background-color: #9655AA;
}
.BgClassName
{
background-color: #9655AA;
}
</style>
border-color css
<style>
span { border-color: #9655AA; }
span { border-color: rgb(150,85,170); }
td.TdClassName
{
border-color: #9655AA;
}
.TagClassName
{
border-color: #9655AA;
}
</style>