#9780AE

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

Shades of Purple Mountain's Majesty #9780AE

Tints of Purple Mountain's Majesty #9780AE

Color information

#9780AE (or 0x9780AE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 97, 80 and AE. RGB value is (151,128,174). Sum of RGB (Red+Green+Blue) = 151+128+174=453 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.33% from 453); Green value is 128 (50.39% from 255 or 28.26% from 453); Blue value is 174 (68.36% from 255 or 38.41% from 453); Max value from RGB is 174 - color contains mainly: blue. Hex color #9780AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9780AE is #687F51. Grayscale: #8B8B8B. Windows color (decimal): -6848338 or 11436183. OLE color: 11436183.

HSL color Cylindrical-coordinate representation of color #9780AE: hue angle of 270º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9780AE is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB151128174-
CMYK0.130.2600.32
HSL270º22.12%59.22%-
HSV(B)270º26.44%68.24%-
XYZ28.1225.0743.4-
YUV140.12147.12135.76-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.33%
GREEN value IS 128 (50.39% from 255) = 28.26%
BLUE value IS 174 (68.36% from 255) = 38.41%
R=33.33%
G=28.26%
B=38.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1511281740.130.2600.3227022.1259.22
Hex9780AED1A02010e163b
Octal22720025615320404162673
Binary100101111000000010101110110111010010000010000111010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9780AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9780AE; }

 p { color: rgb(151,128,174); }

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

<style>
 a { background-color: #9780AE; }

 a { background-color: rgb(151,128,174); }

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

<style>
 span { border-color: #9780AE; }

 span { border-color: rgb(151,128,174); }

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