#850AA2

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

Shades of Dark Magenta #850AA2

Tints of Dark Magenta #850AA2

Color information

#850AA2 (or 0x850AA2) is unknown color: approx Dark Magenta. HEX triplet: 85, 0A and A2. RGB value is (133,10,162). Sum of RGB (Red+Green+Blue) = 133+10+162=305 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.61% from 305); Green value is 10 (4.30% from 255 or 3.28% from 305); Blue value is 162 (63.67% from 255 or 53.11% from 305); Max value from RGB is 162 - color contains mainly: blue. Hex color #850AA2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850AA2 is #7AF55D. Grayscale: #3F3F3F. Windows color (decimal): -8058206 or 10619525. OLE color: 10619525.

HSL color Cylindrical-coordinate representation of color #850AA2: hue angle of 288.55º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #850AA2 is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB13310162-
CMYK0.180.9400.36
HSL288.55º88.37%33.73%-
HSV(B)288.55º93.83%63.53%-
XYZ16.37.8134.83-
YUV64.1183.25177.14-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.61%
GREEN value IS 10 (4.30% from 255) = 3.28%
BLUE value IS 162 (63.67% from 255) = 53.11%
R=43.61%
G=3.28%
B=53.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal133101620.180.9400.36288.5588.3733.73
Hex85AA2125E0241215822
Octal205122422213604444113042
Binary1000010110101010001010010101111001001001001000011011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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