#890488

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

Shades of Dark Magenta #890488

Tints of Dark Magenta #890488

Color information

#890488 (or 0x890488) is unknown color: approx Dark Magenta. HEX triplet: 89, 04 and 88. RGB value is (137,4,136). Sum of RGB (Red+Green+Blue) = 137+4+136=277 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.46% from 277); Green value is 4 (1.95% from 255 or 1.44% from 277); Blue value is 136 (53.52% from 255 or 49.10% from 277); Max value from RGB is 137 - color contains mainly: red. Hex color #890488 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890488 is #76FB77. Grayscale: #3A3A3A. Windows color (decimal): -7797624 or 8914057. OLE color: 8914057.

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

Color convert

RGB1374136-
CMYK00.970.010.46
HSL300.45º94.33%27.65%-
HSV(B)300.45º97.08%53.73%-
XYZ14.87.1823.9-
YUV58.82171.56183.77-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 49.46%
GREEN value IS 4 (1.95% from 255) = 1.44%
BLUE value IS 136 (53.52% from 255) = 49.10%
R=49.46%
G=1.44%
B=49.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137413600.970.010.46300.4594.3327.65
Hex8948806112E12c5e1c
Octal2114210014115645413634
Binary1000100110010001000011000011101110100101100101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890488; }

 p { color: rgb(137,4,136); }

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

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

 a { background-color: rgb(137,4,136); }

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

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

 span { border-color: rgb(137,4,136); }

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