Shades of Dark Magenta #8D0AAA
Tints of Dark Magenta #8D0AAA
RGB
CMYK
RGB Variations
Color information
#8D0AAA (or 0x8D0AAA) is known color: Dark Magenta. HEX triplet: 8D, 0A and AA. RGB value is (141,10,170). Sum of RGB (Red+Green+Blue) = 141+10+170=321 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.93% from 321); Green value is 10 (4.30% from 255 or 3.12% from 321); Blue value is 170 (66.80% from 255 or 52.96% from 321); Max value from RGB is 170 - color contains mainly: blue. Hex color #8D0AAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D0AAA is #72F555. Grayscale: #424242. Windows color (decimal): -7533910 or 11143821. OLE color: 11143821.
HSL color Cylindrical-coordinate representation of color #8D0AAA: hue angle of 289.12º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8D0AAA is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 10 | 170 | - |
| CMYK | 0.17 | 0.94 | 0 | 0.33 |
| HSL | 289.13º | 0.89% | 0.35% | - |
| HSV(B) | 289.13º | 0.94% | 0.67% | - |
| XYZ | 18.35 | 8.78 | 38.76 | - |
| YUV | 67.41 | 185.9 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 10 | 170 | 0.17 | 0.94 | 0 | 0.33 | 289.13 | 0.89 | 0.35 |
| Hex | 8D | A | AA | 11 | 5E | 0 | 21 | 121 | 59 | 23 |
| Octal | 215 | 12 | 252 | 21 | 136 | 0 | 41 | 441 | 131 | 43 |
| Binary | 10001101 | 1010 | 10101010 | 10001 | 1011110 | 0 | 100001 | 100100001 | 1011001 | 100011 |
Color Harmonies of #8D0AAA
Complementary color
Monochromatic Colors of #8D0AAA
Black with #8D0AAA
Text Example
Text Example
White with #8D0AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0AAA; }
p { color: rgb(141,10,170); }
H1.HeaderClassName
{
color: #8D0AAA;
}
.AnyTagClassName
{
color: #8D0AAA;
}
</style>
background-color css
<style>
a { background-color: #8D0AAA; }
a { background-color: rgb(141,10,170); }
div.DivClassName
{
background-color: #8D0AAA;
}
.BgClassName
{
background-color: #8D0AAA;
}
</style>
border-color css
<style>
span { border-color: #8D0AAA; }
span { border-color: rgb(141,10,170); }
td.TdClassName
{
border-color: #8D0AAA;
}
.TagClassName
{
border-color: #8D0AAA;
}
</style>