#9377AE

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

Shades of Purple Mountain's Majesty #9377AE

Tints of Purple Mountain's Majesty #9377AE

Color information

#9377AE (or 0x9377AE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 93, 77 and AE. RGB value is (147,119,174). Sum of RGB (Red+Green+Blue) = 147+119+174=440 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.41% from 440); Green value is 119 (46.88% from 255 or 27.05% from 440); Blue value is 174 (68.36% from 255 or 39.55% from 440); Max value from RGB is 174 - color contains mainly: blue. Hex color #9377AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9377AE is #6C8851. Grayscale: #858585. Windows color (decimal): -7112786 or 11433875. OLE color: 11433875.

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

Color convert

RGB147119174-
CMYK0.160.3200.32
HSL270.55º25.35%57.45%-
HSV(B)270.55º31.61%68.24%-
XYZ26.2722.4542.99-
YUV133.64150.78137.53-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.41%
GREEN value IS 119 (46.88% from 255) = 27.05%
BLUE value IS 174 (68.36% from 255) = 39.55%
R=33.41%
G=27.05%
B=39.55%

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
Decimal1471191740.160.3200.32270.5525.3557.45
Hex9377AE102002010f1939
Octal22316725620400404173171
Binary1001001111101111010111010000100000010000010000111111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9377AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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