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

📋 copy color: '#977DAC'

red 151 ◦ green 125 ◦ blue 172

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

Shades of Purple Mountain's Majesty #977DAC

Tints of Purple Mountain's Majesty #977DAC

RGB

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

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

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

R = 33.71%
G = 27.9%
B = 38.39%

CMYK

 C value IS 0.12

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#977DAC (or 0x977DAC) is known color: Purple Mountain's Majesty. HEX triplet: 97, 7D and AC. RGB value is (151,125,172). Sum of RGB (Red+Green+Blue) = 151+125+172=448 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.71% from 448); Green value is 125 (49.22% from 255 or 27.90% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 172 - color contains mainly: blue. Hex color #977DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977DAC is #688253. Grayscale: #898989. Windows color (decimal): -6849108 or 11304343. OLE color: 11304343.

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

Color convert

RGB 151 125 172 -
CMYK 0.12 0.27 0 0.33
HSL 273.19º 0.22% 0.58% -
HSV(B) 273.19º 0.27% 0.67% -
XYZ 27.54 24.23 42.25 -
YUV 138.13 147.11 137.18 -
System Red Green Blue C M Y K H S L
Decimal 151 125 172 0.12 0.27 0 0.33 273.19 0.22 0.58
Hex 97 7D AC C 1B 0 21 111 16 3A
Octal 227 175 254 14 33 0 41 421 26 72
Binary 10010111 1111101 10101100 1100 11011 0 100001 100010001 10110 111010

Color Harmonies of #977DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977DAC

Black with #977DAC

Text Example


Text Example

White with #977DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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