#91057C

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

Shades of Dark Magenta #91057C

Tints of Dark Magenta #91057C

Color information

#91057C (or 0x91057C) is unknown color: approx Dark Magenta. HEX triplet: 91, 05 and 7C. RGB value is (145,5,124). Sum of RGB (Red+Green+Blue) = 145+5+124=274 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.92% from 274); Green value is 5 (2.34% from 255 or 1.82% from 274); Blue value is 124 (48.83% from 255 or 45.26% from 274); Max value from RGB is 145 - color contains mainly: red. Hex color #91057C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91057C is #6EFA83. Grayscale: #3C3C3C. Windows color (decimal): -7273092 or 8127889. OLE color: 8127889.

HSL color Cylindrical-coordinate representation of color #91057C: hue angle of 309º 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 #91057C is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB1455124-
CMYK00.970.140.43
HSL309º93.33%29.41%-
HSV(B)309º96.55%56.86%-
XYZ15.377.5819.72-
YUV60.43163.88188.32-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 52.92%
GREEN value IS 5 (2.34% from 255) = 1.82%
BLUE value IS 124 (48.83% from 255) = 45.26%
R=52.92%
G=1.82%
B=45.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145512400.970.140.4330993.3329.41
Hex9157C061E2B1355d1d
Octal22151740141165346513535
Binary100100011011111100011000011110101011100110101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91057C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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