#91128A

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

Shades of Dark Magenta #91128A

Tints of Dark Magenta #91128A

Color information

#91128A (or 0x91128A) is unknown color: approx Dark Magenta. HEX triplet: 91, 12 and 8A. RGB value is (145,18,138). Sum of RGB (Red+Green+Blue) = 145+18+138=301 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.17% from 301); Green value is 18 (7.42% from 255 or 5.98% from 301); Blue value is 138 (54.30% from 255 or 45.85% from 301); Max value from RGB is 145 - color contains mainly: red. Hex color #91128A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #91128A is #6EED75. Grayscale: #454545. Windows color (decimal): -7269750 or 9048721. OLE color: 9048721.

HSL color Cylindrical-coordinate representation of color #91128A: hue angle of 303.31º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #91128A is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB14518138-
CMYK00.880.050.43
HSL303.31º77.91%31.96%-
HSV(B)303.31º87.59%56.86%-
XYZ16.488.2924.78-
YUV69.65166.58181.74-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 48.17%
GREEN value IS 18 (7.42% from 255) = 5.98%
BLUE value IS 138 (54.30% from 255) = 45.85%
R=48.17%
G=5.98%
B=45.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451813800.880.050.43303.3177.9131.96
Hex91128A05852B12f4e20
Octal22122212013055345711640
Binary100100011001010001010010110001011010111001011111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91128A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91128A; }

 p { color: rgb(145,18,138); }

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

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

 a { background-color: rgb(145,18,138); }

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

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

 span { border-color: rgb(145,18,138); }

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