#9D949E

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

Shades of Amethyst Smoke #9D949E

Tints of Amethyst Smoke #9D949E

Color information

#9D949E (or 0x9D949E) is unknown color: approx Amethyst Smoke. HEX triplet: 9D, 94 and 9E. RGB value is (157,148,158). Sum of RGB (Red+Green+Blue) = 157+148+158=463 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.91% from 463); Green value is 148 (58.20% from 255 or 31.97% from 463); Blue value is 158 (62.11% from 255 or 34.13% from 463); Max value from RGB is 158 - color contains mainly: blue. Hex color #9D949E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D949E is #626B61. Grayscale: #979797. Windows color (decimal): -6450018 or 10392733. OLE color: 10392733.

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

Color convert

RGB157148158-
CMYK0.010.0600.38
HSL294º4.9%60%-
HSV(B)294º6.33%61.96%-
XYZ30.6730.8236.68-
YUV151.83131.48131.69-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.91%
GREEN value IS 148 (58.20% from 255) = 31.97%
BLUE value IS 158 (62.11% from 255) = 34.13%
R=33.91%
G=31.97%
B=34.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571481580.010.0600.382944.960
Hex9D949E1602612653c
Octal23522423616046446574
Binary10011101100101001001111011100100110100100110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D949E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,148,158); }

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

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

 a { background-color: rgb(157,148,158); }

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

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

 span { border-color: rgb(157,148,158); }

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