Shades of Deep Lilac #8C46AB
Tints of Deep Lilac #8C46AB
RGB
CMYK
RGB Variations
Color information
#8C46AB (or 0x8C46AB) is known color: Deep Lilac. HEX triplet: 8C, 46 and AB. RGB value is (140,70,171). Sum of RGB (Red+Green+Blue) = 140+70+171=381 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.75% from 381); Green value is 70 (27.73% from 255 or 18.37% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #8C46AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C46AB is #73B954. Grayscale: #666666. Windows color (decimal): -7584085 or 11224716. OLE color: 11224716.
HSL color Cylindrical-coordinate representation of color #8C46AB: hue angle of 281.58º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8C46AB is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 70 | 171 | - |
| CMYK | 0.18 | 0.59 | 0 | 0.33 |
| HSL | 281.58º | 0.42% | 0.47% | - |
| HSV(B) | 281.58º | 0.59% | 0.67% | - |
| XYZ | 20.36 | 12.9 | 39.94 | - |
| YUV | 102.44 | 166.69 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 70 | 171 | 0.18 | 0.59 | 0 | 0.33 | 281.58 | 0.42 | 0.47 |
| Hex | 8C | 46 | AB | 12 | 3B | 0 | 21 | 11A | 2A | 2F |
| Octal | 214 | 106 | 253 | 22 | 73 | 0 | 41 | 432 | 52 | 57 |
| Binary | 10001100 | 1000110 | 10101011 | 10010 | 111011 | 0 | 100001 | 100011010 | 101010 | 101111 |
Color Harmonies of #8C46AB
Complementary color
Monochromatic Colors of #8C46AB
Black with #8C46AB
Text Example
Text Example
White with #8C46AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C46AB; }
p { color: rgb(140,70,171); }
H1.HeaderClassName
{
color: #8C46AB;
}
.AnyTagClassName
{
color: #8C46AB;
}
</style>
background-color css
<style>
a { background-color: #8C46AB; }
a { background-color: rgb(140,70,171); }
div.DivClassName
{
background-color: #8C46AB;
}
.BgClassName
{
background-color: #8C46AB;
}
</style>
border-color css
<style>
span { border-color: #8C46AB; }
span { border-color: rgb(140,70,171); }
td.TdClassName
{
border-color: #8C46AB;
}
.TagClassName
{
border-color: #8C46AB;
}
</style>