#911997

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

Shades of Dark Magenta #911997

Tints of Dark Magenta #911997

Color information

#911997 (or 0x911997) is unknown color: approx Dark Magenta. HEX triplet: 91, 19 and 97. RGB value is (145,25,151). Sum of RGB (Red+Green+Blue) = 145+25+151=321 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.17% from 321); Green value is 25 (10.16% from 255 or 7.79% from 321); Blue value is 151 (59.38% from 255 or 47.04% from 321); Max value from RGB is 151 - color contains mainly: blue. Hex color #911997 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #911997 is #6EE668. Grayscale: #4A4A4A. Windows color (decimal): -7267945 or 9902481. OLE color: 9902481.

HSL color Cylindrical-coordinate representation of color #911997: hue angle of 297.14º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #911997 is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB14525151-
CMYK0.040.8300.41
HSL297.14º71.59%34.51%-
HSV(B)297.14º83.44%59.22%-
XYZ17.618.9530.08-
YUV75.24170.76177.75-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 45.17%
GREEN value IS 25 (10.16% from 255) = 7.79%
BLUE value IS 151 (59.38% from 255) = 47.04%
R=45.17%
G=7.79%
B=47.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal145251510.040.8300.41297.1471.5934.51
Hex9119974530291294823
Octal22131227412305145111043
Binary100100011100110010111100101001101010011001010011001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #911997; }

 p { color: rgb(145,25,151); }

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

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

 a { background-color: rgb(145,25,151); }

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

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

 span { border-color: rgb(145,25,151); }

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