Shades of Dark Magenta #8D0081
Tints of Dark Magenta #8D0081
RGB
CMYK
RGB Variations
Color information
#8D0081 (or 0x8D0081) is known color: Dark Magenta. HEX triplet: 8D, 00 and 81. RGB value is (141,0,129). Sum of RGB (Red+Green+Blue) = 141+0+129=270 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.22% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 129 (50.78% from 255 or 47.78% from 270); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0081 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D0081 is #72FF7E. Grayscale: #383838. Windows color (decimal): -7536511 or 8454285. OLE color: 8454285.
HSL color Cylindrical-coordinate representation of color #8D0081: hue angle of 305.11º 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 #8D0081 is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 0 | 129 | - |
| CMYK | 0 | 1 | 0.09 | 0.45 |
| HSL | 305.11º | 1% | 0.28% | - |
| HSV(B) | 305.11º | 1% | 0.55% | - |
| XYZ | 14.95 | 7.25 | 21.38 | - |
| YUV | 56.87 | 168.71 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 0 | 129 | 0 | 1 | 0.09 | 0.45 | 305.11 | 1 | 0.28 |
| Hex | 8D | 0 | 81 | 0 | 64 | 9 | 2D | 131 | 64 | 1C |
| Octal | 215 | 0 | 201 | 0 | 144 | 11 | 55 | 461 | 144 | 34 |
| Binary | 10001101 | 0 | 10000001 | 0 | 1100100 | 1001 | 101101 | 100110001 | 1100100 | 11100 |
Color Harmonies of #8D0081
Complementary color
Monochromatic Colors of #8D0081
Black with #8D0081
Text Example
Text Example
White with #8D0081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0081; }
p { color: rgb(141,0,129); }
H1.HeaderClassName
{
color: #8D0081;
}
.AnyTagClassName
{
color: #8D0081;
}
</style>
background-color css
<style>
a { background-color: #8D0081; }
a { background-color: rgb(141,0,129); }
div.DivClassName
{
background-color: #8D0081;
}
.BgClassName
{
background-color: #8D0081;
}
</style>
border-color css
<style>
span { border-color: #8D0081; }
span { border-color: rgb(141,0,129); }
td.TdClassName
{
border-color: #8D0081;
}
.TagClassName
{
border-color: #8D0081;
}
</style>