Shades of Dark Magenta #8D1D92
Tints of Dark Magenta #8D1D92
RGB
CMYK
RGB Variations
Color information
#8D1D92 (or 0x8D1D92) is known color: Dark Magenta. HEX triplet: 8D, 1D and 92. RGB value is (141,29,146). Sum of RGB (Red+Green+Blue) = 141+29+146=316 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.62% from 316); Green value is 29 (11.72% from 255 or 9.18% from 316); Blue value is 146 (57.42% from 255 or 46.20% from 316); Max value from RGB is 146 - color contains mainly: blue. Hex color #8D1D92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D1D92 is #72E26D. Grayscale: #4B4B4B. Windows color (decimal): -7529070 or 9575821. OLE color: 9575821.
HSL color Cylindrical-coordinate representation of color #8D1D92: hue angle of 297.44º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8D1D92 is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 141 | 29 | 146 | - |
| CMYK | 0.03 | 0.80 | 0 | 0.43 |
| HSL | 297.44º | 0.67% | 0.34% | - |
| HSV(B) | 297.44º | 0.8% | 0.57% | - |
| XYZ | 16.61 | 8.62 | 27.98 | - |
| YUV | 75.83 | 167.61 | 174.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 29 | 146 | 0.03 | 0.80 | 0 | 0.43 | 297.44 | 0.67 | 0.34 |
| Hex | 8D | 1D | 92 | 3 | 50 | 0 | 2B | 129 | 43 | 22 |
| Octal | 215 | 35 | 222 | 3 | 120 | 0 | 53 | 451 | 103 | 42 |
| Binary | 10001101 | 11101 | 10010010 | 11 | 1010000 | 0 | 101011 | 100101001 | 1000011 | 100010 |
Color Harmonies of #8D1D92
Complementary color
Monochromatic Colors of #8D1D92
Black with #8D1D92
Text Example
Text Example
White with #8D1D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1D92; }
p { color: rgb(141,29,146); }
H1.HeaderClassName
{
color: #8D1D92;
}
.AnyTagClassName
{
color: #8D1D92;
}
</style>
background-color css
<style>
a { background-color: #8D1D92; }
a { background-color: rgb(141,29,146); }
div.DivClassName
{
background-color: #8D1D92;
}
.BgClassName
{
background-color: #8D1D92;
}
</style>
border-color css
<style>
span { border-color: #8D1D92; }
span { border-color: rgb(141,29,146); }
td.TdClassName
{
border-color: #8D1D92;
}
.TagClassName
{
border-color: #8D1D92;
}
</style>