Shades of Dark Magenta #8D038A
Tints of Dark Magenta #8D038A
RGB
CMYK
RGB Variations
Color information
#8D038A (or 0x8D038A) is known color: Dark Magenta. HEX triplet: 8D, 03 and 8A. RGB value is (141,3,138). Sum of RGB (Red+Green+Blue) = 141+3+138=282 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50% from 282); Green value is 3 (1.56% from 255 or 1.06% from 282); Blue value is 138 (54.30% from 255 or 48.94% from 282); Max value from RGB is 141 - color contains mainly: red. Hex color #8D038A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D038A is #72FC75. Grayscale: #3B3B3B. Windows color (decimal): -7535734 or 9044877. OLE color: 9044877.
HSL color Cylindrical-coordinate representation of color #8D038A: hue angle of 301.3º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8D038A is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 3 | 138 | - |
| CMYK | 0 | 0.98 | 0.02 | 0.45 |
| HSL | 301.3º | 0.96% | 0.28% | - |
| HSV(B) | 301.3º | 0.98% | 0.55% | - |
| XYZ | 15.6 | 7.56 | 24.68 | - |
| YUV | 59.65 | 172.22 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 3 | 138 | 0 | 0.98 | 0.02 | 0.45 | 301.3 | 0.96 | 0.28 |
| Hex | 8D | 3 | 8A | 0 | 62 | 2 | 2D | 12D | 60 | 1C |
| Octal | 215 | 3 | 212 | 0 | 142 | 2 | 55 | 455 | 140 | 34 |
| Binary | 10001101 | 11 | 10001010 | 0 | 1100010 | 10 | 101101 | 100101101 | 1100000 | 11100 |
Color Harmonies of #8D038A
Complementary color
Monochromatic Colors of #8D038A
Black with #8D038A
Text Example
Text Example
White with #8D038A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D038A; }
p { color: rgb(141,3,138); }
H1.HeaderClassName
{
color: #8D038A;
}
.AnyTagClassName
{
color: #8D038A;
}
</style>
background-color css
<style>
a { background-color: #8D038A; }
a { background-color: rgb(141,3,138); }
div.DivClassName
{
background-color: #8D038A;
}
.BgClassName
{
background-color: #8D038A;
}
</style>
border-color css
<style>
span { border-color: #8D038A; }
span { border-color: rgb(141,3,138); }
td.TdClassName
{
border-color: #8D038A;
}
.TagClassName
{
border-color: #8D038A;
}
</style>