Shades of Dark Magenta #8F037C
Tints of Dark Magenta #8F037C
RGB
CMYK
RGB Variations
Color information
#8F037C (or 0x8F037C) is known color: Dark Magenta. HEX triplet: 8F, 03 and 7C. RGB value is (143,3,124). Sum of RGB (Red+Green+Blue) = 143+3+124=270 (35% of max value = 765). Red value is 143 (56.25% from 255 or 52.96% from 270); Green value is 3 (1.56% from 255 or 1.11% from 270); Blue value is 124 (48.83% from 255 or 45.93% from 270); Max value from RGB is 143 - color contains mainly: red. Hex color #8F037C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F037C is #70FC83. Grayscale: #3A3A3A. Windows color (decimal): -7404676 or 8127375. OLE color: 8127375.
HSL color Cylindrical-coordinate representation of color #8F037C: hue angle of 308.14º 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 #8F037C is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 3 | 124 | - |
| CMYK | 0 | 0.98 | 0.13 | 0.44 |
| HSL | 308.14º | 0.96% | 0.29% | - |
| HSV(B) | 308.14º | 0.98% | 0.56% | - |
| XYZ | 15 | 7.36 | 19.7 | - |
| YUV | 58.65 | 164.88 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 3 | 124 | 0 | 0.98 | 0.13 | 0.44 | 308.14 | 0.96 | 0.29 |
| Hex | 8F | 3 | 7C | 0 | 62 | D | 2C | 134 | 60 | 1D |
| Octal | 217 | 3 | 174 | 0 | 142 | 15 | 54 | 464 | 140 | 35 |
| Binary | 10001111 | 11 | 1111100 | 0 | 1100010 | 1101 | 101100 | 100110100 | 1100000 | 11101 |
Color Harmonies of #8F037C
Complementary color
Monochromatic Colors of #8F037C
Black with #8F037C
Text Example
Text Example
White with #8F037C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F037C; }
p { color: rgb(143,3,124); }
H1.HeaderClassName
{
color: #8F037C;
}
.AnyTagClassName
{
color: #8F037C;
}
</style>
background-color css
<style>
a { background-color: #8F037C; }
a { background-color: rgb(143,3,124); }
div.DivClassName
{
background-color: #8F037C;
}
.BgClassName
{
background-color: #8F037C;
}
</style>
border-color css
<style>
span { border-color: #8F037C; }
span { border-color: rgb(143,3,124); }
td.TdClassName
{
border-color: #8F037C;
}
.TagClassName
{
border-color: #8F037C;
}
</style>