Shades of Dark Magenta #8D0083
Tints of Dark Magenta #8D0083
RGB
CMYK
RGB Variations
Color information
#8D0083 (or 0x8D0083) is known color: Dark Magenta. HEX triplet: 8D, 00 and 83. RGB value is (141,0,131). Sum of RGB (Red+Green+Blue) = 141+0+131=272 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.84% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 131 (51.56% from 255 or 48.16% from 272); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0083 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D0083 is #72FF7C. Grayscale: #383838. Windows color (decimal): -7536509 or 8585357. OLE color: 8585357.
HSL color Cylindrical-coordinate representation of color #8D0083: hue angle of 304.26º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8D0083 is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 0 | 131 | - |
| CMYK | 0 | 1 | 0.07 | 0.45 |
| HSL | 304.26º | 1% | 0.28% | - |
| HSV(B) | 304.26º | 1% | 0.55% | - |
| XYZ | 15.08 | 7.3 | 22.09 | - |
| YUV | 57.09 | 169.71 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 0 | 131 | 0 | 1 | 0.07 | 0.45 | 304.26 | 1 | 0.28 |
| Hex | 8D | 0 | 83 | 0 | 64 | 7 | 2D | 130 | 64 | 1C |
| Octal | 215 | 0 | 203 | 0 | 144 | 7 | 55 | 460 | 144 | 34 |
| Binary | 10001101 | 0 | 10000011 | 0 | 1100100 | 111 | 101101 | 100110000 | 1100100 | 11100 |
Color Harmonies of #8D0083
Complementary color
Monochromatic Colors of #8D0083
Black with #8D0083
Text Example
Text Example
White with #8D0083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0083; }
p { color: rgb(141,0,131); }
H1.HeaderClassName
{
color: #8D0083;
}
.AnyTagClassName
{
color: #8D0083;
}
</style>
background-color css
<style>
a { background-color: #8D0083; }
a { background-color: rgb(141,0,131); }
div.DivClassName
{
background-color: #8D0083;
}
.BgClassName
{
background-color: #8D0083;
}
</style>
border-color css
<style>
span { border-color: #8D0083; }
span { border-color: rgb(141,0,131); }
td.TdClassName
{
border-color: #8D0083;
}
.TagClassName
{
border-color: #8D0083;
}
</style>