#91077D

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

Shades of Dark Magenta #91077D

Tints of Dark Magenta #91077D

Color information

#91077D (or 0x91077D) is unknown color: approx Dark Magenta. HEX triplet: 91, 07 and 7D. RGB value is (145,7,125). Sum of RGB (Red+Green+Blue) = 145+7+125=277 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.35% from 277); Green value is 7 (3.12% from 255 or 2.53% from 277); Blue value is 125 (49.22% from 255 or 45.13% from 277); Max value from RGB is 145 - color contains mainly: red. Hex color #91077D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91077D is #6EF882. Grayscale: #3D3D3D. Windows color (decimal): -7272579 or 8193937. OLE color: 8193937.

HSL color Cylindrical-coordinate representation of color #91077D: hue angle of 308.7º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #91077D is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB1457125-
CMYK00.950.140.43
HSL308.7º90.79%29.8%-
HSV(B)308.7º95.17%56.86%-
XYZ15.457.6520.06-
YUV61.71163.72187.41-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 52.35%
GREEN value IS 7 (3.12% from 255) = 2.53%
BLUE value IS 125 (49.22% from 255) = 45.13%
R=52.35%
G=2.53%
B=45.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145712500.950.140.43308.790.7929.8
Hex9177D05FE2B1355b1e
Octal22171750137165346513336
Binary100100011111111101010111111110101011100110101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91077D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91077D; }

 p { color: rgb(145,7,125); }

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

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

 a { background-color: rgb(145,7,125); }

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

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

 span { border-color: rgb(145,7,125); }

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