#9D819D

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

Shades of Amethyst Smoke #9D819D

Tints of Amethyst Smoke #9D819D

Color information

#9D819D (or 0x9D819D) is unknown color: approx Amethyst Smoke. HEX triplet: 9D, 81 and 9D. RGB value is (157,129,157). Sum of RGB (Red+Green+Blue) = 157+129+157=443 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.44% from 443); Green value is 129 (50.78% from 255 or 29.12% from 443); Blue value is 157 (61.72% from 255 or 35.44% from 443); Max value from RGB is 157 - color contains mainly: red, blue. Hex color #9D819D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D819D is #627E62. Grayscale: #8C8C8C. Windows color (decimal): -6454883 or 10322333. OLE color: 10322333.

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

Color convert

RGB157129157-
CMYK00.1800.38
HSL300º12.5%56.08%-
HSV(B)300º17.83%61.57%-
XYZ27.8425.335.31-
YUV140.56137.28139.72-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.44%
GREEN value IS 129 (50.78% from 255) = 29.12%
BLUE value IS 157 (61.72% from 255) = 35.44%
R=35.44%
G=29.12%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15712915700.1800.3830012.556.08
Hex9D819D01202612cc38
Octal2352012350220464541470
Binary10011101100000011001110101001001001101001011001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D819D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,129,157); }

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

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

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

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

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

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

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