Shades of Dark Magenta #8D158B
Tints of Dark Magenta #8D158B
RGB
CMYK
RGB Variations
Color information
#8D158B (or 0x8D158B) is known color: Dark Magenta. HEX triplet: 8D, 15 and 8B. RGB value is (141,21,139). Sum of RGB (Red+Green+Blue) = 141+21+139=301 (39% of max value = 765). Red value is 141 (55.47% from 255 or 46.84% from 301); Green value is 21 (8.59% from 255 or 6.98% from 301); Blue value is 139 (54.69% from 255 or 46.18% from 301); Max value from RGB is 141 - color contains mainly: red. Hex color #8D158B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D158B is #72EA74. Grayscale: #454545. Windows color (decimal): -7531125 or 9115021. OLE color: 9115021.
HSL color Cylindrical-coordinate representation of color #8D158B: hue angle of 301º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8D158B is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 21 | 139 | - |
| CMYK | 0 | 0.85 | 0.01 | 0.45 |
| HSL | 301º | 0.74% | 0.32% | - |
| HSV(B) | 301º | 0.85% | 0.55% | - |
| XYZ | 15.91 | 8.06 | 25.14 | - |
| YUV | 70.33 | 166.76 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 21 | 139 | 0 | 0.85 | 0.01 | 0.45 | 301 | 0.74 | 0.32 |
| Hex | 8D | 15 | 8B | 0 | 55 | 1 | 2D | 12D | 4A | 20 |
| Octal | 215 | 25 | 213 | 0 | 125 | 1 | 55 | 455 | 112 | 40 |
| Binary | 10001101 | 10101 | 10001011 | 0 | 1010101 | 1 | 101101 | 100101101 | 1001010 | 100000 |
Color Harmonies of #8D158B
Complementary color
Monochromatic Colors of #8D158B
Black with #8D158B
Text Example
Text Example
White with #8D158B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D158B; }
p { color: rgb(141,21,139); }
H1.HeaderClassName
{
color: #8D158B;
}
.AnyTagClassName
{
color: #8D158B;
}
</style>
background-color css
<style>
a { background-color: #8D158B; }
a { background-color: rgb(141,21,139); }
div.DivClassName
{
background-color: #8D158B;
}
.BgClassName
{
background-color: #8D158B;
}
</style>
border-color css
<style>
span { border-color: #8D158B; }
span { border-color: rgb(141,21,139); }
td.TdClassName
{
border-color: #8D158B;
}
.TagClassName
{
border-color: #8D158B;
}
</style>