#93839D

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

Shades of Amethyst Smoke #93839D

Tints of Amethyst Smoke #93839D

Color information

#93839D (or 0x93839D) is unknown color: approx Amethyst Smoke. HEX triplet: 93, 83 and 9D. RGB value is (147,131,157). Sum of RGB (Red+Green+Blue) = 147+131+157=435 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.79% from 435); Green value is 131 (51.56% from 255 or 30.11% from 435); Blue value is 157 (61.72% from 255 or 36.09% from 435); Max value from RGB is 157 - color contains mainly: blue. Hex color #93839D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93839D is #6C7C62. Grayscale: #8A8A8A. Windows color (decimal): -7109731 or 10322835. OLE color: 10322835.

HSL color Cylindrical-coordinate representation of color #93839D: hue angle of 276.92º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #93839D is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB147131157-
CMYK0.060.1700.38
HSL276.92º11.71%56.47%-
HSV(B)276.92º16.56%61.57%-
XYZ26.2324.8735.32-
YUV138.75138.3133.89-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.79%
GREEN value IS 131 (51.56% from 255) = 30.11%
BLUE value IS 157 (61.72% from 255) = 36.09%
R=33.79%
G=30.11%
B=36.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1471311570.060.1700.38276.9211.7156.47
Hex93839D611026115c38
Octal2232032356210464251470
Binary1001001110000011100111011101000101001101000101011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93839D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93839D; }

 p { color: rgb(147,131,157); }

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

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

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

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

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

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

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