Shades of Dark Magenta #8D0D83
Tints of Dark Magenta #8D0D83
RGB
CMYK
RGB Variations
Color information
#8D0D83 (or 0x8D0D83) is known color: Dark Magenta. HEX triplet: 8D, 0D and 83. RGB value is (141,13,131). Sum of RGB (Red+Green+Blue) = 141+13+131=285 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.47% from 285); Green value is 13 (5.47% from 255 or 4.56% from 285); Blue value is 131 (51.56% from 255 or 45.96% from 285); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0D83 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D0D83 is #72F27C. Grayscale: #404040. Windows color (decimal): -7533181 or 8588685. OLE color: 8588685.
HSL color Cylindrical-coordinate representation of color #8D0D83: hue angle of 304.69º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8D0D83 is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 13 | 131 | - |
| CMYK | 0 | 0.91 | 0.07 | 0.45 |
| HSL | 304.69º | 0.83% | 0.3% | - |
| HSV(B) | 304.69º | 0.91% | 0.55% | - |
| XYZ | 15.23 | 7.59 | 22.14 | - |
| YUV | 64.72 | 165.41 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 13 | 131 | 0 | 0.91 | 0.07 | 0.45 | 304.69 | 0.83 | 0.3 |
| Hex | 8D | D | 83 | 0 | 5B | 7 | 2D | 131 | 53 | 1E |
| Octal | 215 | 15 | 203 | 0 | 133 | 7 | 55 | 461 | 123 | 36 |
| Binary | 10001101 | 1101 | 10000011 | 0 | 1011011 | 111 | 101101 | 100110001 | 1010011 | 11110 |
Color Harmonies of #8D0D83
Complementary color
Monochromatic Colors of #8D0D83
Black with #8D0D83
Text Example
Text Example
White with #8D0D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0D83; }
p { color: rgb(141,13,131); }
H1.HeaderClassName
{
color: #8D0D83;
}
.AnyTagClassName
{
color: #8D0D83;
}
</style>
background-color css
<style>
a { background-color: #8D0D83; }
a { background-color: rgb(141,13,131); }
div.DivClassName
{
background-color: #8D0D83;
}
.BgClassName
{
background-color: #8D0D83;
}
</style>
border-color css
<style>
span { border-color: #8D0D83; }
span { border-color: rgb(141,13,131); }
td.TdClassName
{
border-color: #8D0D83;
}
.TagClassName
{
border-color: #8D0D83;
}
</style>