#937D94

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

Shades of Amethyst Smoke #937D94

Tints of Amethyst Smoke #937D94

Color information

#937D94 (or 0x937D94) is unknown color: approx Amethyst Smoke. HEX triplet: 93, 7D and 94. RGB value is (147,125,148). Sum of RGB (Red+Green+Blue) = 147+125+148=420 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35% from 420); Green value is 125 (49.22% from 255 or 29.76% from 420); Blue value is 148 (58.20% from 255 or 35.24% from 420); Max value from RGB is 148 - color contains mainly: blue. Hex color #937D94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937D94 is #6C826B. Grayscale: #868686. Windows color (decimal): -7111276 or 9731475. OLE color: 9731475.

HSL color Cylindrical-coordinate representation of color #937D94: hue angle of 297.39º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #937D94 is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB147125148-
CMYK0.010.1600.42
HSL297.39º9.7%53.53%-
HSV(B)297.39º15.54%58.04%-
XYZ24.7123.0131.16-
YUV134.2135.79137.13-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35%
GREEN value IS 125 (49.22% from 255) = 29.76%
BLUE value IS 148 (58.20% from 255) = 35.24%
R=35%
G=29.76%
B=35.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471251480.010.1600.42297.399.753.53
Hex937D9411002A129a36
Octal2231752241200524511266
Binary1001001111111011001010011000001010101001010011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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