#870D85

Color #870D85 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #870D85

Tints of Dark Magenta #870D85

Color information

#870D85 (or 0x870D85) is unknown color: approx Dark Magenta. HEX triplet: 87, 0D and 85. RGB value is (135,13,133). Sum of RGB (Red+Green+Blue) = 135+13+133=281 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.04% from 281); Green value is 13 (5.47% from 255 or 4.63% from 281); Blue value is 133 (52.34% from 255 or 47.33% from 281); Max value from RGB is 135 - color contains mainly: red. Hex color #870D85 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870D85 is #78F27A. Grayscale: #3E3E3E. Windows color (decimal): -7926395 or 8719751. OLE color: 8719751.

HSL color Cylindrical-coordinate representation of color #870D85: hue angle of 300.98º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #870D85 is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB13513133-
CMYK00.900.010.47
HSL300.98º82.43%29.02%-
HSV(B)300.98º90.37%52.94%-
XYZ14.377.1322.81-
YUV63.16167.42179.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 48.04%
GREEN value IS 13 (5.47% from 255) = 4.63%
BLUE value IS 133 (52.34% from 255) = 47.33%
R=48.04%
G=4.63%
B=47.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351313300.900.010.47300.9882.4329.02
Hex87D8505A12F12d521d
Octal20715205013215745512235
Binary10000111110110000101010110101101111100101101101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870D85; }

 p { color: rgb(135,13,133); }

 H1.HeaderClassName
 {
   color: #870D85;
 }
 .AnyTagClassName
 {
   color: #870D85;
 }
</style>
background-color css

<style>
 a { background-color: #870D85; }

 a { background-color: rgb(135,13,133); }

 div.DivClassName
 {
   background-color: #870D85;
 }
 .BgClassName
 {
   background-color: #870D85;
 }
</style>
border-color css

<style>
 span { border-color: #870D85; }

 span { border-color: rgb(135,13,133); }

 td.TdClassName
 {
   border-color: #870D85;
 }
 .TagClassName
 {
   border-color: #870D85;
 }
</style>