#9B959D

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

Shades of Amethyst Smoke #9B959D

Tints of Amethyst Smoke #9B959D

Color information

#9B959D (or 0x9B959D) is unknown color: approx Amethyst Smoke. HEX triplet: 9B, 95 and 9D. RGB value is (155,149,157). Sum of RGB (Red+Green+Blue) = 155+149+157=461 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.62% from 461); Green value is 149 (58.59% from 255 or 32.32% from 461); Blue value is 157 (61.72% from 255 or 34.06% from 461); Max value from RGB is 157 - color contains mainly: blue. Hex color #9B959D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B959D is #646A62. Grayscale: #979797. Windows color (decimal): -6580835 or 10327451. OLE color: 10327451.

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

Color convert

RGB155149157-
CMYK0.010.0500.38
HSL285º3.92%60%-
HSV(B)285º5.1%61.57%-
XYZ30.3530.936.26-
YUV151.71130.99130.35-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.62%
GREEN value IS 149 (58.59% from 255) = 32.32%
BLUE value IS 157 (61.72% from 255) = 34.06%
R=33.62%
G=32.32%
B=34.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1551491570.010.0500.382853.9260
Hex9B959D1502611d43c
Octal23322523515046435474
Binary10011011100101011001110111010100110100011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B959D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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