Shades of Dark Magenta #870C85
Tints of Dark Magenta #870C85
RGB
CMYK
RGB Variations
Color information
#870C85 (or 0x870C85) is known color: Dark Magenta. HEX triplet: 87, 0C and 85. RGB value is (135,12,133). Sum of RGB (Red+Green+Blue) = 135+12+133=280 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.21% from 280); Green value is 12 (5.08% from 255 or 4.29% from 280); Blue value is 133 (52.34% from 255 or 47.5% from 280); Max value from RGB is 135 - color contains mainly: red. Hex color #870C85 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870C85 is #78F37A. Grayscale: #3E3E3E. Windows color (decimal): -7926651 or 8719495. OLE color: 8719495.
HSL color Cylindrical-coordinate representation of color #870C85: hue angle of 300.98º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #870C85 is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 12 | 133 | - |
| CMYK | 0 | 0.91 | 0.01 | 0.47 |
| HSL | 300.98º | 0.84% | 0.29% | - |
| HSV(B) | 300.98º | 0.91% | 0.53% | - |
| XYZ | 14.36 | 7.11 | 22.81 | - |
| YUV | 62.57 | 167.75 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 12 | 133 | 0 | 0.91 | 0.01 | 0.47 | 300.98 | 0.84 | 0.29 |
| Hex | 87 | C | 85 | 0 | 5B | 1 | 2F | 12D | 54 | 1D |
| Octal | 207 | 14 | 205 | 0 | 133 | 1 | 57 | 455 | 124 | 35 |
| Binary | 10000111 | 1100 | 10000101 | 0 | 1011011 | 1 | 101111 | 100101101 | 1010100 | 11101 |
Color Harmonies of #870C85
Complementary color
Monochromatic Colors of #870C85
Black with #870C85
Text Example
Text Example
White with #870C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870C85; }
p { color: rgb(135,12,133); }
H1.HeaderClassName
{
color: #870C85;
}
.AnyTagClassName
{
color: #870C85;
}
</style>
background-color css
<style>
a { background-color: #870C85; }
a { background-color: rgb(135,12,133); }
div.DivClassName
{
background-color: #870C85;
}
.BgClassName
{
background-color: #870C85;
}
</style>
border-color css
<style>
span { border-color: #870C85; }
span { border-color: rgb(135,12,133); }
td.TdClassName
{
border-color: #870C85;
}
.TagClassName
{
border-color: #870C85;
}
</style>