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

📋 copy color: '#977CAC'

red 151 ◦ green 124 ◦ blue 172

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

Shades of Purple Mountain's Majesty #977CAC

Tints of Purple Mountain's Majesty #977CAC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.74%

 BLUE value IS 172 (67.58% from 255) = 38.48%

R = 33.78%
G = 27.74%
B = 38.48%

CMYK

 C value IS 0.12

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#977CAC (or 0x977CAC) is known color: Purple Mountain's Majesty. HEX triplet: 97, 7C and AC. RGB value is (151,124,172). Sum of RGB (Red+Green+Blue) = 151+124+172=447 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.78% from 447); Green value is 124 (48.83% from 255 or 27.74% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 172 - color contains mainly: blue. Hex color #977CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977CAC is #688353. Grayscale: #898989. Windows color (decimal): -6849364 or 11304087. OLE color: 11304087.

HSL color Cylindrical-coordinate representation of color #977CAC: hue angle of 273.75º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #977CAC is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 151 124 172 -
CMYK 0.12 0.28 0 0.33
HSL 273.75º 0.22% 0.58% -
HSV(B) 273.75º 0.28% 0.67% -
XYZ 27.42 23.97 42.21 -
YUV 137.55 147.45 137.6 -
System Red Green Blue C M Y K H S L
Decimal 151 124 172 0.12 0.28 0 0.33 273.75 0.22 0.58
Hex 97 7C AC C 1C 0 21 112 16 3A
Octal 227 174 254 14 34 0 41 422 26 72
Binary 10010111 1111100 10101100 1100 11100 0 100001 100010010 10110 111010

Color Harmonies of #977CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977CAC

Black with #977CAC

Text Example


Text Example

White with #977CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,124,172); }

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

background-color css

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

 a { background-color: rgb(151,124,172); }

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

border-color css

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

 span { border-color: rgb(151,124,172); }

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