Shades of Dark Magenta #8D1A8F
Tints of Dark Magenta #8D1A8F
RGB
CMYK
RGB Variations
Color information
#8D1A8F (or 0x8D1A8F) is known color: Dark Magenta. HEX triplet: 8D, 1A and 8F. RGB value is (141,26,143). Sum of RGB (Red+Green+Blue) = 141+26+143=310 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.48% from 310); Green value is 26 (10.55% from 255 or 8.39% from 310); Blue value is 143 (56.25% from 255 or 46.13% from 310); Max value from RGB is 143 - color contains mainly: blue. Hex color #8D1A8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D1A8F is #72E570. Grayscale: #494949. Windows color (decimal): -7529841 or 9378445. OLE color: 9378445.
HSL color Cylindrical-coordinate representation of color #8D1A8F: hue angle of 298.97º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8D1A8F is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 141 | 26 | 143 | - |
| CMYK | 0.01 | 0.82 | 0 | 0.44 |
| HSL | 298.97º | 0.69% | 0.33% | - |
| HSV(B) | 298.97º | 0.82% | 0.56% | - |
| XYZ | 16.31 | 8.38 | 26.75 | - |
| YUV | 73.72 | 167.1 | 175.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 26 | 143 | 0.01 | 0.82 | 0 | 0.44 | 298.97 | 0.69 | 0.33 |
| Hex | 8D | 1A | 8F | 1 | 52 | 0 | 2C | 12B | 45 | 21 |
| Octal | 215 | 32 | 217 | 1 | 122 | 0 | 54 | 453 | 105 | 41 |
| Binary | 10001101 | 11010 | 10001111 | 1 | 1010010 | 0 | 101100 | 100101011 | 1000101 | 100001 |
Color Harmonies of #8D1A8F
Complementary color
Monochromatic Colors of #8D1A8F
Black with #8D1A8F
Text Example
Text Example
White with #8D1A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1A8F; }
p { color: rgb(141,26,143); }
H1.HeaderClassName
{
color: #8D1A8F;
}
.AnyTagClassName
{
color: #8D1A8F;
}
</style>
background-color css
<style>
a { background-color: #8D1A8F; }
a { background-color: rgb(141,26,143); }
div.DivClassName
{
background-color: #8D1A8F;
}
.BgClassName
{
background-color: #8D1A8F;
}
</style>
border-color css
<style>
span { border-color: #8D1A8F; }
span { border-color: rgb(141,26,143); }
td.TdClassName
{
border-color: #8D1A8F;
}
.TagClassName
{
border-color: #8D1A8F;
}
</style>