#910989

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

Shades of Dark Magenta #910989

Tints of Dark Magenta #910989

Color information

#910989 (or 0x910989) is unknown color: approx Dark Magenta. HEX triplet: 91, 09 and 89. RGB value is (145,9,137). Sum of RGB (Red+Green+Blue) = 145+9+137=291 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.83% from 291); Green value is 9 (3.91% from 255 or 3.09% from 291); Blue value is 137 (53.91% from 255 or 47.08% from 291); Max value from RGB is 145 - color contains mainly: red. Hex color #910989 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910989 is #6EF676. Grayscale: #3F3F3F. Windows color (decimal): -7272055 or 8980881. OLE color: 8980881.

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

Color convert

RGB1459137-
CMYK00.940.060.43
HSL303.53º88.31%30.2%-
HSV(B)303.53º93.79%56.86%-
XYZ16.298.0224.36-
YUV64.26169.06185.59-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 49.83%
GREEN value IS 9 (3.91% from 255) = 3.09%
BLUE value IS 137 (53.91% from 255) = 47.08%
R=49.83%
G=3.09%
B=47.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145913700.940.060.43303.5388.3130.2
Hex9198905E62B130581e
Octal22111211013665346013036
Binary1001000110011000100101011110110101011100110000101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #910989; }

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

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

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

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

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

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

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

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