#977AAD

Color #977AAD Purple Mountain's Majesty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Mountain's Majesty #977AAD

Tints of Purple Mountain's Majesty #977AAD

Color information

#977AAD (or 0x977AAD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 97, 7A and AD. RGB value is (151,122,173). Sum of RGB (Red+Green+Blue) = 151+122+173=446 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.86% from 446); Green value is 122 (48.05% from 255 or 27.35% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 173 - color contains mainly: blue. Hex color #977AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977AAD is #688552. Grayscale: #888888. Windows color (decimal): -6849875 or 11369111. OLE color: 11369111.

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

Color convert

RGB151122173-
CMYK0.130.2900.32
HSL274.12º23.72%57.84%-
HSV(B)274.12º29.48%67.84%-
XYZ27.2623.5242.64-
YUV136.48148.61138.35-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.86%
GREEN value IS 122 (48.05% from 255) = 27.35%
BLUE value IS 173 (67.97% from 255) = 38.79%
R=33.86%
G=27.35%
B=38.79%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1511221730.130.2900.32274.1223.7257.84
Hex977AADD1D020112183a
Octal22717225515350404223072
Binary10010111111101010101101110111101010000010001001011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #977AAD;
 }
 .AnyTagClassName
 {
   color: #977AAD;
 }
</style>
background-color css

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

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

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

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

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

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