Shades of Dark Magenta #8D0596
Tints of Dark Magenta #8D0596
RGB
CMYK
RGB Variations
Color information
#8D0596 (or 0x8D0596) is known color: Dark Magenta. HEX triplet: 8D, 05 and 96. RGB value is (141,5,150). Sum of RGB (Red+Green+Blue) = 141+5+150=296 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.64% from 296); Green value is 5 (2.34% from 255 or 1.69% from 296); Blue value is 150 (58.98% from 255 or 50.68% from 296); Max value from RGB is 150 - color contains mainly: blue. Hex color #8D0596 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D0596 is #72FA69. Grayscale: #3D3D3D. Windows color (decimal): -7535210 or 9831821. OLE color: 9831821.
HSL color Cylindrical-coordinate representation of color #8D0596: hue angle of 296.28º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8D0596 is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 141 | 5 | 150 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.41 |
| HSL | 296.28º | 0.94% | 0.3% | - |
| HSV(B) | 296.28º | 0.97% | 0.59% | - |
| XYZ | 16.54 | 7.97 | 29.52 | - |
| YUV | 62.19 | 177.56 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 5 | 150 | 0.06 | 0.97 | 0 | 0.41 | 296.28 | 0.94 | 0.3 |
| Hex | 8D | 5 | 96 | 6 | 61 | 0 | 29 | 128 | 5E | 1E |
| Octal | 215 | 5 | 226 | 6 | 141 | 0 | 51 | 450 | 136 | 36 |
| Binary | 10001101 | 101 | 10010110 | 110 | 1100001 | 0 | 101001 | 100101000 | 1011110 | 11110 |
Color Harmonies of #8D0596
Complementary color
Monochromatic Colors of #8D0596
Black with #8D0596
Text Example
Text Example
White with #8D0596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0596; }
p { color: rgb(141,5,150); }
H1.HeaderClassName
{
color: #8D0596;
}
.AnyTagClassName
{
color: #8D0596;
}
</style>
background-color css
<style>
a { background-color: #8D0596; }
a { background-color: rgb(141,5,150); }
div.DivClassName
{
background-color: #8D0596;
}
.BgClassName
{
background-color: #8D0596;
}
</style>
border-color css
<style>
span { border-color: #8D0596; }
span { border-color: rgb(141,5,150); }
td.TdClassName
{
border-color: #8D0596;
}
.TagClassName
{
border-color: #8D0596;
}
</style>