Shades of Dark Magenta #8D03AC
Tints of Dark Magenta #8D03AC
RGB
CMYK
RGB Variations
Color information
#8D03AC (or 0x8D03AC) is known color: Dark Magenta. HEX triplet: 8D, 03 and AC. RGB value is (141,3,172). Sum of RGB (Red+Green+Blue) = 141+3+172=316 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.62% from 316); Green value is 3 (1.56% from 255 or 0.95% from 316); Blue value is 172 (67.58% from 255 or 54.43% from 316); Max value from RGB is 172 - color contains mainly: blue. Hex color #8D03AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D03AC is #72FC53. Grayscale: #3E3E3E. Windows color (decimal): -7535700 or 11273101. OLE color: 11273101.
HSL color Cylindrical-coordinate representation of color #8D03AC: hue angle of 288.99º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8D03AC is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 3 | 172 | - |
| CMYK | 0.18 | 0.98 | 0 | 0.33 |
| HSL | 288.99º | 0.97% | 0.34% | - |
| HSV(B) | 288.99º | 0.98% | 0.67% | - |
| XYZ | 18.46 | 8.71 | 39.74 | - |
| YUV | 63.53 | 189.22 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 3 | 172 | 0.18 | 0.98 | 0 | 0.33 | 288.99 | 0.97 | 0.34 |
| Hex | 8D | 3 | AC | 12 | 62 | 0 | 21 | 121 | 61 | 22 |
| Octal | 215 | 3 | 254 | 22 | 142 | 0 | 41 | 441 | 141 | 42 |
| Binary | 10001101 | 11 | 10101100 | 10010 | 1100010 | 0 | 100001 | 100100001 | 1100001 | 100010 |
Color Harmonies of #8D03AC
Complementary color
Monochromatic Colors of #8D03AC
Black with #8D03AC
Text Example
Text Example
White with #8D03AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D03AC; }
p { color: rgb(141,3,172); }
H1.HeaderClassName
{
color: #8D03AC;
}
.AnyTagClassName
{
color: #8D03AC;
}
</style>
background-color css
<style>
a { background-color: #8D03AC; }
a { background-color: rgb(141,3,172); }
div.DivClassName
{
background-color: #8D03AC;
}
.BgClassName
{
background-color: #8D03AC;
}
</style>
border-color css
<style>
span { border-color: #8D03AC; }
span { border-color: rgb(141,3,172); }
td.TdClassName
{
border-color: #8D03AC;
}
.TagClassName
{
border-color: #8D03AC;
}
</style>