#860785

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

Shades of Dark Magenta #860785

Tints of Dark Magenta #860785

Color information

#860785 (or 0x860785) is unknown color: approx Dark Magenta. HEX triplet: 86, 07 and 85. RGB value is (134,7,133). Sum of RGB (Red+Green+Blue) = 134+7+133=274 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.91% from 274); Green value is 7 (3.12% from 255 or 2.55% from 274); Blue value is 133 (52.34% from 255 or 48.54% from 274); Max value from RGB is 134 - color contains mainly: red. Hex color #860785 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860785 is #79F87A. Grayscale: #3A3A3A. Windows color (decimal): -7993467 or 8718214. OLE color: 8718214.

HSL color Cylindrical-coordinate representation of color #860785: hue angle of 300.47º 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 #860785 is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB1347133-
CMYK00.950.010.47
HSL300.47º90.07%27.65%-
HSV(B)300.47º94.78%52.55%-
XYZ14.146.9122.78-
YUV59.34169.58181.25-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.91%
GREEN value IS 7 (3.12% from 255) = 2.55%
BLUE value IS 133 (52.34% from 255) = 48.54%
R=48.91%
G=2.55%
B=48.54%

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
Decimal134713300.950.010.47300.4790.0727.65
Hex8678505F12F12c5a1c
Octal2067205013715745413234
Binary1000011011110000101010111111101111100101100101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860785; }

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

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

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

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

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

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

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

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