#890785

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

Shades of Dark Magenta #890785

Tints of Dark Magenta #890785

Color information

#890785 (or 0x890785) is unknown color: approx Dark Magenta. HEX triplet: 89, 07 and 85. RGB value is (137,7,133). Sum of RGB (Red+Green+Blue) = 137+7+133=277 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.46% from 277); Green value is 7 (3.12% from 255 or 2.53% from 277); Blue value is 133 (52.34% from 255 or 48.01% from 277); Max value from RGB is 137 - color contains mainly: red. Hex color #890785 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890785 is #76F87A. Grayscale: #3B3B3B. Windows color (decimal): -7796859 or 8718217. OLE color: 8718217.

HSL color Cylindrical-coordinate representation of color #890785: hue angle of 301.85º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #890785 is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.46.

Color convert

RGB1377133-
CMYK00.950.030.46
HSL301.85º90.28%28.24%-
HSV(B)301.85º94.89%53.73%-
XYZ14.637.1622.8-
YUV60.23169.07182.75-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 49.46%
GREEN value IS 7 (3.12% from 255) = 2.53%
BLUE value IS 133 (52.34% from 255) = 48.01%
R=49.46%
G=2.53%
B=48.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.03
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137713300.950.030.46301.8590.2828.24
Hex8978505F32E12e5a1c
Octal2117205013735645613234
Binary10001001111100001010101111111101110100101110101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890785; }

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

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

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

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

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

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

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

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