Shades of Dark Magenta #8D0091
Tints of Dark Magenta #8D0091
RGB
CMYK
RGB Variations
Color information
#8D0091 (or 0x8D0091) is known color: Dark Magenta. HEX triplet: 8D, 00 and 91. RGB value is (141,0,145). Sum of RGB (Red+Green+Blue) = 141+0+145=286 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.30% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 145 (57.03% from 255 or 50.70% from 286); Max value from RGB is 145 - color contains mainly: blue. Hex color #8D0091 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D0091 is #72FF6E. Grayscale: #3A3A3A. Windows color (decimal): -7536495 or 9502861. OLE color: 9502861.
HSL color Cylindrical-coordinate representation of color #8D0091: hue angle of 298.34º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8D0091 is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 141 | 0 | 145 | - |
| CMYK | 0.03 | 1 | 0 | 0.43 |
| HSL | 298.34º | 1% | 0.28% | - |
| HSV(B) | 298.34º | 1% | 0.57% | - |
| XYZ | 16.1 | 7.71 | 27.43 | - |
| YUV | 58.69 | 176.71 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 0 | 145 | 0.03 | 1 | 0 | 0.43 | 298.34 | 1 | 0.28 |
| Hex | 8D | 0 | 91 | 3 | 64 | 0 | 2B | 12A | 64 | 1C |
| Octal | 215 | 0 | 221 | 3 | 144 | 0 | 53 | 452 | 144 | 34 |
| Binary | 10001101 | 0 | 10010001 | 11 | 1100100 | 0 | 101011 | 100101010 | 1100100 | 11100 |
Color Harmonies of #8D0091
Complementary color
Monochromatic Colors of #8D0091
Black with #8D0091
Text Example
Text Example
White with #8D0091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0091; }
p { color: rgb(141,0,145); }
H1.HeaderClassName
{
color: #8D0091;
}
.AnyTagClassName
{
color: #8D0091;
}
</style>
background-color css
<style>
a { background-color: #8D0091; }
a { background-color: rgb(141,0,145); }
div.DivClassName
{
background-color: #8D0091;
}
.BgClassName
{
background-color: #8D0091;
}
</style>
border-color css
<style>
span { border-color: #8D0091; }
span { border-color: rgb(141,0,145); }
td.TdClassName
{
border-color: #8D0091;
}
.TagClassName
{
border-color: #8D0091;
}
</style>