#900989

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

Shades of Dark Magenta #900989

Tints of Dark Magenta #900989

Color information

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

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

Color convert

RGB1449137-
CMYK00.940.050.44
HSL303.11º88.24%30%-
HSV(B)303.11º93.75%56.47%-
XYZ16.117.9324.35-
YUV63.96169.23185.09-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144913700.940.050.44303.1188.2430
Hex9098905E52C12f581e
Octal22011211013655445713036
Binary1001000010011000100101011110101101100100101111101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900989; }

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

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

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

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

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

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

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

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