#93819D

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

Shades of Amethyst Smoke #93819D

Tints of Amethyst Smoke #93819D

Color information

#93819D (or 0x93819D) is unknown color: approx Amethyst Smoke. HEX triplet: 93, 81 and 9D. RGB value is (147,129,157). Sum of RGB (Red+Green+Blue) = 147+129+157=433 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.95% from 433); Green value is 129 (50.78% from 255 or 29.79% from 433); Blue value is 157 (61.72% from 255 or 36.26% from 433); Max value from RGB is 157 - color contains mainly: blue. Hex color #93819D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93819D is #6C7E62. Grayscale: #898989. Windows color (decimal): -7110243 or 10322323. OLE color: 10322323.

HSL color Cylindrical-coordinate representation of color #93819D: hue angle of 278.57º degrees, saturation: 0.12, 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 #93819D is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB147129157-
CMYK0.060.1800.38
HSL278.57º12.5%56.08%-
HSV(B)278.57º17.83%61.57%-
XYZ25.9724.3435.23-
YUV137.57138.96134.72-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.95%
GREEN value IS 129 (50.78% from 255) = 29.79%
BLUE value IS 157 (61.72% from 255) = 36.26%
R=33.95%
G=29.79%
B=36.26%

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
Decimal1471291570.060.1800.38278.5712.556.08
Hex93819D612026117c38
Octal2232012356220464271470
Binary1001001110000001100111011101001001001101000101111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93819D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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