#977BBA

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

Shades of Purple Mountain's Majesty #977BBA

Tints of Purple Mountain's Majesty #977BBA

Color information

#977BBA (or 0x977BBA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 97, 7B and BA. RGB value is (151,123,186). Sum of RGB (Red+Green+Blue) = 151+123+186=460 (60% of max value = 765). Red value is 151 (59.38% from 255 or 32.83% from 460); Green value is 123 (48.44% from 255 or 26.74% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 186 - color contains mainly: blue. Hex color #977BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977BBA is #688445. Grayscale: #8A8A8A. Windows color (decimal): -6849606 or 12221335. OLE color: 12221335.

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

Color convert

RGB151123186-
CMYK0.190.3400.27
HSL266.67º31.34%60.59%-
HSV(B)266.67º33.87%72.94%-
XYZ28.7124.2949.63-
YUV138.55154.78136.88-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.83%
GREEN value IS 123 (48.44% from 255) = 26.74%
BLUE value IS 186 (73.05% from 255) = 40.43%
R=32.83%
G=26.74%
B=40.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1511231860.190.3400.27266.6731.3460.59
Hex977BBA132201B10b1f3d
Octal22717327223420334133775
Binary100101111111011101110101001110001001101110000101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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