Shades of Dark Magenta #8C0A81
Tints of Dark Magenta #8C0A81
RGB
CMYK
RGB Variations
Color information
#8C0A81 (or 0x8C0A81) is known color: Dark Magenta. HEX triplet: 8C, 0A and 81. RGB value is (140,10,129). Sum of RGB (Red+Green+Blue) = 140+10+129=279 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.18% from 279); Green value is 10 (4.30% from 255 or 3.58% from 279); Blue value is 129 (50.78% from 255 or 46.24% from 279); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0A81 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0A81 is #73F57E. Grayscale: #3E3E3E. Windows color (decimal): -7599487 or 8456844. OLE color: 8456844.
HSL color Cylindrical-coordinate representation of color #8C0A81: hue angle of 305.08º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8C0A81 is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 10 | 129 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.45 |
| HSL | 305.08º | 0.87% | 0.29% | - |
| HSV(B) | 305.08º | 0.93% | 0.55% | - |
| XYZ | 14.89 | 7.38 | 21.41 | - |
| YUV | 62.44 | 165.57 | 183.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 10 | 129 | 0 | 0.93 | 0.08 | 0.45 | 305.08 | 0.87 | 0.29 |
| Hex | 8C | A | 81 | 0 | 5D | 8 | 2D | 131 | 57 | 1D |
| Octal | 214 | 12 | 201 | 0 | 135 | 10 | 55 | 461 | 127 | 35 |
| Binary | 10001100 | 1010 | 10000001 | 0 | 1011101 | 1000 | 101101 | 100110001 | 1010111 | 11101 |
Color Harmonies of #8C0A81
Complementary color
Monochromatic Colors of #8C0A81
Black with #8C0A81
Text Example
Text Example
White with #8C0A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0A81; }
p { color: rgb(140,10,129); }
H1.HeaderClassName
{
color: #8C0A81;
}
.AnyTagClassName
{
color: #8C0A81;
}
</style>
background-color css
<style>
a { background-color: #8C0A81; }
a { background-color: rgb(140,10,129); }
div.DivClassName
{
background-color: #8C0A81;
}
.BgClassName
{
background-color: #8C0A81;
}
</style>
border-color css
<style>
span { border-color: #8C0A81; }
span { border-color: rgb(140,10,129); }
td.TdClassName
{
border-color: #8C0A81;
}
.TagClassName
{
border-color: #8C0A81;
}
</style>