#937C9B

Color #937C9B Amethyst Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst Smoke #937C9B

Tints of Amethyst Smoke #937C9B

Color information

#937C9B (or 0x937C9B) is unknown color: approx Amethyst Smoke. HEX triplet: 93, 7C and 9B. RGB value is (147,124,155). Sum of RGB (Red+Green+Blue) = 147+124+155=426 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.51% from 426); Green value is 124 (48.83% from 255 or 29.11% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 155 - color contains mainly: blue. Hex color #937C9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937C9B is #6C8364. Grayscale: #868686. Windows color (decimal): -7111525 or 10189971. OLE color: 10189971.

HSL color Cylindrical-coordinate representation of color #937C9B: hue angle of 284.52º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #937C9B is Cyan = 0.05, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB147124155-
CMYK0.050.200.39
HSL284.52º13.42%54.71%-
HSV(B)284.52º20%60.78%-
XYZ25.1622.9834.12-
YUV134.41139.62136.98-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.51%
GREEN value IS 124 (48.83% from 255) = 29.11%
BLUE value IS 155 (60.94% from 255) = 36.38%
R=34.51%
G=29.11%
B=36.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1471241550.050.200.39284.5213.4254.71
Hex937C9B51402711dd37
Octal2231742335240474351567
Binary100100111111100100110111011010001001111000111011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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