#9176AE

Color #9176AE Purple Mountain's Majesty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Mountain's Majesty #9176AE

Tints of Purple Mountain's Majesty #9176AE

Color information

#9176AE (or 0x9176AE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 91, 76 and AE. RGB value is (145,118,174). Sum of RGB (Red+Green+Blue) = 145+118+174=437 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.18% from 437); Green value is 118 (46.48% from 255 or 27.00% from 437); Blue value is 174 (68.36% from 255 or 39.82% from 437); Max value from RGB is 174 - color contains mainly: blue. Hex color #9176AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9176AE is #6E8951. Grayscale: #848484. Windows color (decimal): -7244114 or 11433617. OLE color: 11433617.

HSL color Cylindrical-coordinate representation of color #9176AE: hue angle of 268.93º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9176AE is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB145118174-
CMYK0.170.3200.32
HSL268.93º25.69%57.25%-
HSV(B)268.93º32.18%68.24%-
XYZ25.822.0342.94-
YUV132.46151.45136.95-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.18%
GREEN value IS 118 (46.48% from 255) = 27.00%
BLUE value IS 174 (68.36% from 255) = 39.82%
R=33.18%
G=27.00%
B=39.82%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1451181740.170.3200.32268.9325.6957.25
Hex9176AE112002010d1a39
Octal22116625621400404153271
Binary1001000111101101010111010001100000010000010000110111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9176AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9176AE; }

 p { color: rgb(145,118,174); }

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

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

 a { background-color: rgb(145,118,174); }

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

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

 span { border-color: rgb(145,118,174); }

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