Shades of Deep Lilac #8C47AB
Tints of Deep Lilac #8C47AB
RGB
CMYK
RGB Variations
Color information
#8C47AB (or 0x8C47AB) is known color: Deep Lilac. HEX triplet: 8C, 47 and AB. RGB value is (140,71,171). Sum of RGB (Red+Green+Blue) = 140+71+171=382 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.65% from 382); Green value is 71 (28.12% from 255 or 18.59% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 171 - color contains mainly: blue. Hex color #8C47AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C47AB is #73B854. Grayscale: #666666. Windows color (decimal): -7583829 or 11224972. OLE color: 11224972.
HSL color Cylindrical-coordinate representation of color #8C47AB: hue angle of 281.4º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8C47AB is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 71 | 171 | - |
| CMYK | 0.18 | 0.58 | 0 | 0.33 |
| HSL | 281.4º | 0.41% | 0.47% | - |
| HSV(B) | 281.4º | 0.58% | 0.67% | - |
| XYZ | 20.42 | 13.02 | 39.97 | - |
| YUV | 103.03 | 166.36 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 71 | 171 | 0.18 | 0.58 | 0 | 0.33 | 281.4 | 0.41 | 0.47 |
| Hex | 8C | 47 | AB | 12 | 3A | 0 | 21 | 119 | 29 | 2F |
| Octal | 214 | 107 | 253 | 22 | 72 | 0 | 41 | 431 | 51 | 57 |
| Binary | 10001100 | 1000111 | 10101011 | 10010 | 111010 | 0 | 100001 | 100011001 | 101001 | 101111 |
Color Harmonies of #8C47AB
Complementary color
Monochromatic Colors of #8C47AB
Black with #8C47AB
Text Example
Text Example
White with #8C47AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C47AB; }
p { color: rgb(140,71,171); }
H1.HeaderClassName
{
color: #8C47AB;
}
.AnyTagClassName
{
color: #8C47AB;
}
</style>
background-color css
<style>
a { background-color: #8C47AB; }
a { background-color: rgb(140,71,171); }
div.DivClassName
{
background-color: #8C47AB;
}
.BgClassName
{
background-color: #8C47AB;
}
</style>
border-color css
<style>
span { border-color: #8C47AB; }
span { border-color: rgb(140,71,171); }
td.TdClassName
{
border-color: #8C47AB;
}
.TagClassName
{
border-color: #8C47AB;
}
</style>