Shades of Deep Lilac #8C5BAB
Tints of Deep Lilac #8C5BAB
RGB
CMYK
RGB Variations
Color information
#8C5BAB (or 0x8C5BAB) is known color: Deep Lilac. HEX triplet: 8C, 5B and AB. RGB value is (140,91,171). Sum of RGB (Red+Green+Blue) = 140+91+171=402 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.83% from 402); Green value is 91 (35.94% from 255 or 22.64% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 171 - color contains mainly: blue. Hex color #8C5BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5BAB is #73A454. Grayscale: #727272. Windows color (decimal): -7578709 or 11230092. OLE color: 11230092.
HSL color Cylindrical-coordinate representation of color #8C5BAB: hue angle of 276.75º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8C5BAB is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 91 | 171 | - |
| CMYK | 0.18 | 0.47 | 0 | 0.33 |
| HSL | 276.75º | 0.32% | 0.51% | - |
| HSV(B) | 276.75º | 0.47% | 0.67% | - |
| XYZ | 21.91 | 16 | 40.46 | - |
| YUV | 114.77 | 159.73 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 91 | 171 | 0.18 | 0.47 | 0 | 0.33 | 276.75 | 0.32 | 0.51 |
| Hex | 8C | 5B | AB | 12 | 2F | 0 | 21 | 115 | 20 | 33 |
| Octal | 214 | 133 | 253 | 22 | 57 | 0 | 41 | 425 | 40 | 63 |
| Binary | 10001100 | 1011011 | 10101011 | 10010 | 101111 | 0 | 100001 | 100010101 | 100000 | 110011 |
Color Harmonies of #8C5BAB
Complementary color
Monochromatic Colors of #8C5BAB
Black with #8C5BAB
Text Example
Text Example
White with #8C5BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5BAB; }
p { color: rgb(140,91,171); }
H1.HeaderClassName
{
color: #8C5BAB;
}
.AnyTagClassName
{
color: #8C5BAB;
}
</style>
background-color css
<style>
a { background-color: #8C5BAB; }
a { background-color: rgb(140,91,171); }
div.DivClassName
{
background-color: #8C5BAB;
}
.BgClassName
{
background-color: #8C5BAB;
}
</style>
border-color css
<style>
span { border-color: #8C5BAB; }
span { border-color: rgb(140,91,171); }
td.TdClassName
{
border-color: #8C5BAB;
}
.TagClassName
{
border-color: #8C5BAB;
}
</style>