#890782

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

Shades of Dark Magenta #890782

Tints of Dark Magenta #890782

Color information

#890782 (or 0x890782) is unknown color: approx Dark Magenta. HEX triplet: 89, 07 and 82. RGB value is (137,7,130). Sum of RGB (Red+Green+Blue) = 137+7+130=274 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50% from 274); Green value is 7 (3.12% from 255 or 2.55% from 274); Blue value is 130 (51.17% from 255 or 47.45% from 274); Max value from RGB is 137 - color contains mainly: red. Hex color #890782 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890782 is #76F87D. Grayscale: #3B3B3B. Windows color (decimal): -7796862 or 8521609. OLE color: 8521609.

HSL color Cylindrical-coordinate representation of color #890782: hue angle of 303.23º 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 #890782 is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.46.

Color convert

RGB1377130-
CMYK00.950.050.46
HSL303.23º90.28%28.24%-
HSV(B)303.23º94.89%53.73%-
XYZ14.427.0821.73-
YUV59.89167.57183-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50%
GREEN value IS 7 (3.12% from 255) = 2.55%
BLUE value IS 130 (51.17% from 255) = 47.45%
R=50%
G=2.55%
B=47.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.05
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137713000.950.050.46303.2390.2828.24
Hex8978205F52E12f5a1c
Octal2117202013755645713234
Binary100010011111000001001011111101101110100101111101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890782; }

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

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

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

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

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

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

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

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