Shades of Dark Magenta #8D10A4
Tints of Dark Magenta #8D10A4
RGB
CMYK
RGB Variations
Color information
#8D10A4 (or 0x8D10A4) is known color: Dark Magenta. HEX triplet: 8D, 10 and A4. RGB value is (141,16,164). Sum of RGB (Red+Green+Blue) = 141+16+164=321 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.93% from 321); Green value is 16 (6.64% from 255 or 4.98% from 321); Blue value is 164 (64.45% from 255 or 51.09% from 321); Max value from RGB is 164 - color contains mainly: blue. Hex color #8D10A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D10A4 is #72EF5B. Grayscale: #454545. Windows color (decimal): -7532380 or 10752141. OLE color: 10752141.
HSL color Cylindrical-coordinate representation of color #8D10A4: hue angle of 290.68º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8D10A4 is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 141 | 16 | 164 | - |
| CMYK | 0.14 | 0.90 | 0 | 0.36 |
| HSL | 290.68º | 0.82% | 0.35% | - |
| HSV(B) | 290.68º | 0.9% | 0.64% | - |
| XYZ | 17.87 | 8.71 | 35.86 | - |
| YUV | 70.25 | 180.91 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 16 | 164 | 0.14 | 0.90 | 0 | 0.36 | 290.68 | 0.82 | 0.35 |
| Hex | 8D | 10 | A4 | E | 5A | 0 | 24 | 123 | 52 | 23 |
| Octal | 215 | 20 | 244 | 16 | 132 | 0 | 44 | 443 | 122 | 43 |
| Binary | 10001101 | 10000 | 10100100 | 1110 | 1011010 | 0 | 100100 | 100100011 | 1010010 | 100011 |
Color Harmonies of #8D10A4
Complementary color
Monochromatic Colors of #8D10A4
Black with #8D10A4
Text Example
Text Example
White with #8D10A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D10A4; }
p { color: rgb(141,16,164); }
H1.HeaderClassName
{
color: #8D10A4;
}
.AnyTagClassName
{
color: #8D10A4;
}
</style>
background-color css
<style>
a { background-color: #8D10A4; }
a { background-color: rgb(141,16,164); }
div.DivClassName
{
background-color: #8D10A4;
}
.BgClassName
{
background-color: #8D10A4;
}
</style>
border-color css
<style>
span { border-color: #8D10A4; }
span { border-color: rgb(141,16,164); }
td.TdClassName
{
border-color: #8D10A4;
}
.TagClassName
{
border-color: #8D10A4;
}
</style>