#9D8CA5

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

Shades of Amethyst Smoke #9D8CA5

Tints of Amethyst Smoke #9D8CA5

Color information

#9D8CA5 (or 0x9D8CA5) is unknown color: approx Amethyst Smoke. HEX triplet: 9D, 8C and A5. RGB value is (157,140,165). Sum of RGB (Red+Green+Blue) = 157+140+165=462 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.98% from 462); Green value is 140 (55.08% from 255 or 30.30% from 462); Blue value is 165 (64.84% from 255 or 35.71% from 462); Max value from RGB is 165 - color contains mainly: blue. Hex color #9D8CA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8CA5 is #62735A. Grayscale: #939393. Windows color (decimal): -6452059 or 10849437. OLE color: 10849437.

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

Color convert

RGB157140165-
CMYK0.050.1500.35
HSL280.8º12.2%59.8%-
HSV(B)280.8º15.15%64.71%-
XYZ30.0728.6439.54-
YUV147.93137.63134.47-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.98%
GREEN value IS 140 (55.08% from 255) = 30.30%
BLUE value IS 165 (64.84% from 255) = 35.71%
R=33.98%
G=30.30%
B=35.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1571401650.050.1500.35280.812.259.8
Hex9D8CA55F023119c3c
Octal2352142455170434311474
Binary100111011000110010100101101111101000111000110011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,140,165); }

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

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

 a { background-color: rgb(157,140,165); }

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

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

 span { border-color: rgb(157,140,165); }

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