#938196

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

Shades of Amethyst Smoke #938196

Tints of Amethyst Smoke #938196

Color information

#938196 (or 0x938196) is unknown color: approx Amethyst Smoke. HEX triplet: 93, 81 and 96. RGB value is (147,129,150). Sum of RGB (Red+Green+Blue) = 147+129+150=426 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.51% from 426); Green value is 129 (50.78% from 255 or 30.28% from 426); Blue value is 150 (58.98% from 255 or 35.21% from 426); Max value from RGB is 150 - color contains mainly: blue. Hex color #938196 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938196 is #6C7E69. Grayscale: #888888. Windows color (decimal): -7110250 or 9863571. OLE color: 9863571.

HSL color Cylindrical-coordinate representation of color #938196: hue angle of 291.43º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #938196 is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB147129150-
CMYK0.020.1400.41
HSL291.43º9.09%54.71%-
HSV(B)291.43º14%58.82%-
XYZ25.3924.1132.17-
YUV136.78135.46135.29-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.51%
GREEN value IS 129 (50.78% from 255) = 30.28%
BLUE value IS 150 (58.98% from 255) = 35.21%
R=34.51%
G=30.28%
B=35.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1471291500.020.1400.41291.439.0954.71
Hex9381962E029123937
Octal2232012262160514431167
Binary10010011100000011001011010111001010011001000111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938196; }

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

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

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

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

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

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

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

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