Shades of Deep Lilac #9A60AB
Tints of Deep Lilac #9A60AB
RGB
CMYK
RGB Variations
Color information
#9A60AB (or 0x9A60AB) is known color: Deep Lilac. HEX triplet: 9A, 60 and AB. RGB value is (154,96,171). Sum of RGB (Red+Green+Blue) = 154+96+171=421 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.58% from 421); Green value is 96 (37.89% from 255 or 22.80% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A60AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A60AB is #659F54. Grayscale: #797979. Windows color (decimal): -6659925 or 11231386. OLE color: 11231386.
HSL color Cylindrical-coordinate representation of color #9A60AB: hue angle of 286.4º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9A60AB is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 96 | 171 | - |
| CMYK | 0.10 | 0.44 | 0 | 0.33 |
| HSL | 286.4º | 0.31% | 0.52% | - |
| HSV(B) | 286.4º | 0.44% | 0.67% | - |
| XYZ | 24.86 | 18.18 | 40.73 | - |
| YUV | 121.89 | 155.72 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 96 | 171 | 0.10 | 0.44 | 0 | 0.33 | 286.4 | 0.31 | 0.52 |
| Hex | 9A | 60 | AB | A | 2C | 0 | 21 | 11E | 1F | 34 |
| Octal | 232 | 140 | 253 | 12 | 54 | 0 | 41 | 436 | 37 | 64 |
| Binary | 10011010 | 1100000 | 10101011 | 1010 | 101100 | 0 | 100001 | 100011110 | 11111 | 110100 |
Color Harmonies of #9A60AB
Complementary color
Monochromatic Colors of #9A60AB
Black with #9A60AB
Text Example
Text Example
White with #9A60AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A60AB; }
p { color: rgb(154,96,171); }
H1.HeaderClassName
{
color: #9A60AB;
}
.AnyTagClassName
{
color: #9A60AB;
}
</style>
background-color css
<style>
a { background-color: #9A60AB; }
a { background-color: rgb(154,96,171); }
div.DivClassName
{
background-color: #9A60AB;
}
.BgClassName
{
background-color: #9A60AB;
}
</style>
border-color css
<style>
span { border-color: #9A60AB; }
span { border-color: rgb(154,96,171); }
td.TdClassName
{
border-color: #9A60AB;
}
.TagClassName
{
border-color: #9A60AB;
}
</style>