Shades of Dark Magenta #870184
Tints of Dark Magenta #870184
RGB
CMYK
RGB Variations
Color information
#870184 (or 0x870184) is known color: Dark Magenta. HEX triplet: 87, 01 and 84. RGB value is (135,1,132). Sum of RGB (Red+Green+Blue) = 135+1+132=268 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.37% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 132 (51.95% from 255 or 49.25% from 268); Max value from RGB is 135 - color contains mainly: red. Hex color #870184 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870184 is #78FE7B. Grayscale: #373737. Windows color (decimal): -7929468 or 8651143. OLE color: 8651143.
HSL color Cylindrical-coordinate representation of color #870184: hue angle of 301.34º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #870184 is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 1 | 132 | - |
| CMYK | 0 | 0.99 | 0.02 | 0.47 |
| HSL | 301.34º | 0.99% | 0.27% | - |
| HSV(B) | 301.34º | 0.99% | 0.53% | - |
| XYZ | 14.17 | 6.84 | 22.4 | - |
| YUV | 56 | 170.89 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 1 | 132 | 0 | 0.99 | 0.02 | 0.47 | 301.34 | 0.99 | 0.27 |
| Hex | 87 | 1 | 84 | 0 | 63 | 2 | 2F | 12D | 63 | 1B |
| Octal | 207 | 1 | 204 | 0 | 143 | 2 | 57 | 455 | 143 | 33 |
| Binary | 10000111 | 1 | 10000100 | 0 | 1100011 | 10 | 101111 | 100101101 | 1100011 | 11011 |
Color Harmonies of #870184
Complementary color
Monochromatic Colors of #870184
Black with #870184
Text Example
Text Example
White with #870184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870184; }
p { color: rgb(135,1,132); }
H1.HeaderClassName
{
color: #870184;
}
.AnyTagClassName
{
color: #870184;
}
</style>
background-color css
<style>
a { background-color: #870184; }
a { background-color: rgb(135,1,132); }
div.DivClassName
{
background-color: #870184;
}
.BgClassName
{
background-color: #870184;
}
</style>
border-color css
<style>
span { border-color: #870184; }
span { border-color: rgb(135,1,132); }
td.TdClassName
{
border-color: #870184;
}
.TagClassName
{
border-color: #870184;
}
</style>