Shades of Dark Magenta #8D019F
Tints of Dark Magenta #8D019F
RGB
CMYK
RGB Variations
Color information
#8D019F (or 0x8D019F) is known color: Dark Magenta. HEX triplet: 8D, 01 and 9F. RGB value is (141,1,159). Sum of RGB (Red+Green+Blue) = 141+1+159=301 (39% of max value = 765). Red value is 141 (55.47% from 255 or 46.84% from 301); Green value is 1 (0.78% from 255 or 0.33% from 301); Blue value is 159 (62.5% from 255 or 52.82% from 301); Max value from RGB is 159 - color contains mainly: blue. Hex color #8D019F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D019F is #72FE60. Grayscale: #3C3C3C. Windows color (decimal): -7536225 or 10420621. OLE color: 10420621.
HSL color Cylindrical-coordinate representation of color #8D019F: hue angle of 293.16º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D019F is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 141 | 1 | 159 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.38 |
| HSL | 293.16º | 0.99% | 0.31% | - |
| HSV(B) | 293.16º | 0.99% | 0.62% | - |
| XYZ | 17.25 | 8.19 | 33.47 | - |
| YUV | 60.87 | 183.38 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 1 | 159 | 0.11 | 0.99 | 0 | 0.38 | 293.16 | 0.99 | 0.31 |
| Hex | 8D | 1 | 9F | B | 63 | 0 | 26 | 125 | 63 | 1F |
| Octal | 215 | 1 | 237 | 13 | 143 | 0 | 46 | 445 | 143 | 37 |
| Binary | 10001101 | 1 | 10011111 | 1011 | 1100011 | 0 | 100110 | 100100101 | 1100011 | 11111 |
Color Harmonies of #8D019F
Complementary color
Monochromatic Colors of #8D019F
Black with #8D019F
Text Example
Text Example
White with #8D019F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D019F; }
p { color: rgb(141,1,159); }
H1.HeaderClassName
{
color: #8D019F;
}
.AnyTagClassName
{
color: #8D019F;
}
</style>
background-color css
<style>
a { background-color: #8D019F; }
a { background-color: rgb(141,1,159); }
div.DivClassName
{
background-color: #8D019F;
}
.BgClassName
{
background-color: #8D019F;
}
</style>
border-color css
<style>
span { border-color: #8D019F; }
span { border-color: rgb(141,1,159); }
td.TdClassName
{
border-color: #8D019F;
}
.TagClassName
{
border-color: #8D019F;
}
</style>