#9377AD

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

Shades of Purple Mountain's Majesty #9377AD

Tints of Purple Mountain's Majesty #9377AD

Color information

#9377AD (or 0x9377AD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 93, 77 and AD. RGB value is (147,119,173). Sum of RGB (Red+Green+Blue) = 147+119+173=439 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.49% from 439); Green value is 119 (46.88% from 255 or 27.11% from 439); Blue value is 173 (67.97% from 255 or 39.41% from 439); Max value from RGB is 173 - color contains mainly: blue. Hex color #9377AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9377AD is #6C8852. Grayscale: #858585. Windows color (decimal): -7112787 or 11368339. OLE color: 11368339.

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

Color convert

RGB147119173-
CMYK0.150.3100.32
HSL271.11º24.77%57.25%-
HSV(B)271.11º31.21%67.84%-
XYZ26.1722.4142.48-
YUV133.53150.28137.61-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.49%
GREEN value IS 119 (46.88% from 255) = 27.11%
BLUE value IS 173 (67.97% from 255) = 39.41%
R=33.49%
G=27.11%
B=39.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1471191730.150.3100.32271.1124.7757.25
Hex9377ADF1F02010f1939
Octal22316725517370404173171
Binary10010011111011110101101111111111010000010000111111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9377AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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