#890682

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

Shades of Dark Magenta #890682

Tints of Dark Magenta #890682

Color information

#890682 (or 0x890682) is unknown color: approx Dark Magenta. HEX triplet: 89, 06 and 82. RGB value is (137,6,130). Sum of RGB (Red+Green+Blue) = 137+6+130=273 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.18% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 130 (51.17% from 255 or 47.62% from 273); Max value from RGB is 137 - color contains mainly: red. Hex color #890682 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890682 is #76F97D. Grayscale: #3A3A3A. Windows color (decimal): -7797118 or 8521353. OLE color: 8521353.

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

Color convert

RGB1376130-
CMYK00.960.050.46
HSL303.21º91.61%28.04%-
HSV(B)303.21º95.62%53.73%-
XYZ14.417.0621.72-
YUV59.3167.9183.42-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.18%
GREEN value IS 6 (2.73% from 255) = 2.20%
BLUE value IS 130 (51.17% from 255) = 47.62%
R=50.18%
G=2.20%
B=47.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.05
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137613000.960.050.46303.2191.6128.04
Hex8968206052E12f5c1c
Octal2116202014055645713434
Binary100010011101000001001100000101101110100101111101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890682; }

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

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

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

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

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

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

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

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