#977EAE

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

Shades of Purple Mountain's Majesty #977EAE

Tints of Purple Mountain's Majesty #977EAE

Color information

#977EAE (or 0x977EAE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 97, 7E and AE. RGB value is (151,126,174). Sum of RGB (Red+Green+Blue) = 151+126+174=451 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.48% from 451); Green value is 126 (49.61% from 255 or 27.94% from 451); Blue value is 174 (68.36% from 255 or 38.58% from 451); Max value from RGB is 174 - color contains mainly: blue. Hex color #977EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977EAE is #688151. Grayscale: #8A8A8A. Windows color (decimal): -6848850 or 11435671. OLE color: 11435671.

HSL color Cylindrical-coordinate representation of color #977EAE: hue angle of 271.25º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #977EAE is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB151126174-
CMYK0.130.2800.32
HSL271.25º22.86%58.82%-
HSV(B)271.25º27.59%68.24%-
XYZ27.8624.5643.32-
YUV138.95147.78136.6-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.48%
GREEN value IS 126 (49.61% from 255) = 27.94%
BLUE value IS 174 (68.36% from 255) = 38.58%
R=33.48%
G=27.94%
B=38.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1511261740.130.2800.32271.2522.8658.82
Hex977EAED1C02010f173b
Octal22717625615340404172773
Binary10010111111111010101110110111100010000010000111110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,126,174); }

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

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

 a { background-color: rgb(151,126,174); }

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

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

 span { border-color: rgb(151,126,174); }

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