Shades of Dark Magenta #8D0191
Tints of Dark Magenta #8D0191
RGB
CMYK
RGB Variations
Color information
#8D0191 (or 0x8D0191) is known color: Dark Magenta. HEX triplet: 8D, 01 and 91. RGB value is (141,1,145). Sum of RGB (Red+Green+Blue) = 141+1+145=287 (38% of max value = 765). Red value is 141 (55.47% from 255 or 49.13% from 287); Green value is 1 (0.78% from 255 or 0.35% from 287); Blue value is 145 (57.03% from 255 or 50.52% from 287); Max value from RGB is 145 - color contains mainly: blue. Hex color #8D0191 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D0191 is #72FE6E. Grayscale: #3A3A3A. Windows color (decimal): -7536239 or 9503117. OLE color: 9503117.
HSL color Cylindrical-coordinate representation of color #8D0191: hue angle of 298.33º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D0191 is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 141 | 1 | 145 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.43 |
| HSL | 298.33º | 0.99% | 0.29% | - |
| HSV(B) | 298.33º | 0.99% | 0.57% | - |
| XYZ | 16.11 | 7.73 | 27.43 | - |
| YUV | 59.28 | 176.38 | 186.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 1 | 145 | 0.03 | 0.99 | 0 | 0.43 | 298.33 | 0.99 | 0.29 |
| Hex | 8D | 1 | 91 | 3 | 63 | 0 | 2B | 12A | 63 | 1D |
| Octal | 215 | 1 | 221 | 3 | 143 | 0 | 53 | 452 | 143 | 35 |
| Binary | 10001101 | 1 | 10010001 | 11 | 1100011 | 0 | 101011 | 100101010 | 1100011 | 11101 |
Color Harmonies of #8D0191
Complementary color
Monochromatic Colors of #8D0191
Black with #8D0191
Text Example
Text Example
White with #8D0191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0191; }
p { color: rgb(141,1,145); }
H1.HeaderClassName
{
color: #8D0191;
}
.AnyTagClassName
{
color: #8D0191;
}
</style>
background-color css
<style>
a { background-color: #8D0191; }
a { background-color: rgb(141,1,145); }
div.DivClassName
{
background-color: #8D0191;
}
.BgClassName
{
background-color: #8D0191;
}
</style>
border-color css
<style>
span { border-color: #8D0191; }
span { border-color: rgb(141,1,145); }
td.TdClassName
{
border-color: #8D0191;
}
.TagClassName
{
border-color: #8D0191;
}
</style>