#937DAB

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

Shades of Purple Mountain's Majesty #937DAB

Tints of Purple Mountain's Majesty #937DAB

Color information

#937DAB (or 0x937DAB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 93, 7D and AB. RGB value is (147,125,171). Sum of RGB (Red+Green+Blue) = 147+125+171=443 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.18% from 443); Green value is 125 (49.22% from 255 or 28.22% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 171 - color contains mainly: blue. Hex color #937DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937DAB is #6C8254. Grayscale: #888888. Windows color (decimal): -7111253 or 11238803. OLE color: 11238803.

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

Color convert

RGB147125171-
CMYK0.140.2700.33
HSL268.7º21.5%58.04%-
HSV(B)268.7º26.9%67.06%-
XYZ26.7223.8141.72-
YUV136.82147.29135.26-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.18%
GREEN value IS 125 (49.22% from 255) = 28.22%
BLUE value IS 171 (67.19% from 255) = 38.60%
R=33.18%
G=28.22%
B=38.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1471251710.140.2700.33268.721.558.04
Hex937DABE1B02110d153a
Octal22317525316330414152572
Binary10010011111110110101011111011011010000110000110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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