#9777AF

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

Shades of Purple Mountain's Majesty #9777AF

Tints of Purple Mountain's Majesty #9777AF

Color information

#9777AF (or 0x9777AF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 97, 77 and AF. RGB value is (151,119,175). Sum of RGB (Red+Green+Blue) = 151+119+175=445 (58% of max value = 765). Red value is 151 (59.38% from 255 or 33.93% from 445); Green value is 119 (46.88% from 255 or 26.74% from 445); Blue value is 175 (68.75% from 255 or 39.33% from 445); Max value from RGB is 175 - color contains mainly: blue. Hex color #9777AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9777AF is #688850. Grayscale: #868686. Windows color (decimal): -6850641 or 11499415. OLE color: 11499415.

HSL color Cylindrical-coordinate representation of color #9777AF: hue angle of 274.29º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9777AF is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB151119175-
CMYK0.140.3200.31
HSL274.29º25.93%57.65%-
HSV(B)274.29º32%68.63%-
XYZ27.122.8743.54-
YUV134.95150.6139.45-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.93%
GREEN value IS 119 (46.88% from 255) = 26.74%
BLUE value IS 175 (68.75% from 255) = 39.33%
R=33.93%
G=26.74%
B=39.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1511191750.140.3200.31274.2925.9357.65
Hex9777AFE2001F1121a3a
Octal22716725716400374223272
Binary10010111111011110101111111010000001111110001001011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9777AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9777AF; }

 p { color: rgb(151,119,175); }

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

<style>
 a { background-color: #9777AF; }

 a { background-color: rgb(151,119,175); }

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

<style>
 span { border-color: #9777AF; }

 span { border-color: rgb(151,119,175); }

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