#9D849F

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

Shades of Amethyst Smoke #9D849F

Tints of Amethyst Smoke #9D849F

Color information

#9D849F (or 0x9D849F) is unknown color: approx Amethyst Smoke. HEX triplet: 9D, 84 and 9F. RGB value is (157,132,159). Sum of RGB (Red+Green+Blue) = 157+132+159=448 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.04% from 448); Green value is 132 (51.95% from 255 or 29.46% from 448); Blue value is 159 (62.5% from 255 or 35.49% from 448); Max value from RGB is 159 - color contains mainly: blue. Hex color #9D849F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D849F is #627B60. Grayscale: #8E8E8E. Windows color (decimal): -6454113 or 10454173. OLE color: 10454173.

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

Color convert

RGB157132159-
CMYK0.010.1700.38
HSL295.56º12.33%57.06%-
HSV(B)295.56º16.98%62.35%-
XYZ28.4126.1736.36-
YUV142.55137.28138.3-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.04%
GREEN value IS 132 (51.95% from 255) = 29.46%
BLUE value IS 159 (62.5% from 255) = 35.49%
R=35.04%
G=29.46%
B=35.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571321590.010.1700.38295.5612.3357.06
Hex9D849F111026128c39
Octal2352042371210464501471
Binary10011101100001001001111111000101001101001010001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D849F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,132,159); }

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

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

 a { background-color: rgb(157,132,159); }

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

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

 span { border-color: rgb(157,132,159); }

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