#850786

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

Shades of Dark Magenta #850786

Tints of Dark Magenta #850786

Color information

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

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

Color convert

RGB1337134-
CMYK0.010.9500.47
HSL299.53º90.07%27.65%-
HSV(B)299.53º94.78%52.55%-
XYZ14.056.8623.14-
YUV59.15170.24180.67-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13371340.010.9500.47299.5390.0727.65
Hex8578615F02F12c5a1c
Octal2057206113705745413234
Binary1000010111110000110110111110101111100101100101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850786; }

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

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

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

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

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

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

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

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