Shades of Dark Magenta #8D079A
Tints of Dark Magenta #8D079A
RGB
CMYK
RGB Variations
Color information
#8D079A (or 0x8D079A) is known color: Dark Magenta. HEX triplet: 8D, 07 and 9A. RGB value is (141,7,154). Sum of RGB (Red+Green+Blue) = 141+7+154=302 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.69% from 302); Green value is 7 (3.12% from 255 or 2.32% from 302); Blue value is 154 (60.55% from 255 or 50.99% from 302); Max value from RGB is 154 - color contains mainly: blue. Hex color #8D079A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D079A is #72F865. Grayscale: #3F3F3F. Windows color (decimal): -7534694 or 10094477. OLE color: 10094477.
HSL color Cylindrical-coordinate representation of color #8D079A: hue angle of 294.69º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8D079A is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 141 | 7 | 154 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.40 |
| HSL | 294.69º | 0.91% | 0.32% | - |
| HSV(B) | 294.69º | 0.95% | 0.6% | - |
| XYZ | 16.89 | 8.15 | 31.25 | - |
| YUV | 63.82 | 178.89 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 7 | 154 | 0.08 | 0.95 | 0 | 0.40 | 294.69 | 0.91 | 0.32 |
| Hex | 8D | 7 | 9A | 8 | 5F | 0 | 28 | 127 | 5B | 20 |
| Octal | 215 | 7 | 232 | 10 | 137 | 0 | 50 | 447 | 133 | 40 |
| Binary | 10001101 | 111 | 10011010 | 1000 | 1011111 | 0 | 101000 | 100100111 | 1011011 | 100000 |
Color Harmonies of #8D079A
Complementary color
Monochromatic Colors of #8D079A
Black with #8D079A
Text Example
Text Example
White with #8D079A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D079A; }
p { color: rgb(141,7,154); }
H1.HeaderClassName
{
color: #8D079A;
}
.AnyTagClassName
{
color: #8D079A;
}
</style>
background-color css
<style>
a { background-color: #8D079A; }
a { background-color: rgb(141,7,154); }
div.DivClassName
{
background-color: #8D079A;
}
.BgClassName
{
background-color: #8D079A;
}
</style>
border-color css
<style>
span { border-color: #8D079A; }
span { border-color: rgb(141,7,154); }
td.TdClassName
{
border-color: #8D079A;
}
.TagClassName
{
border-color: #8D079A;
}
</style>