#977AAF

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

Shades of Purple Mountain's Majesty #977AAF

Tints of Purple Mountain's Majesty #977AAF

Color information

#977AAF (or 0x977AAF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 97, 7A and AF. RGB value is (151,122,175). Sum of RGB (Red+Green+Blue) = 151+122+175=448 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.71% from 448); Green value is 122 (48.05% from 255 or 27.23% from 448); Blue value is 175 (68.75% from 255 or 39.06% from 448); Max value from RGB is 175 - color contains mainly: blue. Hex color #977AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977AAF is #688550. Grayscale: #888888. Windows color (decimal): -6849873 or 11500183. OLE color: 11500183.

HSL color Cylindrical-coordinate representation of color #977AAF: hue angle of 272.83º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #977AAF is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB151122175-
CMYK0.140.3000.31
HSL272.83º24.88%58.24%-
HSV(B)272.83º30.29%68.63%-
XYZ27.4623.5943.66-
YUV136.71149.61138.19-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.71%
GREEN value IS 122 (48.05% from 255) = 27.23%
BLUE value IS 175 (68.75% from 255) = 39.06%
R=33.71%
G=27.23%
B=39.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1511221750.140.3000.31272.8324.8858.24
Hex977AAFE1E01F111193a
Octal22717225716360374213172
Binary1001011111110101010111111101111001111110001000111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977AAF; }

 p { color: rgb(151,122,175); }

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

<style>
 a { background-color: #977AAF; }

 a { background-color: rgb(151,122,175); }

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

<style>
 span { border-color: #977AAF; }

 span { border-color: rgb(151,122,175); }

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