#9077AE

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

Shades of Purple Mountain's Majesty #9077AE

Tints of Purple Mountain's Majesty #9077AE

Color information

#9077AE (or 0x9077AE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 90, 77 and AE. RGB value is (144,119,174). Sum of RGB (Red+Green+Blue) = 144+119+174=437 (57% of max value = 765). Red value is 144 (56.64% from 255 or 32.95% from 437); Green value is 119 (46.88% from 255 or 27.23% from 437); Blue value is 174 (68.36% from 255 or 39.82% from 437); Max value from RGB is 174 - color contains mainly: blue. Hex color #9077AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9077AE is #6F8851. Grayscale: #848484. Windows color (decimal): -7309394 or 11433872. OLE color: 11433872.

HSL color Cylindrical-coordinate representation of color #9077AE: hue angle of 267.27º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9077AE is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB144119174-
CMYK0.170.3200.32
HSL267.27º25.35%57.45%-
HSV(B)267.27º31.61%68.24%-
XYZ25.7422.1842.97-
YUV132.74151.28136.03-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.95%
GREEN value IS 119 (46.88% from 255) = 27.23%
BLUE value IS 174 (68.36% from 255) = 39.82%
R=32.95%
G=27.23%
B=39.82%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1441191740.170.3200.32267.2725.3557.45
Hex9077AE112002010b1939
Octal22016725621400404133171
Binary1001000011101111010111010001100000010000010000101111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9077AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,119,174); }

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

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

 a { background-color: rgb(144,119,174); }

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

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

 span { border-color: rgb(144,119,174); }

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