#937996

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

Shades of Amethyst Smoke #937996

Tints of Amethyst Smoke #937996

Color information

#937996 (or 0x937996) is unknown color: approx Amethyst Smoke. HEX triplet: 93, 79 and 96. RGB value is (147,121,150). Sum of RGB (Red+Green+Blue) = 147+121+150=418 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.17% from 418); Green value is 121 (47.66% from 255 or 28.95% from 418); Blue value is 150 (58.98% from 255 or 35.89% from 418); Max value from RGB is 150 - color contains mainly: blue. Hex color #937996 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937996 is #6C8669. Grayscale: #838383. Windows color (decimal): -7112298 or 9861523. OLE color: 9861523.

HSL color Cylindrical-coordinate representation of color #937996: hue angle of 293.79º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #937996 is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB147121150-
CMYK0.020.1900.41
HSL293.79º12.13%53.14%-
HSV(B)293.79º19.33%58.82%-
XYZ24.3822.0831.83-
YUV132.08138.11138.64-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.17%
GREEN value IS 121 (47.66% from 255) = 28.95%
BLUE value IS 150 (58.98% from 255) = 35.89%
R=35.17%
G=28.95%
B=35.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1471211500.020.1900.41293.7912.1353.14
Hex937996213029126c35
Octal2231712262230514461465
Binary10010011111100110010110101001101010011001001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937996; }

 p { color: rgb(147,121,150); }

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

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

 a { background-color: rgb(147,121,150); }

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

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

 span { border-color: rgb(147,121,150); }

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