#937EAB

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

Shades of Purple Mountain's Majesty #937EAB

Tints of Purple Mountain's Majesty #937EAB

Color information

#937EAB (or 0x937EAB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 93, 7E and AB. RGB value is (147,126,171). Sum of RGB (Red+Green+Blue) = 147+126+171=444 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.11% from 444); Green value is 126 (49.61% from 255 or 28.38% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 171 - color contains mainly: blue. Hex color #937EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937EAB is #6C8154. Grayscale: #898989. Windows color (decimal): -7110997 or 11239059. OLE color: 11239059.

HSL color Cylindrical-coordinate representation of color #937EAB: hue angle of 268º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #937EAB is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB147126171-
CMYK0.140.2600.33
HSL268º21.13%58.24%-
HSV(B)268º26.32%67.06%-
XYZ26.8424.0741.76-
YUV137.41146.96134.84-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.11%
GREEN value IS 126 (49.61% from 255) = 28.38%
BLUE value IS 171 (67.19% from 255) = 38.51%
R=33.11%
G=28.38%
B=38.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1471261710.140.2600.3326821.1358.24
Hex937EABE1A02110c153a
Octal22317625316320414142572
Binary10010011111111010101011111011010010000110000110010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937EAB; }

 p { color: rgb(147,126,171); }

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

<style>
 a { background-color: #937EAB; }

 a { background-color: rgb(147,126,171); }

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

<style>
 span { border-color: #937EAB; }

 span { border-color: rgb(147,126,171); }

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