Shades of Dark Magenta #8D05AC
Tints of Dark Magenta #8D05AC
RGB
CMYK
RGB Variations
Color information
#8D05AC (or 0x8D05AC) is known color: Dark Magenta. HEX triplet: 8D, 05 and AC. RGB value is (141,5,172). Sum of RGB (Red+Green+Blue) = 141+5+172=318 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.34% from 318); Green value is 5 (2.34% from 255 or 1.57% from 318); Blue value is 172 (67.58% from 255 or 54.09% from 318); Max value from RGB is 172 - color contains mainly: blue. Hex color #8D05AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D05AC is #72FA53. Grayscale: #404040. Windows color (decimal): -7535188 or 11273613. OLE color: 11273613.
HSL color Cylindrical-coordinate representation of color #8D05AC: hue angle of 288.86º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8D05AC is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 5 | 172 | - |
| CMYK | 0.18 | 0.97 | 0 | 0.33 |
| HSL | 288.86º | 0.94% | 0.35% | - |
| HSV(B) | 288.86º | 0.97% | 0.67% | - |
| XYZ | 18.49 | 8.75 | 39.74 | - |
| YUV | 64.7 | 188.56 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 5 | 172 | 0.18 | 0.97 | 0 | 0.33 | 288.86 | 0.94 | 0.35 |
| Hex | 8D | 5 | AC | 12 | 61 | 0 | 21 | 121 | 5E | 23 |
| Octal | 215 | 5 | 254 | 22 | 141 | 0 | 41 | 441 | 136 | 43 |
| Binary | 10001101 | 101 | 10101100 | 10010 | 1100001 | 0 | 100001 | 100100001 | 1011110 | 100011 |
Color Harmonies of #8D05AC
Complementary color
Monochromatic Colors of #8D05AC
Black with #8D05AC
Text Example
Text Example
White with #8D05AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D05AC; }
p { color: rgb(141,5,172); }
H1.HeaderClassName
{
color: #8D05AC;
}
.AnyTagClassName
{
color: #8D05AC;
}
</style>
background-color css
<style>
a { background-color: #8D05AC; }
a { background-color: rgb(141,5,172); }
div.DivClassName
{
background-color: #8D05AC;
}
.BgClassName
{
background-color: #8D05AC;
}
</style>
border-color css
<style>
span { border-color: #8D05AC; }
span { border-color: rgb(141,5,172); }
td.TdClassName
{
border-color: #8D05AC;
}
.TagClassName
{
border-color: #8D05AC;
}
</style>