#977ABE

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

Shades of Purple Mountain's Majesty #977ABE

Tints of Purple Mountain's Majesty #977ABE

Color information

#977ABE (or 0x977ABE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 97, 7A and BE. RGB value is (151,122,190). Sum of RGB (Red+Green+Blue) = 151+122+190=463 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.61% from 463); Green value is 122 (48.05% from 255 or 26.35% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 190 - color contains mainly: blue. Hex color #977ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977ABE is #688541. Grayscale: #8A8A8A. Windows color (decimal): -6849858 or 12483223. OLE color: 12483223.

HSL color Cylindrical-coordinate representation of color #977ABE: hue angle of 265.59º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #977ABE is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB151122190-
CMYK0.210.3600.25
HSL265.59º34.34%61.18%-
HSV(B)265.59º35.79%74.51%-
XYZ29.0224.2251.86-
YUV138.42157.11136.97-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.61%
GREEN value IS 122 (48.05% from 255) = 26.35%
BLUE value IS 190 (74.61% from 255) = 41.04%
R=32.61%
G=26.35%
B=41.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1511221900.210.3600.25265.5934.3461.18
Hex977ABE152401910a223d
Octal22717227625440314124275
Binary1001011111110101011111010101100100011001100001010100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,122,190); }

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

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

 a { background-color: rgb(151,122,190); }

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

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

 span { border-color: rgb(151,122,190); }

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