#911490

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

Shades of Dark Magenta #911490

Tints of Dark Magenta #911490

Color information

#911490 (or 0x911490) is unknown color: approx Dark Magenta. HEX triplet: 91, 14 and 90. RGB value is (145,20,144). Sum of RGB (Red+Green+Blue) = 145+20+144=309 (40% of max value = 765). Red value is 145 (57.03% from 255 or 46.93% from 309); Green value is 20 (8.20% from 255 or 6.47% from 309); Blue value is 144 (56.64% from 255 or 46.60% from 309); Max value from RGB is 145 - color contains mainly: red. Hex color #911490 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #911490 is #6EEB6F. Grayscale: #474747. Windows color (decimal): -7269232 or 9442449. OLE color: 9442449.

HSL color Cylindrical-coordinate representation of color #911490: hue angle of 300.48º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #911490 is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB14520144-
CMYK00.860.010.43
HSL300.48º75.76%32.35%-
HSV(B)300.48º86.21%56.86%-
XYZ16.968.5327.14-
YUV71.51168.91180.42-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.93%
GREEN value IS 20 (8.20% from 255) = 6.47%
BLUE value IS 144 (56.64% from 255) = 46.60%
R=46.93%
G=6.47%
B=46.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1452014400.860.010.43300.4875.7632.35
Hex91149005612B12c4c20
Octal22124220012615345411440
Binary1001000110100100100000101011011010111001011001001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #911490; }

 p { color: rgb(145,20,144); }

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

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

 a { background-color: rgb(145,20,144); }

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

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

 span { border-color: rgb(145,20,144); }

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