Shades of Dark Magenta #8D0F85
Tints of Dark Magenta #8D0F85
RGB
CMYK
RGB Variations
Color information
#8D0F85 (or 0x8D0F85) is known color: Dark Magenta. HEX triplet: 8D, 0F and 85. RGB value is (141,15,133). Sum of RGB (Red+Green+Blue) = 141+15+133=289 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.79% from 289); Green value is 15 (6.25% from 255 or 5.19% from 289); Blue value is 133 (52.34% from 255 or 46.02% from 289); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0F85 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D0F85 is #72F07A. Grayscale: #414141. Windows color (decimal): -7532667 or 8720269. OLE color: 8720269.
HSL color Cylindrical-coordinate representation of color #8D0F85: hue angle of 303.81º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8D0F85 is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 15 | 133 | - |
| CMYK | 0 | 0.89 | 0.06 | 0.45 |
| HSL | 303.81º | 0.81% | 0.31% | - |
| HSV(B) | 303.81º | 0.89% | 0.55% | - |
| XYZ | 15.39 | 7.7 | 22.87 | - |
| YUV | 66.13 | 165.74 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 15 | 133 | 0 | 0.89 | 0.06 | 0.45 | 303.81 | 0.81 | 0.31 |
| Hex | 8D | F | 85 | 0 | 59 | 6 | 2D | 130 | 51 | 1F |
| Octal | 215 | 17 | 205 | 0 | 131 | 6 | 55 | 460 | 121 | 37 |
| Binary | 10001101 | 1111 | 10000101 | 0 | 1011001 | 110 | 101101 | 100110000 | 1010001 | 11111 |
Color Harmonies of #8D0F85
Complementary color
Monochromatic Colors of #8D0F85
Black with #8D0F85
Text Example
Text Example
White with #8D0F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0F85; }
p { color: rgb(141,15,133); }
H1.HeaderClassName
{
color: #8D0F85;
}
.AnyTagClassName
{
color: #8D0F85;
}
</style>
background-color css
<style>
a { background-color: #8D0F85; }
a { background-color: rgb(141,15,133); }
div.DivClassName
{
background-color: #8D0F85;
}
.BgClassName
{
background-color: #8D0F85;
}
</style>
border-color css
<style>
span { border-color: #8D0F85; }
span { border-color: rgb(141,15,133); }
td.TdClassName
{
border-color: #8D0F85;
}
.TagClassName
{
border-color: #8D0F85;
}
</style>