Shades of Dark Magenta #8D0FAA
Tints of Dark Magenta #8D0FAA
RGB
CMYK
RGB Variations
Color information
#8D0FAA (or 0x8D0FAA) is known color: Dark Magenta. HEX triplet: 8D, 0F and AA. RGB value is (141,15,170). Sum of RGB (Red+Green+Blue) = 141+15+170=326 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.25% from 326); Green value is 15 (6.25% from 255 or 4.60% from 326); Blue value is 170 (66.80% from 255 or 52.15% from 326); Max value from RGB is 170 - color contains mainly: blue. Hex color #8D0FAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D0FAA is #72F055. Grayscale: #454545. Windows color (decimal): -7532630 or 11145101. OLE color: 11145101.
HSL color Cylindrical-coordinate representation of color #8D0FAA: hue angle of 288.77º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8D0FAA is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 15 | 170 | - |
| CMYK | 0.17 | 0.91 | 0 | 0.33 |
| HSL | 288.77º | 0.84% | 0.36% | - |
| HSV(B) | 288.77º | 0.91% | 0.67% | - |
| XYZ | 18.41 | 8.91 | 38.78 | - |
| YUV | 70.34 | 184.24 | 178.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 15 | 170 | 0.17 | 0.91 | 0 | 0.33 | 288.77 | 0.84 | 0.36 |
| Hex | 8D | F | AA | 11 | 5B | 0 | 21 | 121 | 54 | 24 |
| Octal | 215 | 17 | 252 | 21 | 133 | 0 | 41 | 441 | 124 | 44 |
| Binary | 10001101 | 1111 | 10101010 | 10001 | 1011011 | 0 | 100001 | 100100001 | 1010100 | 100100 |
Color Harmonies of #8D0FAA
Complementary color
Monochromatic Colors of #8D0FAA
Black with #8D0FAA
Text Example
Text Example
White with #8D0FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0FAA; }
p { color: rgb(141,15,170); }
H1.HeaderClassName
{
color: #8D0FAA;
}
.AnyTagClassName
{
color: #8D0FAA;
}
</style>
background-color css
<style>
a { background-color: #8D0FAA; }
a { background-color: rgb(141,15,170); }
div.DivClassName
{
background-color: #8D0FAA;
}
.BgClassName
{
background-color: #8D0FAA;
}
</style>
border-color css
<style>
span { border-color: #8D0FAA; }
span { border-color: rgb(141,15,170); }
td.TdClassName
{
border-color: #8D0FAA;
}
.TagClassName
{
border-color: #8D0FAA;
}
</style>