#9176AC

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

Shades of Purple Mountain's Majesty #9176AC

Tints of Purple Mountain's Majesty #9176AC

Color information

#9176AC (or 0x9176AC) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 91, 76 and AC. RGB value is (145,118,172). Sum of RGB (Red+Green+Blue) = 145+118+172=435 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.33% from 435); Green value is 118 (46.48% from 255 or 27.13% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 172 - color contains mainly: blue. Hex color #9176AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9176AC is #6E8953. Grayscale: #848484. Windows color (decimal): -7244116 or 11302545. OLE color: 11302545.

HSL color Cylindrical-coordinate representation of color #9176AC: hue angle of 270º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9176AC is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB145118172-
CMYK0.160.3100.33
HSL270º24.55%56.86%-
HSV(B)270º31.4%67.45%-
XYZ25.621.9641.92-
YUV132.23150.45137.11-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.33%
GREEN value IS 118 (46.48% from 255) = 27.13%
BLUE value IS 172 (67.58% from 255) = 39.54%
R=33.33%
G=27.13%
B=39.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1451181720.160.3100.3327024.5556.86
Hex9176AC101F02110e1939
Octal22116625420370414163171
Binary100100011110110101011001000011111010000110000111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9176AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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