#977EAD

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

Shades of Purple Mountain's Majesty #977EAD

Tints of Purple Mountain's Majesty #977EAD

Color information

#977EAD (or 0x977EAD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 97, 7E and AD. RGB value is (151,126,173). Sum of RGB (Red+Green+Blue) = 151+126+173=450 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.56% from 450); Green value is 126 (49.61% from 255 or 28% from 450); Blue value is 173 (67.97% from 255 or 38.44% from 450); Max value from RGB is 173 - color contains mainly: blue. Hex color #977EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977EAD is #688152. Grayscale: #8A8A8A. Windows color (decimal): -6848851 or 11370135. OLE color: 11370135.

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

Color convert

RGB151126173-
CMYK0.130.2700.32
HSL271.91º22.27%58.63%-
HSV(B)271.91º27.17%67.84%-
XYZ27.7724.5242.8-
YUV138.83147.28136.68-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.56%
GREEN value IS 126 (49.61% from 255) = 28%
BLUE value IS 173 (67.97% from 255) = 38.44%
R=33.56%
G=28%
B=38.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1511261730.130.2700.32271.9122.2758.63
Hex977EADD1B020110163b
Octal22717625515330404202673
Binary10010111111111010101101110111011010000010001000010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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