Shades of Dark Magenta #8C0286
Tints of Dark Magenta #8C0286
RGB
CMYK
RGB Variations
Color information
#8C0286 (or 0x8C0286) is known color: Dark Magenta. HEX triplet: 8C, 02 and 86. RGB value is (140,2,134). Sum of RGB (Red+Green+Blue) = 140+2+134=276 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.72% from 276); Green value is 2 (1.17% from 255 or 0.72% from 276); Blue value is 134 (52.73% from 255 or 48.55% from 276); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0286 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0286 is #73FD79. Grayscale: #393939. Windows color (decimal): -7601530 or 8782476. OLE color: 8782476.
HSL color Cylindrical-coordinate representation of color #8C0286: hue angle of 302.61º 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 #8C0286 is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 2 | 134 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.45 |
| HSL | 302.61º | 0.97% | 0.28% | - |
| HSV(B) | 302.61º | 0.99% | 0.55% | - |
| XYZ | 15.14 | 7.34 | 23.17 | - |
| YUV | 58.31 | 170.72 | 186.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 2 | 134 | 0 | 0.99 | 0.04 | 0.45 | 302.61 | 0.97 | 0.28 |
| Hex | 8C | 2 | 86 | 0 | 63 | 4 | 2D | 12F | 61 | 1C |
| Octal | 214 | 2 | 206 | 0 | 143 | 4 | 55 | 457 | 141 | 34 |
| Binary | 10001100 | 10 | 10000110 | 0 | 1100011 | 100 | 101101 | 100101111 | 1100001 | 11100 |
Color Harmonies of #8C0286
Complementary color
Monochromatic Colors of #8C0286
Black with #8C0286
Text Example
Text Example
White with #8C0286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0286; }
p { color: rgb(140,2,134); }
H1.HeaderClassName
{
color: #8C0286;
}
.AnyTagClassName
{
color: #8C0286;
}
</style>
background-color css
<style>
a { background-color: #8C0286; }
a { background-color: rgb(140,2,134); }
div.DivClassName
{
background-color: #8C0286;
}
.BgClassName
{
background-color: #8C0286;
}
</style>
border-color css
<style>
span { border-color: #8C0286; }
span { border-color: rgb(140,2,134); }
td.TdClassName
{
border-color: #8C0286;
}
.TagClassName
{
border-color: #8C0286;
}
</style>