Shades of Dark Magenta #8C0A7F
Tints of Dark Magenta #8C0A7F
RGB
CMYK
RGB Variations
Color information
#8C0A7F (or 0x8C0A7F) is known color: Dark Magenta. HEX triplet: 8C, 0A and 7F. RGB value is (140,10,127). Sum of RGB (Red+Green+Blue) = 140+10+127=277 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.54% from 277); Green value is 10 (4.30% from 255 or 3.61% from 277); Blue value is 127 (50% from 255 or 45.85% from 277); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0A7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0A7F is #73F580. Grayscale: #3D3D3D. Windows color (decimal): -7599489 or 8325772. OLE color: 8325772.
HSL color Cylindrical-coordinate representation of color #8C0A7F: hue angle of 306º 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 #8C0A7F is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 10 | 127 | - |
| CMYK | 0 | 0.93 | 0.09 | 0.45 |
| HSL | 306º | 0.87% | 0.29% | - |
| HSV(B) | 306º | 0.93% | 0.55% | - |
| XYZ | 14.75 | 7.32 | 20.71 | - |
| YUV | 62.21 | 164.57 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 10 | 127 | 0 | 0.93 | 0.09 | 0.45 | 306 | 0.87 | 0.29 |
| Hex | 8C | A | 7F | 0 | 5D | 9 | 2D | 132 | 57 | 1D |
| Octal | 214 | 12 | 177 | 0 | 135 | 11 | 55 | 462 | 127 | 35 |
| Binary | 10001100 | 1010 | 1111111 | 0 | 1011101 | 1001 | 101101 | 100110010 | 1010111 | 11101 |
Color Harmonies of #8C0A7F
Complementary color
Monochromatic Colors of #8C0A7F
Black with #8C0A7F
Text Example
Text Example
White with #8C0A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0A7F; }
p { color: rgb(140,10,127); }
H1.HeaderClassName
{
color: #8C0A7F;
}
.AnyTagClassName
{
color: #8C0A7F;
}
</style>
background-color css
<style>
a { background-color: #8C0A7F; }
a { background-color: rgb(140,10,127); }
div.DivClassName
{
background-color: #8C0A7F;
}
.BgClassName
{
background-color: #8C0A7F;
}
</style>
border-color css
<style>
span { border-color: #8C0A7F; }
span { border-color: rgb(140,10,127); }
td.TdClassName
{
border-color: #8C0A7F;
}
.TagClassName
{
border-color: #8C0A7F;
}
</style>