#890990

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

Shades of Dark Magenta #890990

Tints of Dark Magenta #890990

Color information

#890990 (or 0x890990) is unknown color: approx Dark Magenta. HEX triplet: 89, 09 and 90. RGB value is (137,9,144). Sum of RGB (Red+Green+Blue) = 137+9+144=290 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.24% from 290); Green value is 9 (3.91% from 255 or 3.10% from 290); Blue value is 144 (56.64% from 255 or 49.66% from 290); Max value from RGB is 144 - color contains mainly: blue. Hex color #890990 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890990 is #76F66F. Grayscale: #3E3E3E. Windows color (decimal): -7796336 or 9439625. OLE color: 9439625.

HSL color Cylindrical-coordinate representation of color #890990: hue angle of 296.89º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #890990 is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1379144-
CMYK0.050.9400.44
HSL296.89º88.24%30%-
HSV(B)296.89º93.75%56.47%-
XYZ15.457.5327.02-
YUV62.66173.91181.02-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.24%
GREEN value IS 9 (3.91% from 255) = 3.10%
BLUE value IS 144 (56.64% from 255) = 49.66%
R=47.24%
G=3.10%
B=49.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal13791440.050.9400.44296.8988.2430
Hex8999055E02C129581e
Octal21111220513605445113036
Binary1000100110011001000010110111100101100100101001101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890990; }

 p { color: rgb(137,9,144); }

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

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

 a { background-color: rgb(137,9,144); }

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

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

 span { border-color: rgb(137,9,144); }

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