Shades of Dark Magenta #8D148B
Tints of Dark Magenta #8D148B
RGB
CMYK
RGB Variations
Color information
#8D148B (or 0x8D148B) is known color: Dark Magenta. HEX triplet: 8D, 14 and 8B. RGB value is (141,20,139). Sum of RGB (Red+Green+Blue) = 141+20+139=300 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47% from 300); Green value is 20 (8.20% from 255 or 6.67% from 300); Blue value is 139 (54.69% from 255 or 46.33% from 300); Max value from RGB is 141 - color contains mainly: red. Hex color #8D148B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D148B is #72EB74. Grayscale: #454545. Windows color (decimal): -7531381 or 9114765. OLE color: 9114765.
HSL color Cylindrical-coordinate representation of color #8D148B: hue angle of 300.99º 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 #8D148B is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 20 | 139 | - |
| CMYK | 0 | 0.86 | 0.01 | 0.45 |
| HSL | 300.99º | 0.75% | 0.32% | - |
| HSV(B) | 300.99º | 0.86% | 0.55% | - |
| XYZ | 15.89 | 8.03 | 25.14 | - |
| YUV | 69.75 | 167.09 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 20 | 139 | 0 | 0.86 | 0.01 | 0.45 | 300.99 | 0.75 | 0.32 |
| Hex | 8D | 14 | 8B | 0 | 56 | 1 | 2D | 12D | 4B | 20 |
| Octal | 215 | 24 | 213 | 0 | 126 | 1 | 55 | 455 | 113 | 40 |
| Binary | 10001101 | 10100 | 10001011 | 0 | 1010110 | 1 | 101101 | 100101101 | 1001011 | 100000 |
Color Harmonies of #8D148B
Complementary color
Monochromatic Colors of #8D148B
Black with #8D148B
Text Example
Text Example
White with #8D148B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D148B; }
p { color: rgb(141,20,139); }
H1.HeaderClassName
{
color: #8D148B;
}
.AnyTagClassName
{
color: #8D148B;
}
</style>
background-color css
<style>
a { background-color: #8D148B; }
a { background-color: rgb(141,20,139); }
div.DivClassName
{
background-color: #8D148B;
}
.BgClassName
{
background-color: #8D148B;
}
</style>
border-color css
<style>
span { border-color: #8D148B; }
span { border-color: rgb(141,20,139); }
td.TdClassName
{
border-color: #8D148B;
}
.TagClassName
{
border-color: #8D148B;
}
</style>