#937CAC

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

Shades of Purple Mountain's Majesty #937CAC

Tints of Purple Mountain's Majesty #937CAC

Color information

#937CAC (or 0x937CAC) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 93, 7C and AC. RGB value is (147,124,172). Sum of RGB (Red+Green+Blue) = 147+124+172=443 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.18% from 443); Green value is 124 (48.83% from 255 or 27.99% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 172 - color contains mainly: blue. Hex color #937CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937CAC is #6C8353. Grayscale: #888888. Windows color (decimal): -7111508 or 11304083. OLE color: 11304083.

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

Color convert

RGB147124172-
CMYK0.150.2800.33
HSL268.75º22.43%58.04%-
HSV(B)268.75º27.91%67.45%-
XYZ26.6923.642.18-
YUV136.35148.12135.6-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.18%
GREEN value IS 124 (48.83% from 255) = 27.99%
BLUE value IS 172 (67.58% from 255) = 38.83%
R=33.18%
G=27.99%
B=38.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1471241720.150.2800.33268.7522.4358.04
Hex937CACF1C02110d163a
Octal22317425417340414152672
Binary10010011111110010101100111111100010000110000110110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,124,172); }

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

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

 a { background-color: rgb(147,124,172); }

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

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

 span { border-color: rgb(147,124,172); }

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