#9176AF

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

Shades of Purple Mountain's Majesty #9176AF

Tints of Purple Mountain's Majesty #9176AF

Color information

#9176AF (or 0x9176AF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 91, 76 and AF. RGB value is (145,118,175). Sum of RGB (Red+Green+Blue) = 145+118+175=438 (58% of max value = 765). Red value is 145 (57.03% from 255 or 33.11% from 438); Green value is 118 (46.48% from 255 or 26.94% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 175 - color contains mainly: blue. Hex color #9176AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9176AF is #6E8950. Grayscale: #848484. Windows color (decimal): -7244113 or 11499153. OLE color: 11499153.

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

Color convert

RGB145118175-
CMYK0.170.3300.31
HSL268.42º26.27%57.45%-
HSV(B)268.42º32.57%68.63%-
XYZ25.8922.0743.45-
YUV132.57151.95136.87-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.11%
GREEN value IS 118 (46.48% from 255) = 26.94%
BLUE value IS 175 (68.75% from 255) = 39.95%
R=33.11%
G=26.94%
B=39.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1451181750.170.3300.31268.4226.2757.45
Hex9176AF112101F10c1a39
Octal22116625721410374143271
Binary100100011110110101011111000110000101111110000110011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9176AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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