Shades of Dark Magenta #8C0785
Tints of Dark Magenta #8C0785
RGB
CMYK
RGB Variations
Color information
#8C0785 (or 0x8C0785) is known color: Dark Magenta. HEX triplet: 8C, 07 and 85. RGB value is (140,7,133). Sum of RGB (Red+Green+Blue) = 140+7+133=280 (37% of max value = 765). Red value is 140 (55.08% from 255 or 50% from 280); Green value is 7 (3.12% from 255 or 2.5% from 280); Blue value is 133 (52.34% from 255 or 47.5% from 280); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0785 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0785 is #73F87A. Grayscale: #3C3C3C. Windows color (decimal): -7600251 or 8718220. OLE color: 8718220.
HSL color Cylindrical-coordinate representation of color #8C0785: hue angle of 303.16º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8C0785 is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 7 | 133 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.45 |
| HSL | 303.16º | 0.9% | 0.29% | - |
| HSV(B) | 303.16º | 0.95% | 0.55% | - |
| XYZ | 15.12 | 7.42 | 22.83 | - |
| YUV | 61.13 | 168.56 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 7 | 133 | 0 | 0.95 | 0.05 | 0.45 | 303.16 | 0.9 | 0.29 |
| Hex | 8C | 7 | 85 | 0 | 5F | 5 | 2D | 12F | 5A | 1D |
| Octal | 214 | 7 | 205 | 0 | 137 | 5 | 55 | 457 | 132 | 35 |
| Binary | 10001100 | 111 | 10000101 | 0 | 1011111 | 101 | 101101 | 100101111 | 1011010 | 11101 |
Color Harmonies of #8C0785
Complementary color
Monochromatic Colors of #8C0785
Black with #8C0785
Text Example
Text Example
White with #8C0785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0785; }
p { color: rgb(140,7,133); }
H1.HeaderClassName
{
color: #8C0785;
}
.AnyTagClassName
{
color: #8C0785;
}
</style>
background-color css
<style>
a { background-color: #8C0785; }
a { background-color: rgb(140,7,133); }
div.DivClassName
{
background-color: #8C0785;
}
.BgClassName
{
background-color: #8C0785;
}
</style>
border-color css
<style>
span { border-color: #8C0785; }
span { border-color: rgb(140,7,133); }
td.TdClassName
{
border-color: #8C0785;
}
.TagClassName
{
border-color: #8C0785;
}
</style>