#977FBA

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

Shades of Purple Mountain's Majesty #977FBA

Tints of Purple Mountain's Majesty #977FBA

Color information

#977FBA (or 0x977FBA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 97, 7F and BA. RGB value is (151,127,186). Sum of RGB (Red+Green+Blue) = 151+127+186=464 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.54% from 464); Green value is 127 (50% from 255 or 27.37% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 186 - color contains mainly: blue. Hex color #977FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977FBA is #688045. Grayscale: #8C8C8C. Windows color (decimal): -6848582 or 12222359. OLE color: 12222359.

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

Color convert

RGB151127186-
CMYK0.190.3200.27
HSL264.41º29.95%61.37%-
HSV(B)264.41º31.72%72.94%-
XYZ29.2125.349.8-
YUV140.9153.45135.2-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.54%
GREEN value IS 127 (50% from 255) = 27.37%
BLUE value IS 186 (73.05% from 255) = 40.09%
R=32.54%
G=27.37%
B=40.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1511271860.190.3200.27264.4129.9561.37
Hex977FBA132001B1081e3d
Octal22717727223400334103675
Binary100101111111111101110101001110000001101110000100011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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