#850A89

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

Shades of Dark Magenta #850A89

Tints of Dark Magenta #850A89

Color information

#850A89 (or 0x850A89) is unknown color: approx Dark Magenta. HEX triplet: 85, 0A and 89. RGB value is (133,10,137). Sum of RGB (Red+Green+Blue) = 133+10+137=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 10 (4.30% from 255 or 3.57% from 280); Blue value is 137 (53.91% from 255 or 48.93% from 280); Max value from RGB is 137 - color contains mainly: blue. Hex color #850A89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850A89 is #7AF576. Grayscale: #3C3C3C. Windows color (decimal): -8058231 or 8981125. OLE color: 8981125.

HSL color Cylindrical-coordinate representation of color #850A89: hue angle of 298.11º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #850A89 is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13310137-
CMYK0.030.9300.46
HSL298.11º86.39%28.82%-
HSV(B)298.11º92.7%53.73%-
XYZ14.37.0124.27-
YUV61.26170.75179.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.5%
GREEN value IS 10 (4.30% from 255) = 3.57%
BLUE value IS 137 (53.91% from 255) = 48.93%
R=47.5%
G=3.57%
B=48.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal133101370.030.9300.46298.1186.3928.82
Hex85A8935D02E12a561d
Octal20512211313505645212635
Binary100001011010100010011110111010101110100101010101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850A89; }

 p { color: rgb(133,10,137); }

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

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

 a { background-color: rgb(133,10,137); }

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

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

 span { border-color: rgb(133,10,137); }

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