Shades of Dark Magenta #8F077F
Tints of Dark Magenta #8F077F
RGB
CMYK
RGB Variations
Color information
#8F077F (or 0x8F077F) is known color: Dark Magenta. HEX triplet: 8F, 07 and 7F. RGB value is (143,7,127). Sum of RGB (Red+Green+Blue) = 143+7+127=277 (36% of max value = 765). Red value is 143 (56.25% from 255 or 51.62% from 277); Green value is 7 (3.12% from 255 or 2.53% from 277); Blue value is 127 (50% from 255 or 45.85% from 277); Max value from RGB is 143 - color contains mainly: red. Hex color #8F077F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F077F is #70F880. Grayscale: #3D3D3D. Windows color (decimal): -7403649 or 8325007. OLE color: 8325007.
HSL color Cylindrical-coordinate representation of color #8F077F: hue angle of 307.06º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8F077F is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 7 | 127 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.44 |
| HSL | 307.06º | 0.91% | 0.29% | - |
| HSV(B) | 307.06º | 0.95% | 0.56% | - |
| XYZ | 15.23 | 7.52 | 20.73 | - |
| YUV | 61.34 | 165.06 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 7 | 127 | 0 | 0.95 | 0.11 | 0.44 | 307.06 | 0.91 | 0.29 |
| Hex | 8F | 7 | 7F | 0 | 5F | B | 2C | 133 | 5B | 1D |
| Octal | 217 | 7 | 177 | 0 | 137 | 13 | 54 | 463 | 133 | 35 |
| Binary | 10001111 | 111 | 1111111 | 0 | 1011111 | 1011 | 101100 | 100110011 | 1011011 | 11101 |
Color Harmonies of #8F077F
Complementary color
Monochromatic Colors of #8F077F
Black with #8F077F
Text Example
Text Example
White with #8F077F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F077F; }
p { color: rgb(143,7,127); }
H1.HeaderClassName
{
color: #8F077F;
}
.AnyTagClassName
{
color: #8F077F;
}
</style>
background-color css
<style>
a { background-color: #8F077F; }
a { background-color: rgb(143,7,127); }
div.DivClassName
{
background-color: #8F077F;
}
.BgClassName
{
background-color: #8F077F;
}
</style>
border-color css
<style>
span { border-color: #8F077F; }
span { border-color: rgb(143,7,127); }
td.TdClassName
{
border-color: #8F077F;
}
.TagClassName
{
border-color: #8F077F;
}
</style>