Shades of Dark Magenta #8D15AA
Tints of Dark Magenta #8D15AA
RGB
CMYK
RGB Variations
Color information
#8D15AA (or 0x8D15AA) is known color: Dark Magenta. HEX triplet: 8D, 15 and AA. RGB value is (141,21,170). Sum of RGB (Red+Green+Blue) = 141+21+170=332 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.47% from 332); Green value is 21 (8.59% from 255 or 6.33% from 332); Blue value is 170 (66.80% from 255 or 51.20% from 332); Max value from RGB is 170 - color contains mainly: blue. Hex color #8D15AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D15AA is #72EA55. Grayscale: #494949. Windows color (decimal): -7531094 or 11146637. OLE color: 11146637.
HSL color Cylindrical-coordinate representation of color #8D15AA: hue angle of 288.32º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8D15AA is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 21 | 170 | - |
| CMYK | 0.17 | 0.88 | 0 | 0.33 |
| HSL | 288.32º | 0.78% | 0.37% | - |
| HSV(B) | 288.32º | 0.88% | 0.67% | - |
| XYZ | 18.51 | 9.1 | 38.81 | - |
| YUV | 73.87 | 182.26 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 21 | 170 | 0.17 | 0.88 | 0 | 0.33 | 288.32 | 0.78 | 0.37 |
| Hex | 8D | 15 | AA | 11 | 58 | 0 | 21 | 120 | 4E | 25 |
| Octal | 215 | 25 | 252 | 21 | 130 | 0 | 41 | 440 | 116 | 45 |
| Binary | 10001101 | 10101 | 10101010 | 10001 | 1011000 | 0 | 100001 | 100100000 | 1001110 | 100101 |
Color Harmonies of #8D15AA
Complementary color
Monochromatic Colors of #8D15AA
Black with #8D15AA
Text Example
Text Example
White with #8D15AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D15AA; }
p { color: rgb(141,21,170); }
H1.HeaderClassName
{
color: #8D15AA;
}
.AnyTagClassName
{
color: #8D15AA;
}
</style>
background-color css
<style>
a { background-color: #8D15AA; }
a { background-color: rgb(141,21,170); }
div.DivClassName
{
background-color: #8D15AA;
}
.BgClassName
{
background-color: #8D15AA;
}
</style>
border-color css
<style>
span { border-color: #8D15AA; }
span { border-color: rgb(141,21,170); }
td.TdClassName
{
border-color: #8D15AA;
}
.TagClassName
{
border-color: #8D15AA;
}
</style>