#9277AE

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

Shades of Purple Mountain's Majesty #9277AE

Tints of Purple Mountain's Majesty #9277AE

Color information

#9277AE (or 0x9277AE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 92, 77 and AE. RGB value is (146,119,174). Sum of RGB (Red+Green+Blue) = 146+119+174=439 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.26% from 439); Green value is 119 (46.88% from 255 or 27.11% from 439); Blue value is 174 (68.36% from 255 or 39.64% from 439); Max value from RGB is 174 - color contains mainly: blue. Hex color #9277AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9277AE is #6D8851. Grayscale: #858585. Windows color (decimal): -7178322 or 11433874. OLE color: 11433874.

HSL color Cylindrical-coordinate representation of color #9277AE: hue angle of 269.45º 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 #9277AE is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB146119174-
CMYK0.160.3200.32
HSL269.45º25.35%57.45%-
HSV(B)269.45º31.61%68.24%-
XYZ26.0922.3642.99-
YUV133.34150.95137.03-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.26%
GREEN value IS 119 (46.88% from 255) = 27.11%
BLUE value IS 174 (68.36% from 255) = 39.64%
R=33.26%
G=27.11%
B=39.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1461191740.160.3200.32269.4525.3557.45
Hex9277AE102002010d1939
Octal22216725620400404153171
Binary1001001011101111010111010000100000010000010000110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9277AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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