Shades of Dark Magenta #8D0581
Tints of Dark Magenta #8D0581
RGB
CMYK
RGB Variations
Color information
#8D0581 (or 0x8D0581) is known color: Dark Magenta. HEX triplet: 8D, 05 and 81. RGB value is (141,5,129). Sum of RGB (Red+Green+Blue) = 141+5+129=275 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.27% from 275); Green value is 5 (2.34% from 255 or 1.82% from 275); Blue value is 129 (50.78% from 255 or 46.91% from 275); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0581 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D0581 is #72FA7E. Grayscale: #3B3B3B. Windows color (decimal): -7535231 or 8455565. OLE color: 8455565.
HSL color Cylindrical-coordinate representation of color #8D0581: hue angle of 305.29º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8D0581 is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 5 | 129 | - |
| CMYK | 0 | 0.96 | 0.09 | 0.45 |
| HSL | 305.29º | 0.93% | 0.29% | - |
| HSV(B) | 305.29º | 0.96% | 0.55% | - |
| XYZ | 15 | 7.36 | 21.4 | - |
| YUV | 59.8 | 167.06 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 5 | 129 | 0 | 0.96 | 0.09 | 0.45 | 305.29 | 0.93 | 0.29 |
| Hex | 8D | 5 | 81 | 0 | 60 | 9 | 2D | 131 | 5D | 1D |
| Octal | 215 | 5 | 201 | 0 | 140 | 11 | 55 | 461 | 135 | 35 |
| Binary | 10001101 | 101 | 10000001 | 0 | 1100000 | 1001 | 101101 | 100110001 | 1011101 | 11101 |
Color Harmonies of #8D0581
Complementary color
Monochromatic Colors of #8D0581
Black with #8D0581
Text Example
Text Example
White with #8D0581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0581; }
p { color: rgb(141,5,129); }
H1.HeaderClassName
{
color: #8D0581;
}
.AnyTagClassName
{
color: #8D0581;
}
</style>
background-color css
<style>
a { background-color: #8D0581; }
a { background-color: rgb(141,5,129); }
div.DivClassName
{
background-color: #8D0581;
}
.BgClassName
{
background-color: #8D0581;
}
</style>
border-color css
<style>
span { border-color: #8D0581; }
span { border-color: rgb(141,5,129); }
td.TdClassName
{
border-color: #8D0581;
}
.TagClassName
{
border-color: #8D0581;
}
</style>