Shades of Dark Magenta #8D077F
Tints of Dark Magenta #8D077F
RGB
CMYK
RGB Variations
Color information
#8D077F (or 0x8D077F) is known color: Dark Magenta. HEX triplet: 8D, 07 and 7F. RGB value is (141,7,127). Sum of RGB (Red+Green+Blue) = 141+7+127=275 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.27% from 275); Green value is 7 (3.12% from 255 or 2.55% from 275); Blue value is 127 (50% from 255 or 46.18% from 275); Max value from RGB is 141 - color contains mainly: red. Hex color #8D077F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D077F is #72F880. Grayscale: #3C3C3C. Windows color (decimal): -7534721 or 8325005. OLE color: 8325005.
HSL color Cylindrical-coordinate representation of color #8D077F: hue angle of 306.27º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8D077F is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 7 | 127 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.45 |
| HSL | 306.27º | 0.91% | 0.29% | - |
| HSV(B) | 306.27º | 0.95% | 0.55% | - |
| XYZ | 14.89 | 7.35 | 20.71 | - |
| YUV | 60.75 | 165.39 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 7 | 127 | 0 | 0.95 | 0.10 | 0.45 | 306.27 | 0.91 | 0.29 |
| Hex | 8D | 7 | 7F | 0 | 5F | A | 2D | 132 | 5B | 1D |
| Octal | 215 | 7 | 177 | 0 | 137 | 12 | 55 | 462 | 133 | 35 |
| Binary | 10001101 | 111 | 1111111 | 0 | 1011111 | 1010 | 101101 | 100110010 | 1011011 | 11101 |
Color Harmonies of #8D077F
Complementary color
Monochromatic Colors of #8D077F
Black with #8D077F
Text Example
Text Example
White with #8D077F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D077F; }
p { color: rgb(141,7,127); }
H1.HeaderClassName
{
color: #8D077F;
}
.AnyTagClassName
{
color: #8D077F;
}
</style>
background-color css
<style>
a { background-color: #8D077F; }
a { background-color: rgb(141,7,127); }
div.DivClassName
{
background-color: #8D077F;
}
.BgClassName
{
background-color: #8D077F;
}
</style>
border-color css
<style>
span { border-color: #8D077F; }
span { border-color: rgb(141,7,127); }
td.TdClassName
{
border-color: #8D077F;
}
.TagClassName
{
border-color: #8D077F;
}
</style>