Shades of Dark Magenta #8D007E
Tints of Dark Magenta #8D007E
RGB
CMYK
RGB Variations
Color information
#8D007E (or 0x8D007E) is known color: Dark Magenta. HEX triplet: 8D, 00 and 7E. RGB value is (141,0,126). Sum of RGB (Red+Green+Blue) = 141+0+126=267 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.81% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 126 (49.61% from 255 or 47.19% from 267); Max value from RGB is 141 - color contains mainly: red. Hex color #8D007E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D007E is #72FF81. Grayscale: #383838. Windows color (decimal): -7536514 or 8257677. OLE color: 8257677.
HSL color Cylindrical-coordinate representation of color #8D007E: hue angle of 306.38º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8D007E is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 0 | 126 | - |
| CMYK | 0 | 1 | 0.11 | 0.45 |
| HSL | 306.38º | 1% | 0.28% | - |
| HSV(B) | 306.38º | 1% | 0.55% | - |
| XYZ | 14.75 | 7.17 | 20.35 | - |
| YUV | 56.52 | 167.21 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 0 | 126 | 0 | 1 | 0.11 | 0.45 | 306.38 | 1 | 0.28 |
| Hex | 8D | 0 | 7E | 0 | 64 | B | 2D | 132 | 64 | 1C |
| Octal | 215 | 0 | 176 | 0 | 144 | 13 | 55 | 462 | 144 | 34 |
| Binary | 10001101 | 0 | 1111110 | 0 | 1100100 | 1011 | 101101 | 100110010 | 1100100 | 11100 |
Color Harmonies of #8D007E
Complementary color
Monochromatic Colors of #8D007E
Black with #8D007E
Text Example
Text Example
White with #8D007E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D007E; }
p { color: rgb(141,0,126); }
H1.HeaderClassName
{
color: #8D007E;
}
.AnyTagClassName
{
color: #8D007E;
}
</style>
background-color css
<style>
a { background-color: #8D007E; }
a { background-color: rgb(141,0,126); }
div.DivClassName
{
background-color: #8D007E;
}
.BgClassName
{
background-color: #8D007E;
}
</style>
border-color css
<style>
span { border-color: #8D007E; }
span { border-color: rgb(141,0,126); }
td.TdClassName
{
border-color: #8D007E;
}
.TagClassName
{
border-color: #8D007E;
}
</style>