#9C899D

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

Shades of Amethyst Smoke #9C899D

Tints of Amethyst Smoke #9C899D

Color information

#9C899D (or 0x9C899D) is unknown color: approx Amethyst Smoke. HEX triplet: 9C, 89 and 9D. RGB value is (156,137,157). Sum of RGB (Red+Green+Blue) = 156+137+157=450 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.67% from 450); Green value is 137 (53.91% from 255 or 30.44% from 450); Blue value is 157 (61.72% from 255 or 34.89% from 450); Max value from RGB is 157 - color contains mainly: blue. Hex color #9C899D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C899D is #637662. Grayscale: #909090. Windows color (decimal): -6518371 or 10324380. OLE color: 10324380.

HSL color Cylindrical-coordinate representation of color #9C899D: hue angle of 297º degrees, saturation: 0.09, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9C899D is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB156137157-
CMYK0.010.1300.38
HSL297º9.26%57.65%-
HSV(B)297º12.74%61.57%-
XYZ28.7427.3935.67-
YUV144.96134.79135.87-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.67%
GREEN value IS 137 (53.91% from 255) = 30.44%
BLUE value IS 157 (61.72% from 255) = 34.89%
R=34.67%
G=30.44%
B=34.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1561371570.010.1300.382979.2657.65
Hex9C899D1D02612993a
Octal2342112351150464511172
Binary1001110010001001100111011110101001101001010011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C899D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C899D; }

 p { color: rgb(156,137,157); }

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

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

 a { background-color: rgb(156,137,157); }

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

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

 span { border-color: rgb(156,137,157); }

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