#9577AE

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

Shades of Purple Mountain's Majesty #9577AE

Tints of Purple Mountain's Majesty #9577AE

Color information

#9577AE (or 0x9577AE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 95, 77 and AE. RGB value is (149,119,174). Sum of RGB (Red+Green+Blue) = 149+119+174=442 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.71% from 442); Green value is 119 (46.88% from 255 or 26.92% from 442); Blue value is 174 (68.36% from 255 or 39.37% from 442); Max value from RGB is 174 - color contains mainly: blue. Hex color #9577AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9577AE is #6A8851. Grayscale: #868686. Windows color (decimal): -6981714 or 11433877. OLE color: 11433877.

HSL color Cylindrical-coordinate representation of color #9577AE: hue angle of 272.73º degrees, saturation: 0.25, 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 #9577AE is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB149119174-
CMYK0.140.3200.32
HSL272.73º25.35%57.45%-
HSV(B)272.73º31.61%68.24%-
XYZ26.6322.6443.01-
YUV134.24150.44138.53-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.71%
GREEN value IS 119 (46.88% from 255) = 26.92%
BLUE value IS 174 (68.36% from 255) = 39.37%
R=33.71%
G=26.92%
B=39.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1491191740.140.3200.32272.7325.3557.45
Hex9577AEE200201111939
Octal22516725616400404213171
Binary100101011110111101011101110100000010000010001000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9577AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,119,174); }

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

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

 a { background-color: rgb(149,119,174); }

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

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

 span { border-color: rgb(149,119,174); }

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