Shades of Dark Magenta #8F078D
Tints of Dark Magenta #8F078D
RGB
CMYK
RGB Variations
Color information
#8F078D (or 0x8F078D) is known color: Dark Magenta. HEX triplet: 8F, 07 and 8D. RGB value is (143,7,141). Sum of RGB (Red+Green+Blue) = 143+7+141=291 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.14% from 291); Green value is 7 (3.12% from 255 or 2.41% from 291); Blue value is 141 (55.47% from 255 or 48.45% from 291); Max value from RGB is 143 - color contains mainly: red. Hex color #8F078D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F078D is #70F872. Grayscale: #3E3E3E. Windows color (decimal): -7403635 or 9242511. OLE color: 9242511.
HSL color Cylindrical-coordinate representation of color #8F078D: hue angle of 300.88º 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 #8F078D is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 7 | 141 | - |
| CMYK | 0 | 0.95 | 0.01 | 0.44 |
| HSL | 300.88º | 0.91% | 0.29% | - |
| HSV(B) | 300.88º | 0.95% | 0.56% | - |
| XYZ | 16.21 | 7.91 | 25.87 | - |
| YUV | 62.94 | 172.06 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 7 | 141 | 0 | 0.95 | 0.01 | 0.44 | 300.88 | 0.91 | 0.29 |
| Hex | 8F | 7 | 8D | 0 | 5F | 1 | 2C | 12D | 5B | 1D |
| Octal | 217 | 7 | 215 | 0 | 137 | 1 | 54 | 455 | 133 | 35 |
| Binary | 10001111 | 111 | 10001101 | 0 | 1011111 | 1 | 101100 | 100101101 | 1011011 | 11101 |
Color Harmonies of #8F078D
Complementary color
Monochromatic Colors of #8F078D
Black with #8F078D
Text Example
Text Example
White with #8F078D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F078D; }
p { color: rgb(143,7,141); }
H1.HeaderClassName
{
color: #8F078D;
}
.AnyTagClassName
{
color: #8F078D;
}
</style>
background-color css
<style>
a { background-color: #8F078D; }
a { background-color: rgb(143,7,141); }
div.DivClassName
{
background-color: #8F078D;
}
.BgClassName
{
background-color: #8F078D;
}
</style>
border-color css
<style>
span { border-color: #8F078D; }
span { border-color: rgb(143,7,141); }
td.TdClassName
{
border-color: #8F078D;
}
.TagClassName
{
border-color: #8F078D;
}
</style>