Shades of Dark Magenta #8C0882
Tints of Dark Magenta #8C0882
RGB
CMYK
RGB Variations
Color information
#8C0882 (or 0x8C0882) is known color: Dark Magenta. HEX triplet: 8C, 08 and 82. RGB value is (140,8,130). Sum of RGB (Red+Green+Blue) = 140+8+130=278 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.36% from 278); Green value is 8 (3.52% from 255 or 2.88% from 278); Blue value is 130 (51.17% from 255 or 46.76% from 278); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0882 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0882 is #73F77D. Grayscale: #3D3D3D. Windows color (decimal): -7599998 or 8521868. OLE color: 8521868.
HSL color Cylindrical-coordinate representation of color #8C0882: hue angle of 304.55º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C0882 is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 8 | 130 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.45 |
| HSL | 304.55º | 0.89% | 0.29% | - |
| HSV(B) | 304.55º | 0.94% | 0.55% | - |
| XYZ | 14.93 | 7.36 | 21.75 | - |
| YUV | 61.38 | 166.73 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 8 | 130 | 0 | 0.94 | 0.07 | 0.45 | 304.55 | 0.89 | 0.29 |
| Hex | 8C | 8 | 82 | 0 | 5E | 7 | 2D | 131 | 59 | 1D |
| Octal | 214 | 10 | 202 | 0 | 136 | 7 | 55 | 461 | 131 | 35 |
| Binary | 10001100 | 1000 | 10000010 | 0 | 1011110 | 111 | 101101 | 100110001 | 1011001 | 11101 |
Color Harmonies of #8C0882
Complementary color
Monochromatic Colors of #8C0882
Black with #8C0882
Text Example
Text Example
White with #8C0882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0882; }
p { color: rgb(140,8,130); }
H1.HeaderClassName
{
color: #8C0882;
}
.AnyTagClassName
{
color: #8C0882;
}
</style>
background-color css
<style>
a { background-color: #8C0882; }
a { background-color: rgb(140,8,130); }
div.DivClassName
{
background-color: #8C0882;
}
.BgClassName
{
background-color: #8C0882;
}
</style>
border-color css
<style>
span { border-color: #8C0882; }
span { border-color: rgb(140,8,130); }
td.TdClassName
{
border-color: #8C0882;
}
.TagClassName
{
border-color: #8C0882;
}
</style>