#937E9E

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

Shades of Amethyst Smoke #937E9E

Tints of Amethyst Smoke #937E9E

Color information

#937E9E (or 0x937E9E) is unknown color: approx Amethyst Smoke. HEX triplet: 93, 7E and 9E. RGB value is (147,126,158). Sum of RGB (Red+Green+Blue) = 147+126+158=431 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.11% from 431); Green value is 126 (49.61% from 255 or 29.23% from 431); Blue value is 158 (62.11% from 255 or 36.66% from 431); Max value from RGB is 158 - color contains mainly: blue. Hex color #937E9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937E9E is #6C8161. Grayscale: #878787. Windows color (decimal): -7111010 or 10387091. OLE color: 10387091.

HSL color Cylindrical-coordinate representation of color #937E9E: hue angle of 279.38º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #937E9E is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB147126158-
CMYK0.070.2000.38
HSL279.38º14.16%55.69%-
HSV(B)279.38º20.25%61.96%-
XYZ25.6723.5935.55-
YUV135.93140.46135.9-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.11%
GREEN value IS 126 (49.61% from 255) = 29.23%
BLUE value IS 158 (62.11% from 255) = 36.66%
R=34.11%
G=29.23%
B=36.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1471261580.070.2000.38279.3814.1655.69
Hex937E9E714026117e38
Octal2231762367240464271670
Binary100100111111110100111101111010001001101000101111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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