#9B909C

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

Shades of Amethyst Smoke #9B909C

Tints of Amethyst Smoke #9B909C

Color information

#9B909C (or 0x9B909C) is unknown color: approx Amethyst Smoke. HEX triplet: 9B, 90 and 9C. RGB value is (155,144,156). Sum of RGB (Red+Green+Blue) = 155+144+156=455 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.07% from 455); Green value is 144 (56.64% from 255 or 31.65% from 455); Blue value is 156 (61.33% from 255 or 34.29% from 455); Max value from RGB is 156 - color contains mainly: blue. Hex color #9B909C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B909C is #646F63. Grayscale: #949494. Windows color (decimal): -6582116 or 10260635. OLE color: 10260635.

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

Color convert

RGB155144156-
CMYK0.010.0800.39
HSL295º5.71%58.82%-
HSV(B)295º7.69%61.18%-
XYZ29.4929.3235.56-
YUV148.66132.14132.52-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.07%
GREEN value IS 144 (56.64% from 255) = 31.65%
BLUE value IS 156 (61.33% from 255) = 34.29%
R=34.07%
G=31.65%
B=34.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551441560.010.0800.392955.7158.82
Hex9B909C1802712763b
Octal233220234110047447673
Binary100110111001000010011100110000100111100100111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B909C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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