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

📋 copy color: '#977AAF'

red 151 ◦ green 122 ◦ blue 175

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

Shades of Purple Mountain's Majesty #977AAF

Tints of Purple Mountain's Majesty #977AAF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.23%

 BLUE value IS 175 (68.75% from 255) = 39.06%

R = 33.71%
G = 27.23%
B = 39.06%

CMYK

 C value IS 0.14

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#977AAF (or 0x977AAF) is known color: Purple Mountain's Majesty. HEX triplet: 97, 7A and AF. RGB value is (151,122,175). Sum of RGB (Red+Green+Blue) = 151+122+175=448 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.71% from 448); Green value is 122 (48.05% from 255 or 27.23% from 448); Blue value is 175 (68.75% from 255 or 39.06% from 448); Max value from RGB is 175 - color contains mainly: blue. Hex color #977AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977AAF is #688550. Grayscale: #888888. Windows color (decimal): -6849873 or 11500183. OLE color: 11500183.

HSL color Cylindrical-coordinate representation of color #977AAF: hue angle of 272.83º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #977AAF is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 151 122 175 -
CMYK 0.14 0.30 0 0.31
HSL 272.83º 0.25% 0.58% -
HSV(B) 272.83º 0.3% 0.69% -
XYZ 27.46 23.59 43.66 -
YUV 136.71 149.61 138.19 -
System Red Green Blue C M Y K H S L
Decimal 151 122 175 0.14 0.30 0 0.31 272.83 0.25 0.58
Hex 97 7A AF E 1E 0 1F 111 19 3A
Octal 227 172 257 16 36 0 37 421 31 72
Binary 10010111 1111010 10101111 1110 11110 0 11111 100010001 11001 111010

Color Harmonies of #977AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977AAF

Black with #977AAF

Text Example


Text Example

White with #977AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,122,175); }

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

background-color css

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

 a { background-color: rgb(151,122,175); }

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

border-color css

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

 span { border-color: rgb(151,122,175); }

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