#937AAB

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

Shades of Purple Mountain's Majesty #937AAB

Tints of Purple Mountain's Majesty #937AAB

Color information

#937AAB (or 0x937AAB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 93, 7A and AB. RGB value is (147,122,171). Sum of RGB (Red+Green+Blue) = 147+122+171=440 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.41% from 440); Green value is 122 (48.05% from 255 or 27.73% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 171 - color contains mainly: blue. Hex color #937AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937AAB is #6C8554. Grayscale: #868686. Windows color (decimal): -7112021 or 11238035. OLE color: 11238035.

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

Color convert

RGB147122171-
CMYK0.140.2900.33
HSL270.61º22.58%57.45%-
HSV(B)270.61º28.65%67.06%-
XYZ26.3423.0641.59-
YUV135.06148.28136.52-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.41%
GREEN value IS 122 (48.05% from 255) = 27.73%
BLUE value IS 171 (67.19% from 255) = 38.86%
R=33.41%
G=27.73%
B=38.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1471221710.140.2900.33270.6122.5857.45
Hex937AABE1D02110f1739
Octal22317225316350414172771
Binary10010011111101010101011111011101010000110000111110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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