#977CBB

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

Shades of Purple Mountain's Majesty #977CBB

Tints of Purple Mountain's Majesty #977CBB

Color information

#977CBB (or 0x977CBB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 97, 7C and BB. RGB value is (151,124,187). Sum of RGB (Red+Green+Blue) = 151+124+187=462 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.68% from 462); Green value is 124 (48.83% from 255 or 26.84% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 187 - color contains mainly: blue. Hex color #977CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977CBB is #688344. Grayscale: #8B8B8B. Windows color (decimal): -6849349 or 12287127. OLE color: 12287127.

HSL color Cylindrical-coordinate representation of color #977CBB: hue angle of 265.71º degrees, saturation: 0.32, 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 #977CBB is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB151124187-
CMYK0.190.3400.27
HSL265.71º31.66%60.98%-
HSV(B)265.71º33.69%73.33%-
XYZ28.9424.5850.23-
YUV139.26154.95136.38-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.68%
GREEN value IS 124 (48.83% from 255) = 26.84%
BLUE value IS 187 (73.44% from 255) = 40.48%
R=32.68%
G=26.84%
B=40.48%

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
Decimal1511241870.190.3400.27265.7131.6660.98
Hex977CBB132201B10a203d
Octal22717427323420334124075
Binary1001011111111001011101110011100010011011100001010100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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