Shades of Deep Lilac #8C41AB
Tints of Deep Lilac #8C41AB
RGB
CMYK
RGB Variations
Color information
#8C41AB (or 0x8C41AB) is known color: Deep Lilac. HEX triplet: 8C, 41 and AB. RGB value is (140,65,171). Sum of RGB (Red+Green+Blue) = 140+65+171=376 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.23% from 376); Green value is 65 (25.78% from 255 or 17.29% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 171 - color contains mainly: blue. Hex color #8C41AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C41AB is #73BE54. Grayscale: #636363. Windows color (decimal): -7585365 or 11223436. OLE color: 11223436.
HSL color Cylindrical-coordinate representation of color #8C41AB: hue angle of 282.45º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8C41AB is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 65 | 171 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.33 |
| HSL | 282.45º | 0.45% | 0.46% | - |
| HSV(B) | 282.45º | 0.62% | 0.67% | - |
| XYZ | 20.06 | 12.3 | 39.84 | - |
| YUV | 99.51 | 168.35 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 65 | 171 | 0.18 | 0.62 | 0 | 0.33 | 282.45 | 0.45 | 0.46 |
| Hex | 8C | 41 | AB | 12 | 3E | 0 | 21 | 11A | 2D | 2E |
| Octal | 214 | 101 | 253 | 22 | 76 | 0 | 41 | 432 | 55 | 56 |
| Binary | 10001100 | 1000001 | 10101011 | 10010 | 111110 | 0 | 100001 | 100011010 | 101101 | 101110 |
Color Harmonies of #8C41AB
Complementary color
Monochromatic Colors of #8C41AB
Black with #8C41AB
Text Example
Text Example
White with #8C41AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C41AB; }
p { color: rgb(140,65,171); }
H1.HeaderClassName
{
color: #8C41AB;
}
.AnyTagClassName
{
color: #8C41AB;
}
</style>
background-color css
<style>
a { background-color: #8C41AB; }
a { background-color: rgb(140,65,171); }
div.DivClassName
{
background-color: #8C41AB;
}
.BgClassName
{
background-color: #8C41AB;
}
</style>
border-color css
<style>
span { border-color: #8C41AB; }
span { border-color: rgb(140,65,171); }
td.TdClassName
{
border-color: #8C41AB;
}
.TagClassName
{
border-color: #8C41AB;
}
</style>