Shades of Deep Lilac #8C43AC
Tints of Deep Lilac #8C43AC
RGB
CMYK
RGB Variations
Color information
#8C43AC (or 0x8C43AC) is known color: Deep Lilac. HEX triplet: 8C, 43 and AC. RGB value is (140,67,172). Sum of RGB (Red+Green+Blue) = 140+67+172=379 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.94% from 379); Green value is 67 (26.56% from 255 or 17.68% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 172 - color contains mainly: blue. Hex color #8C43AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C43AC is #73BC53. Grayscale: #646464. Windows color (decimal): -7584852 or 11289484. OLE color: 11289484.
HSL color Cylindrical-coordinate representation of color #8C43AC: hue angle of 281.71º 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 #8C43AC is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 67 | 172 | - |
| CMYK | 0.19 | 0.61 | 0 | 0.33 |
| HSL | 281.71º | 0.44% | 0.47% | - |
| HSV(B) | 281.71º | 0.61% | 0.67% | - |
| XYZ | 20.27 | 12.57 | 40.39 | - |
| YUV | 100.8 | 168.18 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 67 | 172 | 0.19 | 0.61 | 0 | 0.33 | 281.71 | 0.44 | 0.47 |
| Hex | 8C | 43 | AC | 13 | 3D | 0 | 21 | 11A | 2C | 2F |
| Octal | 214 | 103 | 254 | 23 | 75 | 0 | 41 | 432 | 54 | 57 |
| Binary | 10001100 | 1000011 | 10101100 | 10011 | 111101 | 0 | 100001 | 100011010 | 101100 | 101111 |
Color Harmonies of #8C43AC
Complementary color
Monochromatic Colors of #8C43AC
Black with #8C43AC
Text Example
Text Example
White with #8C43AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C43AC; }
p { color: rgb(140,67,172); }
H1.HeaderClassName
{
color: #8C43AC;
}
.AnyTagClassName
{
color: #8C43AC;
}
</style>
background-color css
<style>
a { background-color: #8C43AC; }
a { background-color: rgb(140,67,172); }
div.DivClassName
{
background-color: #8C43AC;
}
.BgClassName
{
background-color: #8C43AC;
}
</style>
border-color css
<style>
span { border-color: #8C43AC; }
span { border-color: rgb(140,67,172); }
td.TdClassName
{
border-color: #8C43AC;
}
.TagClassName
{
border-color: #8C43AC;
}
</style>