#937BAA

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

Shades of Purple Mountain's Majesty #937BAA

Tints of Purple Mountain's Majesty #937BAA

Color information

#937BAA (or 0x937BAA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 93, 7B and AA. RGB value is (147,123,170). Sum of RGB (Red+Green+Blue) = 147+123+170=440 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.41% from 440); Green value is 123 (48.44% from 255 or 27.95% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 170 - color contains mainly: blue. Hex color #937BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937BAA is #6C8455. Grayscale: #878787. Windows color (decimal): -7111766 or 11172755. OLE color: 11172755.

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

Color convert

RGB147123170-
CMYK0.140.2800.33
HSL270.64º21.66%57.45%-
HSV(B)270.64º27.65%66.67%-
XYZ26.3723.2741.13-
YUV135.53147.45136.18-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.41%
GREEN value IS 123 (48.44% from 255) = 27.95%
BLUE value IS 170 (66.80% from 255) = 38.64%
R=33.41%
G=27.95%
B=38.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1471231700.140.2800.33270.6421.6657.45
Hex937BAAE1C02110f1639
Octal22317325216340414172671
Binary10010011111101110101010111011100010000110000111110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,123,170); }

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

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

 a { background-color: rgb(147,123,170); }

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

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

 span { border-color: rgb(147,123,170); }

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