Shades of Dark Magenta #8D0493
Tints of Dark Magenta #8D0493
RGB
CMYK
RGB Variations
Color information
#8D0493 (or 0x8D0493) is known color: Dark Magenta. HEX triplet: 8D, 04 and 93. RGB value is (141,4,147). Sum of RGB (Red+Green+Blue) = 141+4+147=292 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.29% from 292); Green value is 4 (1.95% from 255 or 1.37% from 292); Blue value is 147 (57.81% from 255 or 50.34% from 292); Max value from RGB is 147 - color contains mainly: blue. Hex color #8D0493 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D0493 is #72FB6C. Grayscale: #3C3C3C. Windows color (decimal): -7535469 or 9634957. OLE color: 9634957.
HSL color Cylindrical-coordinate representation of color #8D0493: hue angle of 297.48º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8D0493 is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 4 | 147 | - |
| CMYK | 0.04 | 0.97 | 0 | 0.42 |
| HSL | 297.48º | 0.95% | 0.3% | - |
| HSV(B) | 297.48º | 0.97% | 0.58% | - |
| XYZ | 16.29 | 7.86 | 28.26 | - |
| YUV | 61.27 | 176.39 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 4 | 147 | 0.04 | 0.97 | 0 | 0.42 | 297.48 | 0.95 | 0.3 |
| Hex | 8D | 4 | 93 | 4 | 61 | 0 | 2A | 129 | 5F | 1E |
| Octal | 215 | 4 | 223 | 4 | 141 | 0 | 52 | 451 | 137 | 36 |
| Binary | 10001101 | 100 | 10010011 | 100 | 1100001 | 0 | 101010 | 100101001 | 1011111 | 11110 |
Color Harmonies of #8D0493
Complementary color
Monochromatic Colors of #8D0493
Black with #8D0493
Text Example
Text Example
White with #8D0493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0493; }
p { color: rgb(141,4,147); }
H1.HeaderClassName
{
color: #8D0493;
}
.AnyTagClassName
{
color: #8D0493;
}
</style>
background-color css
<style>
a { background-color: #8D0493; }
a { background-color: rgb(141,4,147); }
div.DivClassName
{
background-color: #8D0493;
}
.BgClassName
{
background-color: #8D0493;
}
</style>
border-color css
<style>
span { border-color: #8D0493; }
span { border-color: rgb(141,4,147); }
td.TdClassName
{
border-color: #8D0493;
}
.TagClassName
{
border-color: #8D0493;
}
</style>