#890391

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

Shades of Dark Magenta #890391

Tints of Dark Magenta #890391

Color information

#890391 (or 0x890391) is unknown color: approx Dark Magenta. HEX triplet: 89, 03 and 91. RGB value is (137,3,145). Sum of RGB (Red+Green+Blue) = 137+3+145=285 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.07% from 285); Green value is 3 (1.56% from 255 or 1.05% from 285); Blue value is 145 (57.03% from 255 or 50.88% from 285); Max value from RGB is 145 - color contains mainly: blue. Hex color #890391 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890391 is #76FC6E. Grayscale: #3A3A3A. Windows color (decimal): -7797871 or 9503625. OLE color: 9503625.

HSL color Cylindrical-coordinate representation of color #890391: hue angle of 296.62º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #890391 is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1373145-
CMYK0.060.9800.43
HSL296.62º95.95%29.02%-
HSV(B)296.62º97.93%56.86%-
XYZ15.467.4327.41-
YUV59.25176.39183.45-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 48.07%
GREEN value IS 3 (1.56% from 255) = 1.05%
BLUE value IS 145 (57.03% from 255) = 50.88%
R=48.07%
G=1.05%
B=50.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal13731450.060.9800.43296.6295.9529.02
Hex8939166202B129601d
Octal2113221614205345114035
Binary10001001111001000111011000100101011100101001110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890391; }

 p { color: rgb(137,3,145); }

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

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

 a { background-color: rgb(137,3,145); }

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

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

 span { border-color: rgb(137,3,145); }

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