#9179AE

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

Shades of Purple Mountain's Majesty #9179AE

Tints of Purple Mountain's Majesty #9179AE

Color information

#9179AE (or 0x9179AE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 91, 79 and AE. RGB value is (145,121,174). Sum of RGB (Red+Green+Blue) = 145+121+174=440 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.95% from 440); Green value is 121 (47.66% from 255 or 27.5% from 440); Blue value is 174 (68.36% from 255 or 39.55% from 440); Max value from RGB is 174 - color contains mainly: blue. Hex color #9179AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9179AE is #6E8651. Grayscale: #868686. Windows color (decimal): -7243346 or 11434385. OLE color: 11434385.

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

Color convert

RGB145121174-
CMYK0.170.3000.32
HSL267.17º24.65%57.84%-
HSV(B)267.17º30.46%68.24%-
XYZ26.1522.7543.06-
YUV134.22150.45135.69-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.95%
GREEN value IS 121 (47.66% from 255) = 27.5%
BLUE value IS 174 (68.36% from 255) = 39.55%
R=32.95%
G=27.5%
B=39.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1451211740.170.3000.32267.1724.6557.84
Hex9179AE111E02010b193a
Octal22117125621360404133172
Binary100100011111001101011101000111110010000010000101111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9179AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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