#977EAF

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

Shades of Purple Mountain's Majesty #977EAF

Tints of Purple Mountain's Majesty #977EAF

Color information

#977EAF (or 0x977EAF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 97, 7E and AF. RGB value is (151,126,175). Sum of RGB (Red+Green+Blue) = 151+126+175=452 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.41% from 452); Green value is 126 (49.61% from 255 or 27.88% from 452); Blue value is 175 (68.75% from 255 or 38.72% from 452); Max value from RGB is 175 - color contains mainly: blue. Hex color #977EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977EAF is #688150. Grayscale: #8A8A8A. Windows color (decimal): -6848849 or 11501207. OLE color: 11501207.

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

Color convert

RGB151126175-
CMYK0.140.2800.31
HSL270.61º23.44%59.02%-
HSV(B)270.61º28%68.63%-
XYZ27.9624.643.83-
YUV139.06148.28136.52-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.41%
GREEN value IS 126 (49.61% from 255) = 27.88%
BLUE value IS 175 (68.75% from 255) = 38.72%
R=33.41%
G=27.88%
B=38.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1511261750.140.2800.31270.6123.4459.02
Hex977EAFE1C01F10f173b
Octal22717625716340374172773
Binary1001011111111101010111111101110001111110000111110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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