#9D809E

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

Shades of Amethyst Smoke #9D809E

Tints of Amethyst Smoke #9D809E

Color information

#9D809E (or 0x9D809E) is unknown color: approx Amethyst Smoke. HEX triplet: 9D, 80 and 9E. RGB value is (157,128,158). Sum of RGB (Red+Green+Blue) = 157+128+158=443 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.44% from 443); Green value is 128 (50.39% from 255 or 28.89% from 443); Blue value is 158 (62.11% from 255 or 35.67% from 443); Max value from RGB is 158 - color contains mainly: blue. Hex color #9D809E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D809E is #627F61. Grayscale: #8C8C8C. Windows color (decimal): -6455138 or 10387613. OLE color: 10387613.

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

Color convert

RGB157128158-
CMYK0.010.1900.38
HSL298º13.39%56.08%-
HSV(B)298º18.99%61.96%-
XYZ27.825.0835.72-
YUV140.09138.11140.06-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.44%
GREEN value IS 128 (50.39% from 255) = 28.89%
BLUE value IS 158 (62.11% from 255) = 35.67%
R=35.44%
G=28.89%
B=35.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571281580.010.1900.3829813.3956.08
Hex9D809E11302612ad38
Octal2352002361230464521570
Binary10011101100000001001111011001101001101001010101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D809E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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