#937B9D

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

Shades of Amethyst Smoke #937B9D

Tints of Amethyst Smoke #937B9D

Color information

#937B9D (or 0x937B9D) is unknown color: approx Amethyst Smoke. HEX triplet: 93, 7B and 9D. RGB value is (147,123,157). Sum of RGB (Red+Green+Blue) = 147+123+157=427 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.43% from 427); Green value is 123 (48.44% from 255 or 28.81% from 427); Blue value is 157 (61.72% from 255 or 36.77% from 427); Max value from RGB is 157 - color contains mainly: blue. Hex color #937B9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937B9D is #6C8462. Grayscale: #858585. Windows color (decimal): -7111779 or 10320787. OLE color: 10320787.

HSL color Cylindrical-coordinate representation of color #937B9D: hue angle of 282.35º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #937B9D is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB147123157-
CMYK0.060.2200.38
HSL282.35º14.78%54.9%-
HSV(B)282.35º21.66%61.57%-
XYZ25.222.834.97-
YUV134.05140.95137.24-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.43%
GREEN value IS 123 (48.44% from 255) = 28.81%
BLUE value IS 157 (61.72% from 255) = 36.77%
R=34.43%
G=28.81%
B=36.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1471231570.060.2200.38282.3514.7854.9
Hex937B9D61602611af37
Octal2231732356260464321767
Binary100100111111011100111011101011001001101000110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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