Shades of Deep Lilac #8C43AB
Tints of Deep Lilac #8C43AB
RGB
CMYK
RGB Variations
Color information
#8C43AB (or 0x8C43AB) is known color: Deep Lilac. HEX triplet: 8C, 43 and AB. RGB value is (140,67,171). Sum of RGB (Red+Green+Blue) = 140+67+171=378 (50% of max value = 765). Red value is 140 (55.08% from 255 or 37.04% from 378); Green value is 67 (26.56% from 255 or 17.72% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 171 - color contains mainly: blue. Hex color #8C43AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C43AB is #73BC54. Grayscale: #646464. Windows color (decimal): -7584853 or 11223948. OLE color: 11223948.
HSL color Cylindrical-coordinate representation of color #8C43AB: hue angle of 282.12º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8C43AB is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 67 | 171 | - |
| CMYK | 0.18 | 0.61 | 0 | 0.33 |
| HSL | 282.12º | 0.44% | 0.47% | - |
| HSV(B) | 282.12º | 0.61% | 0.67% | - |
| XYZ | 20.17 | 12.53 | 39.88 | - |
| YUV | 100.68 | 167.68 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 67 | 171 | 0.18 | 0.61 | 0 | 0.33 | 282.12 | 0.44 | 0.47 |
| Hex | 8C | 43 | AB | 12 | 3D | 0 | 21 | 11A | 2C | 2F |
| Octal | 214 | 103 | 253 | 22 | 75 | 0 | 41 | 432 | 54 | 57 |
| Binary | 10001100 | 1000011 | 10101011 | 10010 | 111101 | 0 | 100001 | 100011010 | 101100 | 101111 |
Color Harmonies of #8C43AB
Complementary color
Monochromatic Colors of #8C43AB
Black with #8C43AB
Text Example
Text Example
White with #8C43AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C43AB; }
p { color: rgb(140,67,171); }
H1.HeaderClassName
{
color: #8C43AB;
}
.AnyTagClassName
{
color: #8C43AB;
}
</style>
background-color css
<style>
a { background-color: #8C43AB; }
a { background-color: rgb(140,67,171); }
div.DivClassName
{
background-color: #8C43AB;
}
.BgClassName
{
background-color: #8C43AB;
}
</style>
border-color css
<style>
span { border-color: #8C43AB; }
span { border-color: rgb(140,67,171); }
td.TdClassName
{
border-color: #8C43AB;
}
.TagClassName
{
border-color: #8C43AB;
}
</style>