#977FB2

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

Shades of Purple Mountain's Majesty #977FB2

Tints of Purple Mountain's Majesty #977FB2

Color information

#977FB2 (or 0x977FB2) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 97, 7F and B2. RGB value is (151,127,178). Sum of RGB (Red+Green+Blue) = 151+127+178=456 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.11% from 456); Green value is 127 (50% from 255 or 27.85% from 456); Blue value is 178 (69.92% from 255 or 39.04% from 456); Max value from RGB is 178 - color contains mainly: blue. Hex color #977FB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977FB2 is #68804D. Grayscale: #8B8B8B. Windows color (decimal): -6848590 or 11698071. OLE color: 11698071.

HSL color Cylindrical-coordinate representation of color #977FB2: hue angle of 268.24º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #977FB2 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB151127178-
CMYK0.150.2900.30
HSL268.24º24.88%59.8%-
HSV(B)268.24º28.65%69.8%-
XYZ28.3924.9745.44-
YUV139.99149.45135.85-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.11%
GREEN value IS 127 (50% from 255) = 27.85%
BLUE value IS 178 (69.92% from 255) = 39.04%
R=33.11%
G=27.85%
B=39.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1511271780.150.2900.30268.2424.8859.8
Hex977FB2F1D01E10c193c
Octal22717726217350364143174
Binary1001011111111111011001011111110101111010000110011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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