#9C989D

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

Shades of Amethyst Smoke #9C989D

Tints of Amethyst Smoke #9C989D

Color information

#9C989D (or 0x9C989D) is unknown color: approx Amethyst Smoke. HEX triplet: 9C, 98 and 9D. RGB value is (156,152,157). Sum of RGB (Red+Green+Blue) = 156+152+157=465 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.55% from 465); Green value is 152 (59.77% from 255 or 32.69% from 465); Blue value is 157 (61.72% from 255 or 33.76% from 465); Max value from RGB is 157 - color contains mainly: blue. Hex color #9C989D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C989D is #636762. Grayscale: #999999. Windows color (decimal): -6514531 or 10328220. OLE color: 10328220.

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

Color convert

RGB156152157-
CMYK0.010.0300.38
HSL288º2.49%60.59%-
HSV(B)288º3.18%61.57%-
XYZ31.0231.9636.43-
YUV153.77129.83129.59-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.55%
GREEN value IS 152 (59.77% from 255) = 32.69%
BLUE value IS 157 (61.72% from 255) = 33.76%
R=33.55%
G=32.69%
B=33.76%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1561521570.010.0300.382882.4960.59
Hex9C989D1302612023d
Octal23423023513046440275
Binary100111001001100010011101111010011010010000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C989D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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