Shades of Dark Magenta #8D028C
Tints of Dark Magenta #8D028C
RGB
CMYK
RGB Variations
Color information
#8D028C (or 0x8D028C) is known color: Dark Magenta. HEX triplet: 8D, 02 and 8C. RGB value is (141,2,140). Sum of RGB (Red+Green+Blue) = 141+2+140=283 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.82% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 140 (55.08% from 255 or 49.47% from 283); Max value from RGB is 141 - color contains mainly: red. Hex color #8D028C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D028C is #72FD73. Grayscale: #3A3A3A. Windows color (decimal): -7535988 or 9175693. OLE color: 9175693.
HSL color Cylindrical-coordinate representation of color #8D028C: hue angle of 300.43º 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 #8D028C is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 2 | 140 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.45 |
| HSL | 300.43º | 0.97% | 0.28% | - |
| HSV(B) | 300.43º | 0.99% | 0.55% | - |
| XYZ | 15.74 | 7.6 | 25.45 | - |
| YUV | 59.29 | 173.55 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 2 | 140 | 0 | 0.99 | 0.01 | 0.45 | 300.43 | 0.97 | 0.28 |
| Hex | 8D | 2 | 8C | 0 | 63 | 1 | 2D | 12C | 61 | 1C |
| Octal | 215 | 2 | 214 | 0 | 143 | 1 | 55 | 454 | 141 | 34 |
| Binary | 10001101 | 10 | 10001100 | 0 | 1100011 | 1 | 101101 | 100101100 | 1100001 | 11100 |
Color Harmonies of #8D028C
Complementary color
Monochromatic Colors of #8D028C
Black with #8D028C
Text Example
Text Example
White with #8D028C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D028C; }
p { color: rgb(141,2,140); }
H1.HeaderClassName
{
color: #8D028C;
}
.AnyTagClassName
{
color: #8D028C;
}
</style>
background-color css
<style>
a { background-color: #8D028C; }
a { background-color: rgb(141,2,140); }
div.DivClassName
{
background-color: #8D028C;
}
.BgClassName
{
background-color: #8D028C;
}
</style>
border-color css
<style>
span { border-color: #8D028C; }
span { border-color: rgb(141,2,140); }
td.TdClassName
{
border-color: #8D028C;
}
.TagClassName
{
border-color: #8D028C;
}
</style>