Shades of Dark Magenta #8D0299
Tints of Dark Magenta #8D0299
RGB
CMYK
RGB Variations
Color information
#8D0299 (or 0x8D0299) is known color: Dark Magenta. HEX triplet: 8D, 02 and 99. RGB value is (141,2,153). Sum of RGB (Red+Green+Blue) = 141+2+153=296 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.64% from 296); Green value is 2 (1.17% from 255 or 0.68% from 296); Blue value is 153 (60.16% from 255 or 51.69% from 296); Max value from RGB is 153 - color contains mainly: blue. Hex color #8D0299 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D0299 is #72FD66. Grayscale: #3C3C3C. Windows color (decimal): -7535975 or 10027661. OLE color: 10027661.
HSL color Cylindrical-coordinate representation of color #8D0299: hue angle of 295.23º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D0299 is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 141 | 2 | 153 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.4 |
| HSL | 295.23º | 0.97% | 0.3% | - |
| HSV(B) | 295.23º | 0.99% | 0.6% | - |
| XYZ | 16.76 | 8.01 | 30.8 | - |
| YUV | 60.78 | 180.05 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 2 | 153 | 0.08 | 0.99 | 0 | 0.4 | 295.23 | 0.97 | 0.3 |
| Hex | 8D | 2 | 99 | 8 | 63 | 0 | 28 | 127 | 61 | 1E |
| Octal | 215 | 2 | 231 | 10 | 143 | 0 | 50 | 447 | 141 | 36 |
| Binary | 10001101 | 10 | 10011001 | 1000 | 1100011 | 0 | 101000 | 100100111 | 1100001 | 11110 |
Color Harmonies of #8D0299
Complementary color
Monochromatic Colors of #8D0299
Black with #8D0299
Text Example
Text Example
White with #8D0299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0299; }
p { color: rgb(141,2,153); }
H1.HeaderClassName
{
color: #8D0299;
}
.AnyTagClassName
{
color: #8D0299;
}
</style>
background-color css
<style>
a { background-color: #8D0299; }
a { background-color: rgb(141,2,153); }
div.DivClassName
{
background-color: #8D0299;
}
.BgClassName
{
background-color: #8D0299;
}
</style>
border-color css
<style>
span { border-color: #8D0299; }
span { border-color: rgb(141,2,153); }
td.TdClassName
{
border-color: #8D0299;
}
.TagClassName
{
border-color: #8D0299;
}
</style>