Shades of Dark Magenta #870089
Tints of Dark Magenta #870089
RGB
CMYK
RGB Variations
Color information
#870089 (or 0x870089) is known color: Dark Magenta. HEX triplet: 87, 00 and 89. RGB value is (135,0,137). Sum of RGB (Red+Green+Blue) = 135+0+137=272 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.63% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 137 (53.91% from 255 or 50.37% from 272); Max value from RGB is 137 - color contains mainly: blue. Hex color #870089 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870089 is #78FF76. Grayscale: #373737. Windows color (decimal): -7929719 or 8978567. OLE color: 8978567.
HSL color Cylindrical-coordinate representation of color #870089: hue angle of 299.12º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #870089 is Cyan = 0.01, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 135 | 0 | 137 | - |
| CMYK | 0.01 | 1 | 0 | 0.46 |
| HSL | 299.12º | 1% | 0.27% | - |
| HSV(B) | 299.12º | 1% | 0.54% | - |
| XYZ | 14.51 | 6.96 | 24.25 | - |
| YUV | 55.98 | 173.73 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 0 | 137 | 0.01 | 1 | 0 | 0.46 | 299.12 | 1 | 0.27 |
| Hex | 87 | 0 | 89 | 1 | 64 | 0 | 2E | 12B | 64 | 1B |
| Octal | 207 | 0 | 211 | 1 | 144 | 0 | 56 | 453 | 144 | 33 |
| Binary | 10000111 | 0 | 10001001 | 1 | 1100100 | 0 | 101110 | 100101011 | 1100100 | 11011 |
Color Harmonies of #870089
Complementary color
Monochromatic Colors of #870089
Black with #870089
Text Example
Text Example
White with #870089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870089; }
p { color: rgb(135,0,137); }
H1.HeaderClassName
{
color: #870089;
}
.AnyTagClassName
{
color: #870089;
}
</style>
background-color css
<style>
a { background-color: #870089; }
a { background-color: rgb(135,0,137); }
div.DivClassName
{
background-color: #870089;
}
.BgClassName
{
background-color: #870089;
}
</style>
border-color css
<style>
span { border-color: #870089; }
span { border-color: rgb(135,0,137); }
td.TdClassName
{
border-color: #870089;
}
.TagClassName
{
border-color: #870089;
}
</style>