#890A85

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

Shades of Dark Magenta #890A85

Tints of Dark Magenta #890A85

Color information

#890A85 (or 0x890A85) is unknown color: approx Dark Magenta. HEX triplet: 89, 0A and 85. RGB value is (137,10,133). Sum of RGB (Red+Green+Blue) = 137+10+133=280 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.93% from 280); Green value is 10 (4.30% from 255 or 3.57% from 280); Blue value is 133 (52.34% from 255 or 47.5% from 280); Max value from RGB is 137 - color contains mainly: red. Hex color #890A85 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890A85 is #76F57A. Grayscale: #3D3D3D. Windows color (decimal): -7796091 or 8718985. OLE color: 8718985.

HSL color Cylindrical-coordinate representation of color #890A85: hue angle of 301.89º 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 #890A85 is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.46.

Color convert

RGB13710133-
CMYK00.930.030.46
HSL301.89º86.39%28.82%-
HSV(B)301.89º92.7%53.73%-
XYZ14.667.2322.81-
YUV62168.08181.5-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.03
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371013300.930.030.46301.8986.3928.82
Hex89A8505D32E12e561d
Octal21112205013535645612635
Binary100010011010100001010101110111101110100101110101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890A85; }

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

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

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

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

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

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

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

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