Shades of Dark Magenta #8D017E
Tints of Dark Magenta #8D017E
RGB
CMYK
RGB Variations
Color information
#8D017E (or 0x8D017E) is known color: Dark Magenta. HEX triplet: 8D, 01 and 7E. RGB value is (141,1,126). Sum of RGB (Red+Green+Blue) = 141+1+126=268 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.61% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 126 (49.61% from 255 or 47.01% from 268); Max value from RGB is 141 - color contains mainly: red. Hex color #8D017E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D017E is #72FE81. Grayscale: #383838. Windows color (decimal): -7536258 or 8257933. OLE color: 8257933.
HSL color Cylindrical-coordinate representation of color #8D017E: hue angle of 306.43º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D017E is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 1 | 126 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.45 |
| HSL | 306.43º | 0.99% | 0.28% | - |
| HSV(B) | 306.43º | 0.99% | 0.55% | - |
| XYZ | 14.76 | 7.19 | 20.35 | - |
| YUV | 57.11 | 166.88 | 187.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 1 | 126 | 0 | 0.99 | 0.11 | 0.45 | 306.43 | 0.99 | 0.28 |
| Hex | 8D | 1 | 7E | 0 | 63 | B | 2D | 132 | 63 | 1C |
| Octal | 215 | 1 | 176 | 0 | 143 | 13 | 55 | 462 | 143 | 34 |
| Binary | 10001101 | 1 | 1111110 | 0 | 1100011 | 1011 | 101101 | 100110010 | 1100011 | 11100 |
Color Harmonies of #8D017E
Complementary color
Monochromatic Colors of #8D017E
Black with #8D017E
Text Example
Text Example
White with #8D017E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D017E; }
p { color: rgb(141,1,126); }
H1.HeaderClassName
{
color: #8D017E;
}
.AnyTagClassName
{
color: #8D017E;
}
</style>
background-color css
<style>
a { background-color: #8D017E; }
a { background-color: rgb(141,1,126); }
div.DivClassName
{
background-color: #8D017E;
}
.BgClassName
{
background-color: #8D017E;
}
</style>
border-color css
<style>
span { border-color: #8D017E; }
span { border-color: rgb(141,1,126); }
td.TdClassName
{
border-color: #8D017E;
}
.TagClassName
{
border-color: #8D017E;
}
</style>