#977ABF

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

Shades of Purple Mountain's Majesty #977ABF

Tints of Purple Mountain's Majesty #977ABF

Color information

#977ABF (or 0x977ABF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 97, 7A and BF. RGB value is (151,122,191). Sum of RGB (Red+Green+Blue) = 151+122+191=464 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.54% from 464); Green value is 122 (48.05% from 255 or 26.29% from 464); Blue value is 191 (75% from 255 or 41.16% from 464); Max value from RGB is 191 - color contains mainly: blue. Hex color #977ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977ABF is #688540. Grayscale: #8A8A8A. Windows color (decimal): -6849857 or 12548759. OLE color: 12548759.

HSL color Cylindrical-coordinate representation of color #977ABF: hue angle of 265.22º degrees, saturation: 0.35, 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 #977ABF is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB151122191-
CMYK0.210.3600.25
HSL265.22º35.03%61.37%-
HSV(B)265.22º36.13%74.9%-
XYZ29.1324.2652.44-
YUV138.54157.61136.89-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.54%
GREEN value IS 122 (48.05% from 255) = 26.29%
BLUE value IS 191 (75% from 255) = 41.16%
R=32.54%
G=26.29%
B=41.16%

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
Decimal1511221910.210.3600.25265.2235.0361.37
Hex977ABF1524019109233d
Octal22717227725440314114375
Binary1001011111110101011111110101100100011001100001001100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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