#977BAD

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

Shades of Purple Mountain's Majesty #977BAD

Tints of Purple Mountain's Majesty #977BAD

Color information

#977BAD (or 0x977BAD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 97, 7B and AD. RGB value is (151,123,173). Sum of RGB (Red+Green+Blue) = 151+123+173=447 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.78% from 447); Green value is 123 (48.44% from 255 or 27.52% from 447); Blue value is 173 (67.97% from 255 or 38.70% from 447); Max value from RGB is 173 - color contains mainly: blue. Hex color #977BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977BAD is #688452. Grayscale: #888888. Windows color (decimal): -6849619 or 11369367. OLE color: 11369367.

HSL color Cylindrical-coordinate representation of color #977BAD: hue angle of 273.6º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #977BAD is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB151123173-
CMYK0.130.2900.32
HSL273.6º23.36%58.04%-
HSV(B)273.6º28.9%67.84%-
XYZ27.3923.7642.68-
YUV137.07148.28137.93-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.78%
GREEN value IS 123 (48.44% from 255) = 27.52%
BLUE value IS 173 (67.97% from 255) = 38.70%
R=33.78%
G=27.52%
B=38.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1511231730.130.2900.32273.623.3658.04
Hex977BADD1D020112173a
Octal22717325515350404222772
Binary10010111111101110101101110111101010000010001001010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,123,173); }

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

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

 a { background-color: rgb(151,123,173); }

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

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

 span { border-color: rgb(151,123,173); }

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