#93839F

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

Shades of Amethyst Smoke #93839F

Tints of Amethyst Smoke #93839F

Color information

#93839F (or 0x93839F) is unknown color: approx Amethyst Smoke. HEX triplet: 93, 83 and 9F. RGB value is (147,131,159). Sum of RGB (Red+Green+Blue) = 147+131+159=437 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.64% from 437); Green value is 131 (51.56% from 255 or 29.98% from 437); Blue value is 159 (62.5% from 255 or 36.38% from 437); Max value from RGB is 159 - color contains mainly: blue. Hex color #93839F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93839F is #6C7C60. Grayscale: #8A8A8A. Windows color (decimal): -7109729 or 10453907. OLE color: 10453907.

HSL color Cylindrical-coordinate representation of color #93839F: hue angle of 274.29º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #93839F is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB147131159-
CMYK0.080.1800.38
HSL274.29º12.73%56.86%-
HSV(B)274.29º17.61%62.35%-
XYZ26.4124.9436.22-
YUV138.98139.3133.72-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.64%
GREEN value IS 131 (51.56% from 255) = 29.98%
BLUE value IS 159 (62.5% from 255) = 36.38%
R=33.64%
G=29.98%
B=36.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1471311590.080.1800.38274.2912.7356.86
Hex93839F812026112d39
Octal22320323710220464221571
Binary10010011100000111001111110001001001001101000100101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93839F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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