Shades of Deep Lilac #8C40AB
Tints of Deep Lilac #8C40AB
RGB
CMYK
RGB Variations
Color information
#8C40AB (or 0x8C40AB) is known color: Deep Lilac. HEX triplet: 8C, 40 and AB. RGB value is (140,64,171). Sum of RGB (Red+Green+Blue) = 140+64+171=375 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.33% from 375); Green value is 64 (25.39% from 255 or 17.07% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 171 - color contains mainly: blue. Hex color #8C40AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C40AB is #73BF54. Grayscale: #626262. Windows color (decimal): -7585621 or 11223180. OLE color: 11223180.
HSL color Cylindrical-coordinate representation of color #8C40AB: hue angle of 282.62º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8C40AB is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 64 | 171 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.33 |
| HSL | 282.62º | 0.46% | 0.46% | - |
| HSV(B) | 282.62º | 0.63% | 0.67% | - |
| XYZ | 20 | 12.18 | 39.83 | - |
| YUV | 98.92 | 168.68 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 64 | 171 | 0.18 | 0.63 | 0 | 0.33 | 282.62 | 0.46 | 0.46 |
| Hex | 8C | 40 | AB | 12 | 3F | 0 | 21 | 11B | 2E | 2E |
| Octal | 214 | 100 | 253 | 22 | 77 | 0 | 41 | 433 | 56 | 56 |
| Binary | 10001100 | 1000000 | 10101011 | 10010 | 111111 | 0 | 100001 | 100011011 | 101110 | 101110 |
Color Harmonies of #8C40AB
Complementary color
Monochromatic Colors of #8C40AB
Black with #8C40AB
Text Example
Text Example
White with #8C40AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C40AB; }
p { color: rgb(140,64,171); }
H1.HeaderClassName
{
color: #8C40AB;
}
.AnyTagClassName
{
color: #8C40AB;
}
</style>
background-color css
<style>
a { background-color: #8C40AB; }
a { background-color: rgb(140,64,171); }
div.DivClassName
{
background-color: #8C40AB;
}
.BgClassName
{
background-color: #8C40AB;
}
</style>
border-color css
<style>
span { border-color: #8C40AB; }
span { border-color: rgb(140,64,171); }
td.TdClassName
{
border-color: #8C40AB;
}
.TagClassName
{
border-color: #8C40AB;
}
</style>