#977EB8

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

Shades of Purple Mountain's Majesty #977EB8

Tints of Purple Mountain's Majesty #977EB8

Color information

#977EB8 (or 0x977EB8) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 97, 7E and B8. RGB value is (151,126,184). Sum of RGB (Red+Green+Blue) = 151+126+184=461 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.75% from 461); Green value is 126 (49.61% from 255 or 27.33% from 461); Blue value is 184 (72.27% from 255 or 39.91% from 461); Max value from RGB is 184 - color contains mainly: blue. Hex color #977EB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977EB8 is #688147. Grayscale: #8B8B8B. Windows color (decimal): -6848840 or 12091031. OLE color: 12091031.

HSL color Cylindrical-coordinate representation of color #977EB8: hue angle of 265.86º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #977EB8 is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB151126184-
CMYK0.180.3200.28
HSL265.86º29%60.78%-
HSV(B)265.86º31.52%72.16%-
XYZ28.8824.9648.64-
YUV140.09152.78135.78-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.75%
GREEN value IS 126 (49.61% from 255) = 27.33%
BLUE value IS 184 (72.27% from 255) = 39.91%
R=32.75%
G=27.33%
B=39.91%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1511261840.180.3200.28265.862960.78
Hex977EB8122001C10a1d3d
Octal22717627022400344123575
Binary100101111111110101110001001010000001110010000101011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,126,184); }

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

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

 a { background-color: rgb(151,126,184); }

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

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

 span { border-color: rgb(151,126,184); }

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