#977CAD

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

Shades of Purple Mountain's Majesty #977CAD

Tints of Purple Mountain's Majesty #977CAD

Color information

#977CAD (or 0x977CAD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 97, 7C and AD. RGB value is (151,124,173). Sum of RGB (Red+Green+Blue) = 151+124+173=448 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.71% from 448); Green value is 124 (48.83% from 255 or 27.68% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 173 - color contains mainly: blue. Hex color #977CAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977CAD is #688352. Grayscale: #898989. Windows color (decimal): -6849363 or 11369623. OLE color: 11369623.

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

Color convert

RGB151124173-
CMYK0.130.2800.32
HSL273.06º23%58.24%-
HSV(B)273.06º28.32%67.84%-
XYZ27.5124.0142.72-
YUV137.66147.95137.52-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.71%
GREEN value IS 124 (48.83% from 255) = 27.68%
BLUE value IS 173 (67.97% from 255) = 38.62%
R=33.71%
G=27.68%
B=38.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1511241730.130.2800.32273.062358.24
Hex977CADD1C020111173a
Octal22717425515340404212772
Binary10010111111110010101101110111100010000010001000110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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