Shades of Dark Magenta #8C0282
Tints of Dark Magenta #8C0282
RGB
CMYK
RGB Variations
Color information
#8C0282 (or 0x8C0282) is known color: Dark Magenta. HEX triplet: 8C, 02 and 82. RGB value is (140,2,130). Sum of RGB (Red+Green+Blue) = 140+2+130=272 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.47% from 272); Green value is 2 (1.17% from 255 or 0.74% from 272); Blue value is 130 (51.17% from 255 or 47.79% from 272); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0282 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0282 is #73FD7D. Grayscale: #393939. Windows color (decimal): -7601534 or 8520332. OLE color: 8520332.
HSL color Cylindrical-coordinate representation of color #8C0282: hue angle of 304.35º 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 #8C0282 is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 2 | 130 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.45 |
| HSL | 304.35º | 0.97% | 0.28% | - |
| HSV(B) | 304.35º | 0.99% | 0.55% | - |
| XYZ | 14.87 | 7.23 | 21.73 | - |
| YUV | 57.85 | 168.72 | 186.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 2 | 130 | 0 | 0.99 | 0.07 | 0.45 | 304.35 | 0.97 | 0.28 |
| Hex | 8C | 2 | 82 | 0 | 63 | 7 | 2D | 130 | 61 | 1C |
| Octal | 214 | 2 | 202 | 0 | 143 | 7 | 55 | 460 | 141 | 34 |
| Binary | 10001100 | 10 | 10000010 | 0 | 1100011 | 111 | 101101 | 100110000 | 1100001 | 11100 |
Color Harmonies of #8C0282
Complementary color
Monochromatic Colors of #8C0282
Black with #8C0282
Text Example
Text Example
White with #8C0282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0282; }
p { color: rgb(140,2,130); }
H1.HeaderClassName
{
color: #8C0282;
}
.AnyTagClassName
{
color: #8C0282;
}
</style>
background-color css
<style>
a { background-color: #8C0282; }
a { background-color: rgb(140,2,130); }
div.DivClassName
{
background-color: #8C0282;
}
.BgClassName
{
background-color: #8C0282;
}
</style>
border-color css
<style>
span { border-color: #8C0282; }
span { border-color: rgb(140,2,130); }
td.TdClassName
{
border-color: #8C0282;
}
.TagClassName
{
border-color: #8C0282;
}
</style>