#977AAE

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

Shades of Purple Mountain's Majesty #977AAE

Tints of Purple Mountain's Majesty #977AAE

Color information

#977AAE (or 0x977AAE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 97, 7A and AE. RGB value is (151,122,174). Sum of RGB (Red+Green+Blue) = 151+122+174=447 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.78% from 447); Green value is 122 (48.05% from 255 or 27.29% from 447); Blue value is 174 (68.36% from 255 or 38.93% from 447); Max value from RGB is 174 - color contains mainly: blue. Hex color #977AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977AAE is #688551. Grayscale: #888888. Windows color (decimal): -6849874 or 11434647. OLE color: 11434647.

HSL color Cylindrical-coordinate representation of color #977AAE: hue angle of 273.46º degrees, saturation: 0.24, 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 #977AAE is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB151122174-
CMYK0.130.3000.32
HSL273.46º24.3%58.04%-
HSV(B)273.46º29.89%68.24%-
XYZ27.3623.5543.15-
YUV136.6149.11138.27-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.78%
GREEN value IS 122 (48.05% from 255) = 27.29%
BLUE value IS 174 (68.36% from 255) = 38.93%
R=33.78%
G=27.29%
B=38.93%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1511221740.130.3000.32273.4624.358.04
Hex977AAED1E020111183a
Octal22717225615360404213072
Binary10010111111101010101110110111110010000010001000111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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