Shades of Dark Magenta #8D0288
Tints of Dark Magenta #8D0288
RGB
CMYK
RGB Variations
Color information
#8D0288 (or 0x8D0288) is known color: Dark Magenta. HEX triplet: 8D, 02 and 88. RGB value is (141,2,136). Sum of RGB (Red+Green+Blue) = 141+2+136=279 (36% of max value = 765). Red value is 141 (55.47% from 255 or 50.54% from 279); Green value is 2 (1.17% from 255 or 0.72% from 279); Blue value is 136 (53.52% from 255 or 48.75% from 279); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0288 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D0288 is #72FD77. Grayscale: #3A3A3A. Windows color (decimal): -7535992 or 8913549. OLE color: 8913549.
HSL color Cylindrical-coordinate representation of color #8D0288: hue angle of 302.16º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D0288 is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 2 | 136 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.45 |
| HSL | 302.16º | 0.97% | 0.28% | - |
| HSV(B) | 302.16º | 0.99% | 0.55% | - |
| XYZ | 15.45 | 7.48 | 23.92 | - |
| YUV | 58.84 | 171.55 | 186.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 2 | 136 | 0 | 0.99 | 0.04 | 0.45 | 302.16 | 0.97 | 0.28 |
| Hex | 8D | 2 | 88 | 0 | 63 | 4 | 2D | 12E | 61 | 1C |
| Octal | 215 | 2 | 210 | 0 | 143 | 4 | 55 | 456 | 141 | 34 |
| Binary | 10001101 | 10 | 10001000 | 0 | 1100011 | 100 | 101101 | 100101110 | 1100001 | 11100 |
Color Harmonies of #8D0288
Complementary color
Monochromatic Colors of #8D0288
Black with #8D0288
Text Example
Text Example
White with #8D0288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0288; }
p { color: rgb(141,2,136); }
H1.HeaderClassName
{
color: #8D0288;
}
.AnyTagClassName
{
color: #8D0288;
}
</style>
background-color css
<style>
a { background-color: #8D0288; }
a { background-color: rgb(141,2,136); }
div.DivClassName
{
background-color: #8D0288;
}
.BgClassName
{
background-color: #8D0288;
}
</style>
border-color css
<style>
span { border-color: #8D0288; }
span { border-color: rgb(141,2,136); }
td.TdClassName
{
border-color: #8D0288;
}
.TagClassName
{
border-color: #8D0288;
}
</style>