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

📋 copy color: '#977DAE'

red 151 ◦ green 125 ◦ blue 174

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

Shades of Purple Mountain's Majesty #977DAE

Tints of Purple Mountain's Majesty #977DAE

RGB

 RED value IS 151 (59.38% from 255) = 33.56%

 GREEN value IS 125 (49.22% from 255) = 27.78%

 BLUE value IS 174 (68.36% from 255) = 38.67%

R = 33.56%
G = 27.78%
B = 38.67%

CMYK

 C value IS 0.13

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#977DAE (or 0x977DAE) is known color: Purple Mountain's Majesty. HEX triplet: 97, 7D and AE. RGB value is (151,125,174). Sum of RGB (Red+Green+Blue) = 151+125+174=450 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.56% from 450); Green value is 125 (49.22% from 255 or 27.78% from 450); Blue value is 174 (68.36% from 255 or 38.67% from 450); Max value from RGB is 174 - color contains mainly: blue. Hex color #977DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977DAE is #688251. Grayscale: #8A8A8A. Windows color (decimal): -6849106 or 11435415. OLE color: 11435415.

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

Color convert

RGB 151 125 174 -
CMYK 0.13 0.28 0 0.32
HSL 271.84º 0.23% 0.59% -
HSV(B) 271.84º 0.28% 0.68% -
XYZ 27.74 24.3 43.27 -
YUV 138.36 148.11 137.02 -
System Red Green Blue C M Y K H S L
Decimal 151 125 174 0.13 0.28 0 0.32 271.84 0.23 0.59
Hex 97 7D AE D 1C 0 20 110 17 3B
Octal 227 175 256 15 34 0 40 420 27 73
Binary 10010111 1111101 10101110 1101 11100 0 100000 100010000 10111 111011

Color Harmonies of #977DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977DAE

Black with #977DAE

Text Example


Text Example

White with #977DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #977DAE;
 }
 .AnyTagClassName
 {
   color: #977DAE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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