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