#93809D

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

Shades of Amethyst Smoke #93809D

Tints of Amethyst Smoke #93809D

Color information

#93809D (or 0x93809D) is unknown color: approx Amethyst Smoke. HEX triplet: 93, 80 and 9D. RGB value is (147,128,157). Sum of RGB (Red+Green+Blue) = 147+128+157=432 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.03% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 157 (61.72% from 255 or 36.34% from 432); Max value from RGB is 157 - color contains mainly: blue. Hex color #93809D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93809D is #6C7F62. Grayscale: #888888. Windows color (decimal): -7110499 or 10322067. OLE color: 10322067.

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

Color convert

RGB147128157-
CMYK0.060.1800.38
HSL279.31º12.89%55.88%-
HSV(B)279.31º18.47%61.57%-
XYZ25.8424.0835.18-
YUV136.99139.29135.14-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.03%
GREEN value IS 128 (50.39% from 255) = 29.63%
BLUE value IS 157 (61.72% from 255) = 36.34%
R=34.03%
G=29.63%
B=36.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1471281570.060.1800.38279.3112.8955.88
Hex93809D612026117d38
Octal2232002356220464271570
Binary1001001110000000100111011101001001001101000101111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93809D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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