#977BAE

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

Shades of Purple Mountain's Majesty #977BAE

Tints of Purple Mountain's Majesty #977BAE

Color information

#977BAE (or 0x977BAE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 97, 7B and AE. RGB value is (151,123,174). Sum of RGB (Red+Green+Blue) = 151+123+174=448 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.71% from 448); Green value is 123 (48.44% from 255 or 27.46% from 448); Blue value is 174 (68.36% from 255 or 38.84% from 448); Max value from RGB is 174 - color contains mainly: blue. Hex color #977BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977BAE is #688451. Grayscale: #898989. Windows color (decimal): -6849618 or 11434903. OLE color: 11434903.

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

Color convert

RGB151123174-
CMYK0.130.2900.32
HSL272.94º23.94%58.24%-
HSV(B)272.94º29.31%68.24%-
XYZ27.4923.843.19-
YUV137.19148.78137.85-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.71%
GREEN value IS 123 (48.44% from 255) = 27.46%
BLUE value IS 174 (68.36% from 255) = 38.84%
R=33.71%
G=27.46%
B=38.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1511231740.130.2900.32272.9423.9458.24
Hex977BAED1D020111183a
Octal22717325615350404213072
Binary10010111111101110101110110111101010000010001000111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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