Shades of Deep Lilac #9654AB
Tints of Deep Lilac #9654AB
RGB
CMYK
RGB Variations
Color information
#9654AB (or 0x9654AB) is known color: Deep Lilac. HEX triplet: 96, 54 and AB. RGB value is (150,84,171). Sum of RGB (Red+Green+Blue) = 150+84+171=405 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.04% from 405); Green value is 84 (33.20% from 255 or 20.74% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 171 - color contains mainly: blue. Hex color #9654AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9654AB is #69AB54. Grayscale: #717171. Windows color (decimal): -6925141 or 11228310. OLE color: 11228310.
HSL color Cylindrical-coordinate representation of color #9654AB: hue angle of 285.52º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9654AB is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 84 | 171 | - |
| CMYK | 0.12 | 0.51 | 0 | 0.33 |
| HSL | 285.52º | 0.34% | 0.5% | - |
| HSV(B) | 285.52º | 0.51% | 0.67% | - |
| XYZ | 23.1 | 15.76 | 40.35 | - |
| YUV | 113.65 | 160.37 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 84 | 171 | 0.12 | 0.51 | 0 | 0.33 | 285.52 | 0.34 | 0.5 |
| Hex | 96 | 54 | AB | C | 33 | 0 | 21 | 11E | 22 | 32 |
| Octal | 226 | 124 | 253 | 14 | 63 | 0 | 41 | 436 | 42 | 62 |
| Binary | 10010110 | 1010100 | 10101011 | 1100 | 110011 | 0 | 100001 | 100011110 | 100010 | 110010 |
Color Harmonies of #9654AB
Complementary color
Monochromatic Colors of #9654AB
Black with #9654AB
Text Example
Text Example
White with #9654AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9654AB; }
p { color: rgb(150,84,171); }
H1.HeaderClassName
{
color: #9654AB;
}
.AnyTagClassName
{
color: #9654AB;
}
</style>
background-color css
<style>
a { background-color: #9654AB; }
a { background-color: rgb(150,84,171); }
div.DivClassName
{
background-color: #9654AB;
}
.BgClassName
{
background-color: #9654AB;
}
</style>
border-color css
<style>
span { border-color: #9654AB; }
span { border-color: rgb(150,84,171); }
td.TdClassName
{
border-color: #9654AB;
}
.TagClassName
{
border-color: #9654AB;
}
</style>