Shades of Dark Magenta #8C0A8A
Tints of Dark Magenta #8C0A8A
RGB
CMYK
RGB Variations
Color information
#8C0A8A (or 0x8C0A8A) is known color: Dark Magenta. HEX triplet: 8C, 0A and 8A. RGB value is (140,10,138). Sum of RGB (Red+Green+Blue) = 140+10+138=288 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.61% from 288); Green value is 10 (4.30% from 255 or 3.47% from 288); Blue value is 138 (54.30% from 255 or 47.92% from 288); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0A8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0A8A is #73F575. Grayscale: #3F3F3F. Windows color (decimal): -7599478 or 9046668. OLE color: 9046668.
HSL color Cylindrical-coordinate representation of color #8C0A8A: hue angle of 300.92º 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 #8C0A8A is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 10 | 138 | - |
| CMYK | 0 | 0.93 | 0.01 | 0.45 |
| HSL | 300.92º | 0.87% | 0.29% | - |
| HSV(B) | 300.92º | 0.93% | 0.55% | - |
| XYZ | 15.51 | 7.63 | 24.7 | - |
| YUV | 63.46 | 170.07 | 182.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 10 | 138 | 0 | 0.93 | 0.01 | 0.45 | 300.92 | 0.87 | 0.29 |
| Hex | 8C | A | 8A | 0 | 5D | 1 | 2D | 12D | 57 | 1D |
| Octal | 214 | 12 | 212 | 0 | 135 | 1 | 55 | 455 | 127 | 35 |
| Binary | 10001100 | 1010 | 10001010 | 0 | 1011101 | 1 | 101101 | 100101101 | 1010111 | 11101 |
Color Harmonies of #8C0A8A
Complementary color
Monochromatic Colors of #8C0A8A
Black with #8C0A8A
Text Example
Text Example
White with #8C0A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0A8A; }
p { color: rgb(140,10,138); }
H1.HeaderClassName
{
color: #8C0A8A;
}
.AnyTagClassName
{
color: #8C0A8A;
}
</style>
background-color css
<style>
a { background-color: #8C0A8A; }
a { background-color: rgb(140,10,138); }
div.DivClassName
{
background-color: #8C0A8A;
}
.BgClassName
{
background-color: #8C0A8A;
}
</style>
border-color css
<style>
span { border-color: #8C0A8A; }
span { border-color: rgb(140,10,138); }
td.TdClassName
{
border-color: #8C0A8A;
}
.TagClassName
{
border-color: #8C0A8A;
}
</style>