Shades of Dark Magenta #8C0887
Tints of Dark Magenta #8C0887
RGB
CMYK
RGB Variations
Color information
#8C0887 (or 0x8C0887) is known color: Dark Magenta. HEX triplet: 8C, 08 and 87. RGB value is (140,8,135). Sum of RGB (Red+Green+Blue) = 140+8+135=283 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.47% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 135 (53.12% from 255 or 47.70% from 283); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0887 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0887 is #73F778. Grayscale: #3D3D3D. Windows color (decimal): -7599993 or 8849548. OLE color: 8849548.
HSL color Cylindrical-coordinate representation of color #8C0887: hue angle of 302.27º 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 #8C0887 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 8 | 135 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.45 |
| HSL | 302.27º | 0.89% | 0.29% | - |
| HSV(B) | 302.27º | 0.94% | 0.55% | - |
| XYZ | 15.28 | 7.5 | 23.56 | - |
| YUV | 61.95 | 169.23 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 8 | 135 | 0 | 0.94 | 0.04 | 0.45 | 302.27 | 0.89 | 0.29 |
| Hex | 8C | 8 | 87 | 0 | 5E | 4 | 2D | 12E | 59 | 1D |
| Octal | 214 | 10 | 207 | 0 | 136 | 4 | 55 | 456 | 131 | 35 |
| Binary | 10001100 | 1000 | 10000111 | 0 | 1011110 | 100 | 101101 | 100101110 | 1011001 | 11101 |
Color Harmonies of #8C0887
Complementary color
Monochromatic Colors of #8C0887
Black with #8C0887
Text Example
Text Example
White with #8C0887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0887; }
p { color: rgb(140,8,135); }
H1.HeaderClassName
{
color: #8C0887;
}
.AnyTagClassName
{
color: #8C0887;
}
</style>
background-color css
<style>
a { background-color: #8C0887; }
a { background-color: rgb(140,8,135); }
div.DivClassName
{
background-color: #8C0887;
}
.BgClassName
{
background-color: #8C0887;
}
</style>
border-color css
<style>
span { border-color: #8C0887; }
span { border-color: rgb(140,8,135); }
td.TdClassName
{
border-color: #8C0887;
}
.TagClassName
{
border-color: #8C0887;
}
</style>