#9377AF

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

Shades of Purple Mountain's Majesty #9377AF

Tints of Purple Mountain's Majesty #9377AF

Color information

#9377AF (or 0x9377AF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 93, 77 and AF. RGB value is (147,119,175). Sum of RGB (Red+Green+Blue) = 147+119+175=441 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.33% from 441); Green value is 119 (46.88% from 255 or 26.98% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 175 - color contains mainly: blue. Hex color #9377AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9377AF is #6C8850. Grayscale: #858585. Windows color (decimal): -7112785 or 11499411. OLE color: 11499411.

HSL color Cylindrical-coordinate representation of color #9377AF: hue angle of 270º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9377AF is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB147119175-
CMYK0.160.3200.31
HSL270º25.93%57.65%-
HSV(B)270º32%68.63%-
XYZ26.3722.4943.51-
YUV133.76151.28137.45-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.33%
GREEN value IS 119 (46.88% from 255) = 26.98%
BLUE value IS 175 (68.75% from 255) = 39.68%
R=33.33%
G=26.98%
B=39.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1471191750.160.3200.3127025.9357.65
Hex9377AF102001F10e1a3a
Octal22316725720400374163272
Binary100100111110111101011111000010000001111110000111011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9377AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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