Shades of Dark Magenta #8D0099
Tints of Dark Magenta #8D0099
RGB
CMYK
RGB Variations
Color information
#8D0099 (or 0x8D0099) is known color: Dark Magenta. HEX triplet: 8D, 00 and 99. RGB value is (141,0,153). Sum of RGB (Red+Green+Blue) = 141+0+153=294 (38% of max value = 765). Red value is 141 (55.47% from 255 or 47.96% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 153 (60.16% from 255 or 52.04% from 294); Max value from RGB is 153 - color contains mainly: blue. Hex color #8D0099 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D0099 is #72FF66. Grayscale: #3B3B3B. Windows color (decimal): -7536487 or 10027149. OLE color: 10027149.
HSL color Cylindrical-coordinate representation of color #8D0099: hue angle of 295.29º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8D0099 is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 141 | 0 | 153 | - |
| CMYK | 0.08 | 1 | 0 | 0.4 |
| HSL | 295.29º | 1% | 0.3% | - |
| HSV(B) | 295.29º | 1% | 0.6% | - |
| XYZ | 16.73 | 7.96 | 30.79 | - |
| YUV | 59.6 | 180.71 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 0 | 153 | 0.08 | 1 | 0 | 0.4 | 295.29 | 1 | 0.3 |
| Hex | 8D | 0 | 99 | 8 | 64 | 0 | 28 | 127 | 64 | 1E |
| Octal | 215 | 0 | 231 | 10 | 144 | 0 | 50 | 447 | 144 | 36 |
| Binary | 10001101 | 0 | 10011001 | 1000 | 1100100 | 0 | 101000 | 100100111 | 1100100 | 11110 |
Color Harmonies of #8D0099
Complementary color
Monochromatic Colors of #8D0099
Black with #8D0099
Text Example
Text Example
White with #8D0099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0099; }
p { color: rgb(141,0,153); }
H1.HeaderClassName
{
color: #8D0099;
}
.AnyTagClassName
{
color: #8D0099;
}
</style>
background-color css
<style>
a { background-color: #8D0099; }
a { background-color: rgb(141,0,153); }
div.DivClassName
{
background-color: #8D0099;
}
.BgClassName
{
background-color: #8D0099;
}
</style>
border-color css
<style>
span { border-color: #8D0099; }
span { border-color: rgb(141,0,153); }
td.TdClassName
{
border-color: #8D0099;
}
.TagClassName
{
border-color: #8D0099;
}
</style>