#937EAD

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

Shades of Purple Mountain's Majesty #937EAD

Tints of Purple Mountain's Majesty #937EAD

Color information

#937EAD (or 0x937EAD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 93, 7E and AD. RGB value is (147,126,173). Sum of RGB (Red+Green+Blue) = 147+126+173=446 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.96% from 446); Green value is 126 (49.61% from 255 or 28.25% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 173 - color contains mainly: blue. Hex color #937EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937EAD is #6C8152. Grayscale: #898989. Windows color (decimal): -7110995 or 11370131. OLE color: 11370131.

HSL color Cylindrical-coordinate representation of color #937EAD: hue angle of 266.81º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #937EAD is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB147126173-
CMYK0.150.2700.32
HSL266.81º22.27%58.63%-
HSV(B)266.81º27.17%67.84%-
XYZ27.0424.1442.77-
YUV137.64147.96134.68-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.96%
GREEN value IS 126 (49.61% from 255) = 28.25%
BLUE value IS 173 (67.97% from 255) = 38.79%
R=32.96%
G=28.25%
B=38.79%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1471261730.150.2700.32266.8122.2758.63
Hex937EADF1B02010b163b
Octal22317625517330404132673
Binary10010011111111010101101111111011010000010000101110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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