Html Css Color HEX #977AAE Purple Mountain's Majesty

📋 copy color: '#977AAE'

red 151 ◦ green 122 ◦ blue 174

#977AAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Mountain's Majesty #977AAE

Tints of Purple Mountain's Majesty #977AAE

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 value IS 0.13

 M value IS 0.30

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#977AAE (or 0x977AAE) is known color: 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

RGB 151 122 174 -
CMYK 0.13 0.30 0 0.32
HSL 273.46º 0.24% 0.58% -
HSV(B) 273.46º 0.3% 0.68% -
XYZ 27.36 23.55 43.15 -
YUV 136.6 149.11 138.27 -
System Red Green Blue C M Y K H S L
Decimal 151 122 174 0.13 0.30 0 0.32 273.46 0.24 0.58
Hex 97 7A AE D 1E 0 20 111 18 3A
Octal 227 172 256 15 36 0 40 421 30 72
Binary 10010111 1111010 10101110 1101 11110 0 100000 100010001 11000 111010

Color Harmonies of #977AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977AAE

Black with #977AAE

Text Example


Text Example

White with #977AAE

Text Example


Text Example

HTML Codes & Css Web 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>