Shades of Dark Magenta #8D10AD
Tints of Dark Magenta #8D10AD
RGB
CMYK
RGB Variations
Color information
#8D10AD (or 0x8D10AD) is known color: Dark Magenta. HEX triplet: 8D, 10 and AD. RGB value is (141,16,173). Sum of RGB (Red+Green+Blue) = 141+16+173=330 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.73% from 330); Green value is 16 (6.64% from 255 or 4.85% from 330); Blue value is 173 (67.97% from 255 or 52.42% from 330); Max value from RGB is 173 - color contains mainly: blue. Hex color #8D10AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D10AD is #72EF52. Grayscale: #464646. Windows color (decimal): -7532371 or 11341965. OLE color: 11341965.
HSL color Cylindrical-coordinate representation of color #8D10AD: hue angle of 287.77º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8D10AD is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 141 | 16 | 173 | - |
| CMYK | 0.18 | 0.91 | 0 | 0.32 |
| HSL | 287.77º | 0.83% | 0.37% | - |
| HSV(B) | 287.77º | 0.91% | 0.68% | - |
| XYZ | 18.71 | 9.05 | 40.3 | - |
| YUV | 71.27 | 185.41 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 16 | 173 | 0.18 | 0.91 | 0 | 0.32 | 287.77 | 0.83 | 0.37 |
| Hex | 8D | 10 | AD | 12 | 5B | 0 | 20 | 120 | 53 | 25 |
| Octal | 215 | 20 | 255 | 22 | 133 | 0 | 40 | 440 | 123 | 45 |
| Binary | 10001101 | 10000 | 10101101 | 10010 | 1011011 | 0 | 100000 | 100100000 | 1010011 | 100101 |
Color Harmonies of #8D10AD
Complementary color
Monochromatic Colors of #8D10AD
Black with #8D10AD
Text Example
Text Example
White with #8D10AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D10AD; }
p { color: rgb(141,16,173); }
H1.HeaderClassName
{
color: #8D10AD;
}
.AnyTagClassName
{
color: #8D10AD;
}
</style>
background-color css
<style>
a { background-color: #8D10AD; }
a { background-color: rgb(141,16,173); }
div.DivClassName
{
background-color: #8D10AD;
}
.BgClassName
{
background-color: #8D10AD;
}
</style>
border-color css
<style>
span { border-color: #8D10AD; }
span { border-color: rgb(141,16,173); }
td.TdClassName
{
border-color: #8D10AD;
}
.TagClassName
{
border-color: #8D10AD;
}
</style>