Shades of Deep Lilac #9B60AB
Tints of Deep Lilac #9B60AB
RGB
CMYK
RGB Variations
Color information
#9B60AB (or 0x9B60AB) is known color: Deep Lilac. HEX triplet: 9B, 60 and AB. RGB value is (155,96,171). Sum of RGB (Red+Green+Blue) = 155+96+171=422 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.73% from 422); Green value is 96 (37.89% from 255 or 22.75% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 171 - color contains mainly: blue. Hex color #9B60AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B60AB is #649F54. Grayscale: #797979. Windows color (decimal): -6594389 or 11231387. OLE color: 11231387.
HSL color Cylindrical-coordinate representation of color #9B60AB: hue angle of 287.2º 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 #9B60AB is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 96 | 171 | - |
| CMYK | 0.09 | 0.44 | 0 | 0.33 |
| HSL | 287.2º | 0.31% | 0.52% | - |
| HSV(B) | 287.2º | 0.44% | 0.67% | - |
| XYZ | 25.05 | 18.27 | 40.74 | - |
| YUV | 122.19 | 155.55 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 96 | 171 | 0.09 | 0.44 | 0 | 0.33 | 287.2 | 0.31 | 0.52 |
| Hex | 9B | 60 | AB | 9 | 2C | 0 | 21 | 11F | 1F | 34 |
| Octal | 233 | 140 | 253 | 11 | 54 | 0 | 41 | 437 | 37 | 64 |
| Binary | 10011011 | 1100000 | 10101011 | 1001 | 101100 | 0 | 100001 | 100011111 | 11111 | 110100 |
Color Harmonies of #9B60AB
Complementary color
Monochromatic Colors of #9B60AB
Black with #9B60AB
Text Example
Text Example
White with #9B60AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B60AB; }
p { color: rgb(155,96,171); }
H1.HeaderClassName
{
color: #9B60AB;
}
.AnyTagClassName
{
color: #9B60AB;
}
</style>
background-color css
<style>
a { background-color: #9B60AB; }
a { background-color: rgb(155,96,171); }
div.DivClassName
{
background-color: #9B60AB;
}
.BgClassName
{
background-color: #9B60AB;
}
</style>
border-color css
<style>
span { border-color: #9B60AB; }
span { border-color: rgb(155,96,171); }
td.TdClassName
{
border-color: #9B60AB;
}
.TagClassName
{
border-color: #9B60AB;
}
</style>