#870385

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

Shades of Dark Magenta #870385

Tints of Dark Magenta #870385

Color information

#870385 (or 0x870385) is unknown color: approx 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

RGB1353133-
CMYK00.980.010.47
HSL300.91º95.65%27.06%-
HSV(B)300.91º97.78%52.94%-
XYZ14.266.9122.77-
YUV57.29170.73183.43-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.82%
GREEN value IS 3 (1.56% from 255) = 1.11%
BLUE value IS 133 (52.34% from 255) = 49.08%
R=49.82%
G=1.11%
B=49.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135313300.980.010.47300.9195.6527.06
Hex8738506212F12d601b
Octal2073205014215745514033
Binary100001111110000101011000101101111100101101110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>