Shades of Deep Lilac #8B56AB
Tints of Deep Lilac #8B56AB
RGB
CMYK
RGB Variations
Color information
#8B56AB (or 0x8B56AB) is known color: Deep Lilac. HEX triplet: 8B, 56 and AB. RGB value is (139,86,171). Sum of RGB (Red+Green+Blue) = 139+86+171=396 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.10% from 396); Green value is 86 (33.98% from 255 or 21.72% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 171 - color contains mainly: blue. Hex color #8B56AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B56AB is #74A954. Grayscale: #6F6F6F. Windows color (decimal): -7645525 or 11228811. OLE color: 11228811.
HSL color Cylindrical-coordinate representation of color #8B56AB: hue angle of 277.41º degrees, saturation: 0.34, 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 #8B56AB is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 86 | 171 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.33 |
| HSL | 277.41º | 0.34% | 0.5% | - |
| HSV(B) | 277.41º | 0.5% | 0.67% | - |
| XYZ | 21.33 | 15.08 | 40.32 | - |
| YUV | 111.54 | 161.56 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 86 | 171 | 0.19 | 0.50 | 0 | 0.33 | 277.41 | 0.34 | 0.5 |
| Hex | 8B | 56 | AB | 13 | 32 | 0 | 21 | 115 | 22 | 32 |
| Octal | 213 | 126 | 253 | 23 | 62 | 0 | 41 | 425 | 42 | 62 |
| Binary | 10001011 | 1010110 | 10101011 | 10011 | 110010 | 0 | 100001 | 100010101 | 100010 | 110010 |
Color Harmonies of #8B56AB
Complementary color
Monochromatic Colors of #8B56AB
Black with #8B56AB
Text Example
Text Example
White with #8B56AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B56AB; }
p { color: rgb(139,86,171); }
H1.HeaderClassName
{
color: #8B56AB;
}
.AnyTagClassName
{
color: #8B56AB;
}
</style>
background-color css
<style>
a { background-color: #8B56AB; }
a { background-color: rgb(139,86,171); }
div.DivClassName
{
background-color: #8B56AB;
}
.BgClassName
{
background-color: #8B56AB;
}
</style>
border-color css
<style>
span { border-color: #8B56AB; }
span { border-color: rgb(139,86,171); }
td.TdClassName
{
border-color: #8B56AB;
}
.TagClassName
{
border-color: #8B56AB;
}
</style>