#937D95

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

Shades of Amethyst Smoke #937D95

Tints of Amethyst Smoke #937D95

Color information

#937D95 (or 0x937D95) is unknown color: approx Amethyst Smoke. HEX triplet: 93, 7D and 95. RGB value is (147,125,149). Sum of RGB (Red+Green+Blue) = 147+125+149=421 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.92% from 421); Green value is 125 (49.22% from 255 or 29.69% from 421); Blue value is 149 (58.59% from 255 or 35.39% from 421); Max value from RGB is 149 - color contains mainly: blue. Hex color #937D95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937D95 is #6C826A. Grayscale: #868686. Windows color (decimal): -7111275 or 9797011. OLE color: 9797011.

HSL color Cylindrical-coordinate representation of color #937D95: hue angle of 295º 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 #937D95 is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB147125149-
CMYK0.010.1600.42
HSL295º10.17%53.73%-
HSV(B)295º16.11%58.43%-
XYZ24.7923.0431.57-
YUV134.31136.29137.05-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.92%
GREEN value IS 125 (49.22% from 255) = 29.69%
BLUE value IS 149 (58.59% from 255) = 35.39%
R=34.92%
G=29.69%
B=35.39%

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
Decimal1471251490.010.1600.4229510.1753.73
Hex937D9511002A127a36
Octal2231752251200524471266
Binary1001001111111011001010111000001010101001001111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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