Shades of Dark Magenta #8F007E
Tints of Dark Magenta #8F007E
RGB
CMYK
RGB Variations
Color information
#8F007E (or 0x8F007E) is known color: Dark Magenta. HEX triplet: 8F, 00 and 7E. RGB value is (143,0,126). Sum of RGB (Red+Green+Blue) = 143+0+126=269 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.16% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 126 (49.61% from 255 or 46.84% from 269); Max value from RGB is 143 - color contains mainly: red. Hex color #8F007E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F007E is #70FF81. Grayscale: #383838. Windows color (decimal): -7405442 or 8257679. OLE color: 8257679.
HSL color Cylindrical-coordinate representation of color #8F007E: hue angle of 307.13º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8F007E is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 0 | 126 | - |
| CMYK | 0 | 1 | 0.12 | 0.44 |
| HSL | 307.13º | 1% | 0.28% | - |
| HSV(B) | 307.13º | 1% | 0.56% | - |
| XYZ | 15.09 | 7.35 | 20.36 | - |
| YUV | 57.12 | 166.88 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 0 | 126 | 0 | 1 | 0.12 | 0.44 | 307.13 | 1 | 0.28 |
| Hex | 8F | 0 | 7E | 0 | 64 | C | 2C | 133 | 64 | 1C |
| Octal | 217 | 0 | 176 | 0 | 144 | 14 | 54 | 463 | 144 | 34 |
| Binary | 10001111 | 0 | 1111110 | 0 | 1100100 | 1100 | 101100 | 100110011 | 1100100 | 11100 |
Color Harmonies of #8F007E
Complementary color
Monochromatic Colors of #8F007E
Black with #8F007E
Text Example
Text Example
White with #8F007E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F007E; }
p { color: rgb(143,0,126); }
H1.HeaderClassName
{
color: #8F007E;
}
.AnyTagClassName
{
color: #8F007E;
}
</style>
background-color css
<style>
a { background-color: #8F007E; }
a { background-color: rgb(143,0,126); }
div.DivClassName
{
background-color: #8F007E;
}
.BgClassName
{
background-color: #8F007E;
}
</style>
border-color css
<style>
span { border-color: #8F007E; }
span { border-color: rgb(143,0,126); }
td.TdClassName
{
border-color: #8F007E;
}
.TagClassName
{
border-color: #8F007E;
}
</style>