#9B899D

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

Shades of Amethyst Smoke #9B899D

Tints of Amethyst Smoke #9B899D

Color information

#9B899D (or 0x9B899D) is unknown color: approx Amethyst Smoke. HEX triplet: 9B, 89 and 9D. RGB value is (155,137,157). Sum of RGB (Red+Green+Blue) = 155+137+157=449 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.52% from 449); Green value is 137 (53.91% from 255 or 30.51% from 449); Blue value is 157 (61.72% from 255 or 34.97% from 449); Max value from RGB is 157 - color contains mainly: blue. Hex color #9B899D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B899D is #647662. Grayscale: #909090. Windows color (decimal): -6583907 or 10324379. OLE color: 10324379.

HSL color Cylindrical-coordinate representation of color #9B899D: hue angle of 294º 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 #9B899D is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB155137157-
CMYK0.010.1300.38
HSL294º9.26%57.65%-
HSV(B)294º12.74%61.57%-
XYZ28.5527.2935.66-
YUV144.66134.96135.37-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.52%
GREEN value IS 137 (53.91% from 255) = 30.51%
BLUE value IS 157 (61.72% from 255) = 34.97%
R=34.52%
G=30.51%
B=34.97%

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
Decimal1551371570.010.1300.382949.2657.65
Hex9B899D1D02612693a
Octal2332112351150464461172
Binary1001101110001001100111011110101001101001001101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B899D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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