#939193

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

Shades of Amethyst Smoke #939193

Tints of Amethyst Smoke #939193

Color information

#939193 (or 0x939193) is unknown color: approx Amethyst Smoke. HEX triplet: 93, 91 and 93. RGB value is (147,145,147). Sum of RGB (Red+Green+Blue) = 147+145+147=439 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.49% from 439); Green value is 145 (57.03% from 255 or 33.03% from 439); Blue value is 147 (57.81% from 255 or 33.49% from 439); Max value from RGB is 147 - color contains mainly: red, blue. Hex color #939193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939193 is #6C6E6C. Grayscale: #919191. Windows color (decimal): -7106157 or 9671059. OLE color: 9671059.

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

Color convert

RGB147145147-
CMYK00.0100.42
HSL300º0.92%57.25%-
HSV(B)300º1.36%57.65%-
XYZ27.4228.5631.67-
YUV145.83128.66128.84-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.49%
GREEN value IS 145 (57.03% from 255) = 33.03%
BLUE value IS 147 (57.81% from 255) = 33.49%
R=33.49%
G=33.03%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14714514700.0100.423000.9257.25
Hex9391930102A12c139
Octal22322122301052454171
Binary1001001110010001100100110101010101001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939193; }

 p { color: rgb(147,145,147); }

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

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

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

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

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

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

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