Shades of Dark Magenta #8D148D
Tints of Dark Magenta #8D148D
RGB
CMYK
RGB Variations
Color information
#8D148D (or 0x8D148D) is known color: Dark Magenta. HEX triplet: 8D, 14 and 8D. RGB value is (141,20,141). Sum of RGB (Red+Green+Blue) = 141+20+141=302 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.69% from 302); Green value is 20 (8.20% from 255 or 6.62% from 302); Blue value is 141 (55.47% from 255 or 46.69% from 302); Max value from RGB is 141 - color contains mainly: red, blue. Hex color #8D148D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D148D is #72EB72. Grayscale: #454545. Windows color (decimal): -7531379 or 9245837. OLE color: 9245837.
HSL color Cylindrical-coordinate representation of color #8D148D: hue angle of 300º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8D148D is Cyan = 0, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 20 | 141 | - |
| CMYK | 0 | 0.86 | 0 | 0.45 |
| HSL | 300º | 0.75% | 0.32% | - |
| HSV(B) | 300º | 0.86% | 0.55% | - |
| XYZ | 16.04 | 8.09 | 25.91 | - |
| YUV | 69.97 | 168.09 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 20 | 141 | 0 | 0.86 | 0 | 0.45 | 300 | 0.75 | 0.32 |
| Hex | 8D | 14 | 8D | 0 | 56 | 0 | 2D | 12C | 4B | 20 |
| Octal | 215 | 24 | 215 | 0 | 126 | 0 | 55 | 454 | 113 | 40 |
| Binary | 10001101 | 10100 | 10001101 | 0 | 1010110 | 0 | 101101 | 100101100 | 1001011 | 100000 |
Color Harmonies of #8D148D
Complementary color
Monochromatic Colors of #8D148D
Black with #8D148D
Text Example
Text Example
White with #8D148D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D148D; }
p { color: rgb(141,20,141); }
H1.HeaderClassName
{
color: #8D148D;
}
.AnyTagClassName
{
color: #8D148D;
}
</style>
background-color css
<style>
a { background-color: #8D148D; }
a { background-color: rgb(141,20,141); }
div.DivClassName
{
background-color: #8D148D;
}
.BgClassName
{
background-color: #8D148D;
}
</style>
border-color css
<style>
span { border-color: #8D148D; }
span { border-color: rgb(141,20,141); }
td.TdClassName
{
border-color: #8D148D;
}
.TagClassName
{
border-color: #8D148D;
}
</style>