Shades of Dark Magenta #8F007D
Tints of Dark Magenta #8F007D
RGB
CMYK
RGB Variations
Color information
#8F007D (or 0x8F007D) is known color: Dark Magenta. HEX triplet: 8F, 00 and 7D. RGB value is (143,0,125). Sum of RGB (Red+Green+Blue) = 143+0+125=268 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.36% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 125 (49.22% from 255 or 46.64% from 268); Max value from RGB is 143 - color contains mainly: red. Hex color #8F007D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F007D is #70FF82. Grayscale: #383838. Windows color (decimal): -7405443 or 8192143. OLE color: 8192143.
HSL color Cylindrical-coordinate representation of color #8F007D: hue angle of 307.55º 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 #8F007D is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 0 | 125 | - |
| CMYK | 0 | 1 | 0.13 | 0.44 |
| HSL | 307.55º | 1% | 0.28% | - |
| HSV(B) | 307.55º | 1% | 0.56% | - |
| XYZ | 15.03 | 7.32 | 20.02 | - |
| YUV | 57.01 | 166.38 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 0 | 125 | 0 | 1 | 0.13 | 0.44 | 307.55 | 1 | 0.28 |
| Hex | 8F | 0 | 7D | 0 | 64 | D | 2C | 134 | 64 | 1C |
| Octal | 217 | 0 | 175 | 0 | 144 | 15 | 54 | 464 | 144 | 34 |
| Binary | 10001111 | 0 | 1111101 | 0 | 1100100 | 1101 | 101100 | 100110100 | 1100100 | 11100 |
Color Harmonies of #8F007D
Complementary color
Monochromatic Colors of #8F007D
Black with #8F007D
Text Example
Text Example
White with #8F007D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F007D; }
p { color: rgb(143,0,125); }
H1.HeaderClassName
{
color: #8F007D;
}
.AnyTagClassName
{
color: #8F007D;
}
</style>
background-color css
<style>
a { background-color: #8F007D; }
a { background-color: rgb(143,0,125); }
div.DivClassName
{
background-color: #8F007D;
}
.BgClassName
{
background-color: #8F007D;
}
</style>
border-color css
<style>
span { border-color: #8F007D; }
span { border-color: rgb(143,0,125); }
td.TdClassName
{
border-color: #8F007D;
}
.TagClassName
{
border-color: #8F007D;
}
</style>