#870785

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

Shades of Dark Magenta #870785

Tints of Dark Magenta #870785

Color information

#870785 (or 0x870785) is unknown color: approx Dark Magenta. HEX triplet: 87, 07 and 85. RGB value is (135,7,133). Sum of RGB (Red+Green+Blue) = 135+7+133=275 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.09% from 275); Green value is 7 (3.12% from 255 or 2.55% from 275); Blue value is 133 (52.34% from 255 or 48.36% from 275); Max value from RGB is 135 - color contains mainly: red. Hex color #870785 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870785 is #78F87A. Grayscale: #3B3B3B. Windows color (decimal): -7927931 or 8718215. OLE color: 8718215.

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

Color convert

RGB1357133-
CMYK00.950.010.47
HSL300.94º90.14%27.84%-
HSV(B)300.94º94.81%52.94%-
XYZ14.3722.79-
YUV59.64169.41181.75-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.09%
GREEN value IS 7 (3.12% from 255) = 2.55%
BLUE value IS 133 (52.34% from 255) = 48.36%
R=49.09%
G=2.55%
B=48.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135713300.950.010.47300.9490.1427.84
Hex8778505F12F12d5a1c
Octal2077205013715745513234
Binary1000011111110000101010111111101111100101101101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870785; }

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

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

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

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

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

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

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

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