Shades of Deep Lilac #8B59AB
Tints of Deep Lilac #8B59AB
RGB
CMYK
RGB Variations
Color information
#8B59AB (or 0x8B59AB) is known color: Deep Lilac. HEX triplet: 8B, 59 and AB. RGB value is (139,89,171). Sum of RGB (Red+Green+Blue) = 139+89+171=399 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.84% from 399); Green value is 89 (35.16% from 255 or 22.31% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 171 - color contains mainly: blue. Hex color #8B59AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B59AB is #74A654. Grayscale: #717171. Windows color (decimal): -7644757 or 11229579. OLE color: 11229579.
HSL color Cylindrical-coordinate representation of color #8B59AB: hue angle of 276.59º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8B59AB is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 89 | 171 | - |
| CMYK | 0.19 | 0.48 | 0 | 0.33 |
| HSL | 276.59º | 0.33% | 0.51% | - |
| HSV(B) | 276.59º | 0.48% | 0.67% | - |
| XYZ | 21.57 | 15.57 | 40.4 | - |
| YUV | 113.3 | 160.57 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 89 | 171 | 0.19 | 0.48 | 0 | 0.33 | 276.59 | 0.33 | 0.51 |
| Hex | 8B | 59 | AB | 13 | 30 | 0 | 21 | 115 | 21 | 33 |
| Octal | 213 | 131 | 253 | 23 | 60 | 0 | 41 | 425 | 41 | 63 |
| Binary | 10001011 | 1011001 | 10101011 | 10011 | 110000 | 0 | 100001 | 100010101 | 100001 | 110011 |
Color Harmonies of #8B59AB
Complementary color
Monochromatic Colors of #8B59AB
Black with #8B59AB
Text Example
Text Example
White with #8B59AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B59AB; }
p { color: rgb(139,89,171); }
H1.HeaderClassName
{
color: #8B59AB;
}
.AnyTagClassName
{
color: #8B59AB;
}
</style>
background-color css
<style>
a { background-color: #8B59AB; }
a { background-color: rgb(139,89,171); }
div.DivClassName
{
background-color: #8B59AB;
}
.BgClassName
{
background-color: #8B59AB;
}
</style>
border-color css
<style>
span { border-color: #8B59AB; }
span { border-color: rgb(139,89,171); }
td.TdClassName
{
border-color: #8B59AB;
}
.TagClassName
{
border-color: #8B59AB;
}
</style>