Shades of Dark Magenta #8D168A
Tints of Dark Magenta #8D168A
RGB
CMYK
RGB Variations
Color information
#8D168A (or 0x8D168A) is known color: Dark Magenta. HEX triplet: 8D, 16 and 8A. RGB value is (141,22,138). Sum of RGB (Red+Green+Blue) = 141+22+138=301 (39% of max value = 765). Red value is 141 (55.47% from 255 or 46.84% from 301); Green value is 22 (8.98% from 255 or 7.31% from 301); Blue value is 138 (54.30% from 255 or 45.85% from 301); Max value from RGB is 141 - color contains mainly: red. Hex color #8D168A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D168A is #72E975. Grayscale: #464646. Windows color (decimal): -7530870 or 9049741. OLE color: 9049741.
HSL color Cylindrical-coordinate representation of color #8D168A: hue angle of 301.51º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8D168A is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 22 | 138 | - |
| CMYK | 0 | 0.84 | 0.02 | 0.45 |
| HSL | 301.51º | 0.73% | 0.32% | - |
| HSV(B) | 301.51º | 0.84% | 0.55% | - |
| XYZ | 15.86 | 8.07 | 24.77 | - |
| YUV | 70.81 | 165.92 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 22 | 138 | 0 | 0.84 | 0.02 | 0.45 | 301.51 | 0.73 | 0.32 |
| Hex | 8D | 16 | 8A | 0 | 54 | 2 | 2D | 12E | 49 | 20 |
| Octal | 215 | 26 | 212 | 0 | 124 | 2 | 55 | 456 | 111 | 40 |
| Binary | 10001101 | 10110 | 10001010 | 0 | 1010100 | 10 | 101101 | 100101110 | 1001001 | 100000 |
Color Harmonies of #8D168A
Complementary color
Monochromatic Colors of #8D168A
Black with #8D168A
Text Example
Text Example
White with #8D168A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D168A; }
p { color: rgb(141,22,138); }
H1.HeaderClassName
{
color: #8D168A;
}
.AnyTagClassName
{
color: #8D168A;
}
</style>
background-color css
<style>
a { background-color: #8D168A; }
a { background-color: rgb(141,22,138); }
div.DivClassName
{
background-color: #8D168A;
}
.BgClassName
{
background-color: #8D168A;
}
</style>
border-color css
<style>
span { border-color: #8D168A; }
span { border-color: rgb(141,22,138); }
td.TdClassName
{
border-color: #8D168A;
}
.TagClassName
{
border-color: #8D168A;
}
</style>