#9D90A7

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

Shades of Amethyst Smoke #9D90A7

Tints of Amethyst Smoke #9D90A7

Color information

#9D90A7 (or 0x9D90A7) is unknown color: approx Amethyst Smoke. HEX triplet: 9D, 90 and A7. RGB value is (157,144,167). Sum of RGB (Red+Green+Blue) = 157+144+167=468 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.55% from 468); Green value is 144 (56.64% from 255 or 30.77% from 468); Blue value is 167 (65.62% from 255 or 35.68% from 468); Max value from RGB is 167 - color contains mainly: blue. Hex color #9D90A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D90A7 is #626F58. Grayscale: #969696. Windows color (decimal): -6451033 or 10981533. OLE color: 10981533.

HSL color Cylindrical-coordinate representation of color #9D90A7: hue angle of 273.91º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9D90A7 is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB157144167-
CMYK0.060.1400.35
HSL273.91º11.56%60.98%-
HSV(B)273.91º13.77%65.49%-
XYZ30.8529.940.71-
YUV150.51137.31132.63-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.55%
GREEN value IS 144 (56.64% from 255) = 30.77%
BLUE value IS 167 (65.62% from 255) = 35.68%
R=33.55%
G=30.77%
B=35.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1571441670.060.1400.35273.9111.5660.98
Hex9D90A76E023112c3d
Octal2352202476160434221475
Binary100111011001000010100111110111001000111000100101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D90A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,144,167); }

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

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

 a { background-color: rgb(157,144,167); }

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

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

 span { border-color: rgb(157,144,167); }

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