#850A9A

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

Shades of Dark Magenta #850A9A

Tints of Dark Magenta #850A9A

Color information

#850A9A (or 0x850A9A) is unknown color: approx Dark Magenta. HEX triplet: 85, 0A and 9A. RGB value is (133,10,154). Sum of RGB (Red+Green+Blue) = 133+10+154=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 10 (4.30% from 255 or 3.37% from 297); Blue value is 154 (60.55% from 255 or 51.85% from 297); Max value from RGB is 154 - color contains mainly: blue. Hex color #850A9A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850A9A is #7AF565. Grayscale: #3E3E3E. Windows color (decimal): -8058214 or 10095237. OLE color: 10095237.

HSL color Cylindrical-coordinate representation of color #850A9A: hue angle of 291.25º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #850A9A is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13310154-
CMYK0.140.9400.40
HSL291.25º87.8%32.16%-
HSV(B)291.25º93.51%60.39%-
XYZ15.617.5431.2-
YUV63.19179.25177.79-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.78%
GREEN value IS 10 (4.30% from 255) = 3.37%
BLUE value IS 154 (60.55% from 255) = 51.85%
R=44.78%
G=3.37%
B=51.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal133101540.140.9400.40291.2587.832.16
Hex85A9AE5E0281235820
Octal205122321613605044313040
Binary100001011010100110101110101111001010001001000111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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