Shades of Dark Magenta #8C12AC
Tints of Dark Magenta #8C12AC
RGB
CMYK
RGB Variations
Color information
#8C12AC (or 0x8C12AC) is known color: Dark Magenta. HEX triplet: 8C, 12 and AC. RGB value is (140,18,172). Sum of RGB (Red+Green+Blue) = 140+18+172=330 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.42% from 330); Green value is 18 (7.42% from 255 or 5.45% from 330); Blue value is 172 (67.58% from 255 or 52.12% from 330); Max value from RGB is 172 - color contains mainly: blue. Hex color #8C12AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C12AC is #73ED53. Grayscale: #474747. Windows color (decimal): -7597396 or 11276940. OLE color: 11276940.
HSL color Cylindrical-coordinate representation of color #8C12AC: hue angle of 287.53º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8C12AC is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 18 | 172 | - |
| CMYK | 0.19 | 0.90 | 0 | 0.33 |
| HSL | 287.53º | 0.81% | 0.37% | - |
| HSV(B) | 287.53º | 0.9% | 0.67% | - |
| XYZ | 18.48 | 8.99 | 39.79 | - |
| YUV | 72.03 | 184.42 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 18 | 172 | 0.19 | 0.90 | 0 | 0.33 | 287.53 | 0.81 | 0.37 |
| Hex | 8C | 12 | AC | 13 | 5A | 0 | 21 | 120 | 51 | 25 |
| Octal | 214 | 22 | 254 | 23 | 132 | 0 | 41 | 440 | 121 | 45 |
| Binary | 10001100 | 10010 | 10101100 | 10011 | 1011010 | 0 | 100001 | 100100000 | 1010001 | 100101 |
Color Harmonies of #8C12AC
Complementary color
Monochromatic Colors of #8C12AC
Black with #8C12AC
Text Example
Text Example
White with #8C12AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C12AC; }
p { color: rgb(140,18,172); }
H1.HeaderClassName
{
color: #8C12AC;
}
.AnyTagClassName
{
color: #8C12AC;
}
</style>
background-color css
<style>
a { background-color: #8C12AC; }
a { background-color: rgb(140,18,172); }
div.DivClassName
{
background-color: #8C12AC;
}
.BgClassName
{
background-color: #8C12AC;
}
</style>
border-color css
<style>
span { border-color: #8C12AC; }
span { border-color: rgb(140,18,172); }
td.TdClassName
{
border-color: #8C12AC;
}
.TagClassName
{
border-color: #8C12AC;
}
</style>