Shades of Dark Magenta #870385
Tints of Dark Magenta #870385
RGB
CMYK
RGB Variations
Color information
#870385 (or 0x870385) is known color: Dark Magenta. HEX triplet: 87, 03 and 85. RGB value is (135,3,133). Sum of RGB (Red+Green+Blue) = 135+3+133=271 (35% of max value = 765). Red value is 135 (53.12% from 255 or 49.82% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 133 (52.34% from 255 or 49.08% from 271); Max value from RGB is 135 - color contains mainly: red. Hex color #870385 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870385 is #78FC7A. Grayscale: #383838. Windows color (decimal): -7928955 or 8717191. OLE color: 8717191.
HSL color Cylindrical-coordinate representation of color #870385: hue angle of 300.91º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #870385 is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 3 | 133 | - |
| CMYK | 0 | 0.98 | 0.01 | 0.47 |
| HSL | 300.91º | 0.96% | 0.27% | - |
| HSV(B) | 300.91º | 0.98% | 0.53% | - |
| XYZ | 14.26 | 6.91 | 22.77 | - |
| YUV | 57.29 | 170.73 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 3 | 133 | 0 | 0.98 | 0.01 | 0.47 | 300.91 | 0.96 | 0.27 |
| Hex | 87 | 3 | 85 | 0 | 62 | 1 | 2F | 12D | 60 | 1B |
| Octal | 207 | 3 | 205 | 0 | 142 | 1 | 57 | 455 | 140 | 33 |
| Binary | 10000111 | 11 | 10000101 | 0 | 1100010 | 1 | 101111 | 100101101 | 1100000 | 11011 |
Color Harmonies of #870385
Complementary color
Monochromatic Colors of #870385
Black with #870385
Text Example
Text Example
White with #870385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870385; }
p { color: rgb(135,3,133); }
H1.HeaderClassName
{
color: #870385;
}
.AnyTagClassName
{
color: #870385;
}
</style>
background-color css
<style>
a { background-color: #870385; }
a { background-color: rgb(135,3,133); }
div.DivClassName
{
background-color: #870385;
}
.BgClassName
{
background-color: #870385;
}
</style>
border-color css
<style>
span { border-color: #870385; }
span { border-color: rgb(135,3,133); }
td.TdClassName
{
border-color: #870385;
}
.TagClassName
{
border-color: #870385;
}
</style>