#977CBA

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

Shades of Purple Mountain's Majesty #977CBA

Tints of Purple Mountain's Majesty #977CBA

Color information

#977CBA (or 0x977CBA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 97, 7C and BA. RGB value is (151,124,186). Sum of RGB (Red+Green+Blue) = 151+124+186=461 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.75% from 461); Green value is 124 (48.83% from 255 or 26.90% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 186 - color contains mainly: blue. Hex color #977CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977CBA is #688345. Grayscale: #8A8A8A. Windows color (decimal): -6849350 or 12221591. OLE color: 12221591.

HSL color Cylindrical-coordinate representation of color #977CBA: hue angle of 266.13º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #977CBA is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB151124186-
CMYK0.190.3300.27
HSL266.13º31%60.78%-
HSV(B)266.13º33.33%72.94%-
XYZ28.8324.5449.67-
YUV139.14154.45136.46-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.75%
GREEN value IS 124 (48.83% from 255) = 26.90%
BLUE value IS 186 (73.05% from 255) = 40.35%
R=32.75%
G=26.90%
B=40.35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1511241860.190.3300.27266.133160.78
Hex977CBA132101B10a1f3d
Octal22717427223410334123775
Binary100101111111100101110101001110000101101110000101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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