Shades of Dark Magenta #8D149F
Tints of Dark Magenta #8D149F
RGB
CMYK
RGB Variations
Color information
#8D149F (or 0x8D149F) is known color: Dark Magenta. HEX triplet: 8D, 14 and 9F. RGB value is (141,20,159). Sum of RGB (Red+Green+Blue) = 141+20+159=320 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.06% from 320); Green value is 20 (8.20% from 255 or 6.25% from 320); Blue value is 159 (62.5% from 255 or 49.69% from 320); Max value from RGB is 159 - color contains mainly: blue. Hex color #8D149F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D149F is #72EB60. Grayscale: #474747. Windows color (decimal): -7531361 or 10425485. OLE color: 10425485.
HSL color Cylindrical-coordinate representation of color #8D149F: hue angle of 292.23º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8D149F is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 141 | 20 | 159 | - |
| CMYK | 0.11 | 0.87 | 0 | 0.38 |
| HSL | 292.23º | 0.78% | 0.35% | - |
| HSV(B) | 292.23º | 0.87% | 0.62% | - |
| XYZ | 17.49 | 8.67 | 33.55 | - |
| YUV | 72.03 | 177.09 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 20 | 159 | 0.11 | 0.87 | 0 | 0.38 | 292.23 | 0.78 | 0.35 |
| Hex | 8D | 14 | 9F | B | 57 | 0 | 26 | 124 | 4E | 23 |
| Octal | 215 | 24 | 237 | 13 | 127 | 0 | 46 | 444 | 116 | 43 |
| Binary | 10001101 | 10100 | 10011111 | 1011 | 1010111 | 0 | 100110 | 100100100 | 1001110 | 100011 |
Color Harmonies of #8D149F
Complementary color
Monochromatic Colors of #8D149F
Black with #8D149F
Text Example
Text Example
White with #8D149F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D149F; }
p { color: rgb(141,20,159); }
H1.HeaderClassName
{
color: #8D149F;
}
.AnyTagClassName
{
color: #8D149F;
}
</style>
background-color css
<style>
a { background-color: #8D149F; }
a { background-color: rgb(141,20,159); }
div.DivClassName
{
background-color: #8D149F;
}
.BgClassName
{
background-color: #8D149F;
}
</style>
border-color css
<style>
span { border-color: #8D149F; }
span { border-color: rgb(141,20,159); }
td.TdClassName
{
border-color: #8D149F;
}
.TagClassName
{
border-color: #8D149F;
}
</style>