Shades of Dark Magenta #8D189F
Tints of Dark Magenta #8D189F
RGB
CMYK
RGB Variations
Color information
#8D189F (or 0x8D189F) is known color: Dark Magenta. HEX triplet: 8D, 18 and 9F. RGB value is (141,24,159). Sum of RGB (Red+Green+Blue) = 141+24+159=324 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.52% from 324); Green value is 24 (9.77% from 255 or 7.41% from 324); Blue value is 159 (62.5% from 255 or 49.07% from 324); Max value from RGB is 159 - color contains mainly: blue. Hex color #8D189F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D189F is #72E760. Grayscale: #494949. Windows color (decimal): -7530337 or 10426509. OLE color: 10426509.
HSL color Cylindrical-coordinate representation of color #8D189F: hue angle of 292º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8D189F is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 141 | 24 | 159 | - |
| CMYK | 0.11 | 0.85 | 0 | 0.38 |
| HSL | 292º | 0.74% | 0.36% | - |
| HSV(B) | 292º | 0.85% | 0.62% | - |
| XYZ | 17.57 | 8.82 | 33.58 | - |
| YUV | 74.37 | 175.76 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 24 | 159 | 0.11 | 0.85 | 0 | 0.38 | 292 | 0.74 | 0.36 |
| Hex | 8D | 18 | 9F | B | 55 | 0 | 26 | 124 | 4A | 24 |
| Octal | 215 | 30 | 237 | 13 | 125 | 0 | 46 | 444 | 112 | 44 |
| Binary | 10001101 | 11000 | 10011111 | 1011 | 1010101 | 0 | 100110 | 100100100 | 1001010 | 100100 |
Color Harmonies of #8D189F
Complementary color
Monochromatic Colors of #8D189F
Black with #8D189F
Text Example
Text Example
White with #8D189F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D189F; }
p { color: rgb(141,24,159); }
H1.HeaderClassName
{
color: #8D189F;
}
.AnyTagClassName
{
color: #8D189F;
}
</style>
background-color css
<style>
a { background-color: #8D189F; }
a { background-color: rgb(141,24,159); }
div.DivClassName
{
background-color: #8D189F;
}
.BgClassName
{
background-color: #8D189F;
}
</style>
border-color css
<style>
span { border-color: #8D189F; }
span { border-color: rgb(141,24,159); }
td.TdClassName
{
border-color: #8D189F;
}
.TagClassName
{
border-color: #8D189F;
}
</style>