#9D7E9D

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

Shades of Amethyst Smoke #9D7E9D

Tints of Amethyst Smoke #9D7E9D

Color information

#9D7E9D (or 0x9D7E9D) is unknown color: approx Amethyst Smoke. HEX triplet: 9D, 7E and 9D. RGB value is (157,126,157). Sum of RGB (Red+Green+Blue) = 157+126+157=440 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.68% from 440); Green value is 126 (49.61% from 255 or 28.64% from 440); Blue value is 157 (61.72% from 255 or 35.68% from 440); Max value from RGB is 157 - color contains mainly: red, blue. Hex color #9D7E9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7E9D is #628162. Grayscale: #8A8A8A. Windows color (decimal): -6455651 or 10321565. OLE color: 10321565.

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

Color convert

RGB157126157-
CMYK00.2000.38
HSL300º13.66%55.49%-
HSV(B)300º19.75%61.57%-
XYZ27.4524.5235.19-
YUV138.8138.27140.98-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.68%
GREEN value IS 126 (49.61% from 255) = 28.64%
BLUE value IS 157 (61.72% from 255) = 35.68%
R=35.68%
G=28.64%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15712615700.2000.3830013.6655.49
Hex9D7E9D01402612ce37
Octal2351762350240464541667
Binary1001110111111101001110101010001001101001011001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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