#9B989C

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

Shades of Amethyst Smoke #9B989C

Tints of Amethyst Smoke #9B989C

Color information

#9B989C (or 0x9B989C) is unknown color: approx Amethyst Smoke. HEX triplet: 9B, 98 and 9C. RGB value is (155,152,156). Sum of RGB (Red+Green+Blue) = 155+152+156=463 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.48% from 463); Green value is 152 (59.77% from 255 or 32.83% from 463); Blue value is 156 (61.33% from 255 or 33.69% from 463); Max value from RGB is 156 - color contains mainly: blue. Hex color #9B989C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B989C is #646763. Grayscale: #999999. Windows color (decimal): -6580068 or 10262683. OLE color: 10262683.

HSL color Cylindrical-coordinate representation of color #9B989C: hue angle of 285º degrees, saturation: 0.02, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #9B989C is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB155152156-
CMYK0.010.0300.39
HSL285º1.98%60.39%-
HSV(B)285º2.56%61.18%-
XYZ30.7531.8335.97-
YUV153.35129.49129.17-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.48%
GREEN value IS 152 (59.77% from 255) = 32.83%
BLUE value IS 156 (61.33% from 255) = 33.69%
R=33.48%
G=32.83%
B=33.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551521560.010.0300.392851.9860.39
Hex9B989C1302711d23c
Octal23323023413047435274
Binary100110111001100010011100111010011110001110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B989C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,152,156); }

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

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

 a { background-color: rgb(155,152,156); }

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

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

 span { border-color: rgb(155,152,156); }

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