#9782AA

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

Shades of Purple Mountain's Majesty #9782AA

Tints of Purple Mountain's Majesty #9782AA

Color information

#9782AA (or 0x9782AA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 97, 82 and AA. RGB value is (151,130,170). Sum of RGB (Red+Green+Blue) = 151+130+170=451 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.48% from 451); Green value is 130 (51.17% from 255 or 28.82% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 170 - color contains mainly: blue. Hex color #9782AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9782AA is #687D55. Grayscale: #8C8C8C. Windows color (decimal): -6847830 or 11174551. OLE color: 11174551.

HSL color Cylindrical-coordinate representation of color #9782AA: hue angle of 271.5º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9782AA is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB151130170-
CMYK0.110.2400.33
HSL271.5º19.05%58.82%-
HSV(B)271.5º23.53%66.67%-
XYZ2825.4541.47-
YUV140.84144.46135.25-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.48%
GREEN value IS 130 (51.17% from 255) = 28.82%
BLUE value IS 170 (66.80% from 255) = 37.69%
R=33.48%
G=28.82%
B=37.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1511301700.110.2400.33271.519.0558.82
Hex9782AAB18021110133b
Octal22720225213300414202373
Binary100101111000001010101010101111000010000110001000010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9782AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9782AA; }

 p { color: rgb(151,130,170); }

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

<style>
 a { background-color: #9782AA; }

 a { background-color: rgb(151,130,170); }

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

<style>
 span { border-color: #9782AA; }

 span { border-color: rgb(151,130,170); }

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