Shades of Dark Magenta #8F078A
Tints of Dark Magenta #8F078A
RGB
CMYK
RGB Variations
Color information
#8F078A (or 0x8F078A) is known color: Dark Magenta. HEX triplet: 8F, 07 and 8A. RGB value is (143,7,138). Sum of RGB (Red+Green+Blue) = 143+7+138=288 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.65% from 288); Green value is 7 (3.12% from 255 or 2.43% from 288); Blue value is 138 (54.30% from 255 or 47.92% from 288); Max value from RGB is 143 - color contains mainly: red. Hex color #8F078A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F078A is #70F875. Grayscale: #3E3E3E. Windows color (decimal): -7403638 or 9045903. OLE color: 9045903.
HSL color Cylindrical-coordinate representation of color #8F078A: hue angle of 302.21º 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 #8F078A is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 7 | 138 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.44 |
| HSL | 302.21º | 0.91% | 0.29% | - |
| HSV(B) | 302.21º | 0.95% | 0.56% | - |
| XYZ | 15.99 | 7.83 | 24.71 | - |
| YUV | 62.6 | 170.56 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 7 | 138 | 0 | 0.95 | 0.03 | 0.44 | 302.21 | 0.91 | 0.29 |
| Hex | 8F | 7 | 8A | 0 | 5F | 3 | 2C | 12E | 5B | 1D |
| Octal | 217 | 7 | 212 | 0 | 137 | 3 | 54 | 456 | 133 | 35 |
| Binary | 10001111 | 111 | 10001010 | 0 | 1011111 | 11 | 101100 | 100101110 | 1011011 | 11101 |
Color Harmonies of #8F078A
Complementary color
Monochromatic Colors of #8F078A
Black with #8F078A
Text Example
Text Example
White with #8F078A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F078A; }
p { color: rgb(143,7,138); }
H1.HeaderClassName
{
color: #8F078A;
}
.AnyTagClassName
{
color: #8F078A;
}
</style>
background-color css
<style>
a { background-color: #8F078A; }
a { background-color: rgb(143,7,138); }
div.DivClassName
{
background-color: #8F078A;
}
.BgClassName
{
background-color: #8F078A;
}
</style>
border-color css
<style>
span { border-color: #8F078A; }
span { border-color: rgb(143,7,138); }
td.TdClassName
{
border-color: #8F078A;
}
.TagClassName
{
border-color: #8F078A;
}
</style>