Shades of Dark Magenta #870684
Tints of Dark Magenta #870684
RGB
CMYK
RGB Variations
Color information
#870684 (or 0x870684) is known color: Dark Magenta. HEX triplet: 87, 06 and 84. RGB value is (135,6,132). Sum of RGB (Red+Green+Blue) = 135+6+132=273 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.45% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 132 (51.95% from 255 or 48.35% from 273); Max value from RGB is 135 - color contains mainly: red. Hex color #870684 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870684 is #78F97B. Grayscale: #3A3A3A. Windows color (decimal): -7928188 or 8652423. OLE color: 8652423.
HSL color Cylindrical-coordinate representation of color #870684: hue angle of 301.4º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #870684 is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 6 | 132 | - |
| CMYK | 0 | 0.96 | 0.02 | 0.47 |
| HSL | 301.4º | 0.91% | 0.28% | - |
| HSV(B) | 301.4º | 0.96% | 0.53% | - |
| XYZ | 14.22 | 6.95 | 22.42 | - |
| YUV | 58.94 | 169.24 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 6 | 132 | 0 | 0.96 | 0.02 | 0.47 | 301.4 | 0.91 | 0.28 |
| Hex | 87 | 6 | 84 | 0 | 60 | 2 | 2F | 12D | 5B | 1C |
| Octal | 207 | 6 | 204 | 0 | 140 | 2 | 57 | 455 | 133 | 34 |
| Binary | 10000111 | 110 | 10000100 | 0 | 1100000 | 10 | 101111 | 100101101 | 1011011 | 11100 |
Color Harmonies of #870684
Complementary color
Monochromatic Colors of #870684
Black with #870684
Text Example
Text Example
White with #870684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870684; }
p { color: rgb(135,6,132); }
H1.HeaderClassName
{
color: #870684;
}
.AnyTagClassName
{
color: #870684;
}
</style>
background-color css
<style>
a { background-color: #870684; }
a { background-color: rgb(135,6,132); }
div.DivClassName
{
background-color: #870684;
}
.BgClassName
{
background-color: #870684;
}
</style>
border-color css
<style>
span { border-color: #870684; }
span { border-color: rgb(135,6,132); }
td.TdClassName
{
border-color: #870684;
}
.TagClassName
{
border-color: #870684;
}
</style>