#997E9D

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

Shades of Amethyst Smoke #997E9D

Tints of Amethyst Smoke #997E9D

Color information

#997E9D (or 0x997E9D) is unknown color: approx Amethyst Smoke. HEX triplet: 99, 7E and 9D. RGB value is (153,126,157). Sum of RGB (Red+Green+Blue) = 153+126+157=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 126 (49.61% from 255 or 28.90% from 436); Blue value is 157 (61.72% from 255 or 36.01% from 436); Max value from RGB is 157 - color contains mainly: blue. Hex color #997E9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997E9D is #668162. Grayscale: #898989. Windows color (decimal): -6717795 or 10321561. OLE color: 10321561.

HSL color Cylindrical-coordinate representation of color #997E9D: hue angle of 292.26º 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 #997E9D is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB153126157-
CMYK0.030.2000.38
HSL292.26º13.66%55.49%-
HSV(B)292.26º19.75%61.57%-
XYZ26.6824.1335.15-
YUV137.61138.95138.98-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.09%
GREEN value IS 126 (49.61% from 255) = 28.90%
BLUE value IS 157 (61.72% from 255) = 36.01%
R=35.09%
G=28.90%
B=36.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1531261570.030.2000.38292.2613.6655.49
Hex997E9D314026124e37
Octal2311762353240464441667
Binary10011001111111010011101111010001001101001001001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997E9D; }

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

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

<style>
 a { background-color: #997E9D; }

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

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

<style>
 span { border-color: #997E9D; }

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

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