#91057E

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

Shades of Dark Magenta #91057E

Tints of Dark Magenta #91057E

Color information

#91057E (or 0x91057E) is unknown color: approx Dark Magenta. HEX triplet: 91, 05 and 7E. RGB value is (145,5,126). Sum of RGB (Red+Green+Blue) = 145+5+126=276 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.54% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 126 (49.61% from 255 or 45.65% from 276); Max value from RGB is 145 - color contains mainly: red. Hex color #91057E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91057E is #6EFA81. Grayscale: #3C3C3C. Windows color (decimal): -7273090 or 8258961. OLE color: 8258961.

HSL color Cylindrical-coordinate representation of color #91057E: hue angle of 308.14º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #91057E is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB1455126-
CMYK00.970.130.43
HSL308.14º93.33%29.41%-
HSV(B)308.14º96.55%56.86%-
XYZ15.57.6320.4-
YUV60.65164.88188.16-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 52.54%
GREEN value IS 5 (2.34% from 255) = 1.81%
BLUE value IS 126 (49.61% from 255) = 45.65%
R=52.54%
G=1.81%
B=45.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145512600.970.130.43308.1493.3329.41
Hex9157E061D2B1345d1d
Octal22151760141155346413535
Binary100100011011111110011000011101101011100110100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91057E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91057E; }

 p { color: rgb(145,5,126); }

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

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

 a { background-color: rgb(145,5,126); }

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

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

 span { border-color: rgb(145,5,126); }

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