Shades of Dark Magenta #8D15AC
Tints of Dark Magenta #8D15AC
RGB
CMYK
RGB Variations
Color information
#8D15AC (or 0x8D15AC) is known color: Dark Magenta. HEX triplet: 8D, 15 and AC. RGB value is (141,21,172). Sum of RGB (Red+Green+Blue) = 141+21+172=334 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.22% from 334); Green value is 21 (8.59% from 255 or 6.29% from 334); Blue value is 172 (67.58% from 255 or 51.50% from 334); Max value from RGB is 172 - color contains mainly: blue. Hex color #8D15AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D15AC is #72EA53. Grayscale: #494949. Windows color (decimal): -7531092 or 11277709. OLE color: 11277709.
HSL color Cylindrical-coordinate representation of color #8D15AC: hue angle of 287.68º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8D15AC is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 21 | 172 | - |
| CMYK | 0.18 | 0.88 | 0 | 0.33 |
| HSL | 287.68º | 0.78% | 0.38% | - |
| HSV(B) | 287.68º | 0.88% | 0.67% | - |
| XYZ | 18.7 | 9.18 | 39.82 | - |
| YUV | 74.09 | 183.26 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 21 | 172 | 0.18 | 0.88 | 0 | 0.33 | 287.68 | 0.78 | 0.38 |
| Hex | 8D | 15 | AC | 12 | 58 | 0 | 21 | 120 | 4E | 26 |
| Octal | 215 | 25 | 254 | 22 | 130 | 0 | 41 | 440 | 116 | 46 |
| Binary | 10001101 | 10101 | 10101100 | 10010 | 1011000 | 0 | 100001 | 100100000 | 1001110 | 100110 |
Color Harmonies of #8D15AC
Complementary color
Monochromatic Colors of #8D15AC
Black with #8D15AC
Text Example
Text Example
White with #8D15AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D15AC; }
p { color: rgb(141,21,172); }
H1.HeaderClassName
{
color: #8D15AC;
}
.AnyTagClassName
{
color: #8D15AC;
}
</style>
background-color css
<style>
a { background-color: #8D15AC; }
a { background-color: rgb(141,21,172); }
div.DivClassName
{
background-color: #8D15AC;
}
.BgClassName
{
background-color: #8D15AC;
}
</style>
border-color css
<style>
span { border-color: #8D15AC; }
span { border-color: rgb(141,21,172); }
td.TdClassName
{
border-color: #8D15AC;
}
.TagClassName
{
border-color: #8D15AC;
}
</style>