#937E95

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

Shades of Amethyst Smoke #937E95

Tints of Amethyst Smoke #937E95

Color information

#937E95 (or 0x937E95) is unknown color: approx Amethyst Smoke. HEX triplet: 93, 7E and 95. RGB value is (147,126,149). Sum of RGB (Red+Green+Blue) = 147+126+149=422 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.83% from 422); Green value is 126 (49.61% from 255 or 29.86% from 422); Blue value is 149 (58.59% from 255 or 35.31% from 422); Max value from RGB is 149 - color contains mainly: blue. Hex color #937E95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937E95 is #6C816A. Grayscale: #868686. Windows color (decimal): -7111019 or 9797267. OLE color: 9797267.

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

Color convert

RGB147126149-
CMYK0.010.1500.42
HSL294.78º9.79%53.92%-
HSV(B)294.78º15.44%58.43%-
XYZ24.9223.2931.62-
YUV134.9135.96136.63-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.83%
GREEN value IS 126 (49.61% from 255) = 29.86%
BLUE value IS 149 (58.59% from 255) = 35.31%
R=34.83%
G=29.86%
B=35.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471261490.010.1500.42294.789.7953.92
Hex937E951F02A127a36
Octal2231762251170524471266
Binary100100111111110100101011111101010101001001111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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