Shades of Dark Magenta #8F037E
Tints of Dark Magenta #8F037E
RGB
CMYK
RGB Variations
Color information
#8F037E (or 0x8F037E) is known color: Dark Magenta. HEX triplet: 8F, 03 and 7E. RGB value is (143,3,126). Sum of RGB (Red+Green+Blue) = 143+3+126=272 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52.57% from 272); Green value is 3 (1.56% from 255 or 1.10% from 272); Blue value is 126 (49.61% from 255 or 46.32% from 272); Max value from RGB is 143 - color contains mainly: red. Hex color #8F037E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F037E is #70FC81. Grayscale: #3A3A3A. Windows color (decimal): -7404674 or 8258447. OLE color: 8258447.
HSL color Cylindrical-coordinate representation of color #8F037E: hue angle of 307.29º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8F037E is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 3 | 126 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.44 |
| HSL | 307.29º | 0.96% | 0.29% | - |
| HSV(B) | 307.29º | 0.98% | 0.56% | - |
| XYZ | 15.13 | 7.41 | 20.37 | - |
| YUV | 58.88 | 165.88 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 3 | 126 | 0 | 0.98 | 0.12 | 0.44 | 307.29 | 0.96 | 0.29 |
| Hex | 8F | 3 | 7E | 0 | 62 | C | 2C | 133 | 60 | 1D |
| Octal | 217 | 3 | 176 | 0 | 142 | 14 | 54 | 463 | 140 | 35 |
| Binary | 10001111 | 11 | 1111110 | 0 | 1100010 | 1100 | 101100 | 100110011 | 1100000 | 11101 |
Color Harmonies of #8F037E
Complementary color
Monochromatic Colors of #8F037E
Black with #8F037E
Text Example
Text Example
White with #8F037E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F037E; }
p { color: rgb(143,3,126); }
H1.HeaderClassName
{
color: #8F037E;
}
.AnyTagClassName
{
color: #8F037E;
}
</style>
background-color css
<style>
a { background-color: #8F037E; }
a { background-color: rgb(143,3,126); }
div.DivClassName
{
background-color: #8F037E;
}
.BgClassName
{
background-color: #8F037E;
}
</style>
border-color css
<style>
span { border-color: #8F037E; }
span { border-color: rgb(143,3,126); }
td.TdClassName
{
border-color: #8F037E;
}
.TagClassName
{
border-color: #8F037E;
}
</style>