Shades of Dark Magenta #8D0180
Tints of Dark Magenta #8D0180
RGB
CMYK
RGB Variations
Color information
#8D0180 (or 0x8D0180) is known color: Dark Magenta. HEX triplet: 8D, 01 and 80. RGB value is (141,1,128). Sum of RGB (Red+Green+Blue) = 141+1+128=270 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.22% from 270); Green value is 1 (0.78% from 255 or 0.37% from 270); Blue value is 128 (50.39% from 255 or 47.41% from 270); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0180 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D0180 is #72FE7F. Grayscale: #383838. Windows color (decimal): -7536256 or 8389005. OLE color: 8389005.
HSL color Cylindrical-coordinate representation of color #8D0180: hue angle of 305.57º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D0180 is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 1 | 128 | - |
| CMYK | 0 | 0.99 | 0.09 | 0.45 |
| HSL | 305.57º | 0.99% | 0.28% | - |
| HSV(B) | 305.57º | 0.99% | 0.55% | - |
| XYZ | 14.89 | 7.24 | 21.04 | - |
| YUV | 57.34 | 167.88 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 1 | 128 | 0 | 0.99 | 0.09 | 0.45 | 305.57 | 0.99 | 0.28 |
| Hex | 8D | 1 | 80 | 0 | 63 | 9 | 2D | 132 | 63 | 1C |
| Octal | 215 | 1 | 200 | 0 | 143 | 11 | 55 | 462 | 143 | 34 |
| Binary | 10001101 | 1 | 10000000 | 0 | 1100011 | 1001 | 101101 | 100110010 | 1100011 | 11100 |
Color Harmonies of #8D0180
Complementary color
Monochromatic Colors of #8D0180
Black with #8D0180
Text Example
Text Example
White with #8D0180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0180; }
p { color: rgb(141,1,128); }
H1.HeaderClassName
{
color: #8D0180;
}
.AnyTagClassName
{
color: #8D0180;
}
</style>
background-color css
<style>
a { background-color: #8D0180; }
a { background-color: rgb(141,1,128); }
div.DivClassName
{
background-color: #8D0180;
}
.BgClassName
{
background-color: #8D0180;
}
</style>
border-color css
<style>
span { border-color: #8D0180; }
span { border-color: rgb(141,1,128); }
td.TdClassName
{
border-color: #8D0180;
}
.TagClassName
{
border-color: #8D0180;
}
</style>