Shades of Dark Magenta #8D1893
Tints of Dark Magenta #8D1893
RGB
CMYK
RGB Variations
Color information
#8D1893 (or 0x8D1893) is known color: Dark Magenta. HEX triplet: 8D, 18 and 93. RGB value is (141,24,147). Sum of RGB (Red+Green+Blue) = 141+24+147=312 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.19% from 312); Green value is 24 (9.77% from 255 or 7.69% from 312); Blue value is 147 (57.81% from 255 or 47.12% from 312); Max value from RGB is 147 - color contains mainly: blue. Hex color #8D1893 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D1893 is #72E76C. Grayscale: #484848. Windows color (decimal): -7530349 or 9640077. OLE color: 9640077.
HSL color Cylindrical-coordinate representation of color #8D1893: hue angle of 297.07º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8D1893 is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 24 | 147 | - |
| CMYK | 0.04 | 0.84 | 0 | 0.42 |
| HSL | 297.07º | 0.72% | 0.34% | - |
| HSV(B) | 297.07º | 0.84% | 0.58% | - |
| XYZ | 16.58 | 8.42 | 28.36 | - |
| YUV | 73.01 | 169.76 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 24 | 147 | 0.04 | 0.84 | 0 | 0.42 | 297.07 | 0.72 | 0.34 |
| Hex | 8D | 18 | 93 | 4 | 54 | 0 | 2A | 129 | 48 | 22 |
| Octal | 215 | 30 | 223 | 4 | 124 | 0 | 52 | 451 | 110 | 42 |
| Binary | 10001101 | 11000 | 10010011 | 100 | 1010100 | 0 | 101010 | 100101001 | 1001000 | 100010 |
Color Harmonies of #8D1893
Complementary color
Monochromatic Colors of #8D1893
Black with #8D1893
Text Example
Text Example
White with #8D1893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1893; }
p { color: rgb(141,24,147); }
H1.HeaderClassName
{
color: #8D1893;
}
.AnyTagClassName
{
color: #8D1893;
}
</style>
background-color css
<style>
a { background-color: #8D1893; }
a { background-color: rgb(141,24,147); }
div.DivClassName
{
background-color: #8D1893;
}
.BgClassName
{
background-color: #8D1893;
}
</style>
border-color css
<style>
span { border-color: #8D1893; }
span { border-color: rgb(141,24,147); }
td.TdClassName
{
border-color: #8D1893;
}
.TagClassName
{
border-color: #8D1893;
}
</style>