Shades of Dark Magenta #8D0497
Tints of Dark Magenta #8D0497
RGB
CMYK
RGB Variations
Color information
#8D0497 (or 0x8D0497) is known color: Dark Magenta. HEX triplet: 8D, 04 and 97. RGB value is (141,4,151). Sum of RGB (Red+Green+Blue) = 141+4+151=296 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.64% from 296); Green value is 4 (1.95% from 255 or 1.35% from 296); Blue value is 151 (59.38% from 255 or 51.01% from 296); Max value from RGB is 151 - color contains mainly: blue. Hex color #8D0497 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D0497 is #72FB68. Grayscale: #3D3D3D. Windows color (decimal): -7535465 or 9897101. OLE color: 9897101.
HSL color Cylindrical-coordinate representation of color #8D0497: hue angle of 295.92º degrees, saturation: 0.95, 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 #8D0497 is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 141 | 4 | 151 | - |
| CMYK | 0.07 | 0.97 | 0 | 0.41 |
| HSL | 295.92º | 0.95% | 0.3% | - |
| HSV(B) | 295.92º | 0.97% | 0.59% | - |
| XYZ | 16.61 | 7.98 | 29.94 | - |
| YUV | 61.72 | 178.39 | 184.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 4 | 151 | 0.07 | 0.97 | 0 | 0.41 | 295.92 | 0.95 | 0.3 |
| Hex | 8D | 4 | 97 | 7 | 61 | 0 | 29 | 128 | 5F | 1E |
| Octal | 215 | 4 | 227 | 7 | 141 | 0 | 51 | 450 | 137 | 36 |
| Binary | 10001101 | 100 | 10010111 | 111 | 1100001 | 0 | 101001 | 100101000 | 1011111 | 11110 |
Color Harmonies of #8D0497
Complementary color
Monochromatic Colors of #8D0497
Black with #8D0497
Text Example
Text Example
White with #8D0497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0497; }
p { color: rgb(141,4,151); }
H1.HeaderClassName
{
color: #8D0497;
}
.AnyTagClassName
{
color: #8D0497;
}
</style>
background-color css
<style>
a { background-color: #8D0497; }
a { background-color: rgb(141,4,151); }
div.DivClassName
{
background-color: #8D0497;
}
.BgClassName
{
background-color: #8D0497;
}
</style>
border-color css
<style>
span { border-color: #8D0497; }
span { border-color: rgb(141,4,151); }
td.TdClassName
{
border-color: #8D0497;
}
.TagClassName
{
border-color: #8D0497;
}
</style>