#997C9B

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

Shades of Amethyst Smoke #997C9B

Tints of Amethyst Smoke #997C9B

Color information

#997C9B (or 0x997C9B) is unknown color: approx Amethyst Smoke. HEX triplet: 99, 7C and 9B. RGB value is (153,124,155). Sum of RGB (Red+Green+Blue) = 153+124+155=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 124 (48.83% from 255 or 28.70% from 432); Blue value is 155 (60.94% from 255 or 35.88% from 432); Max value from RGB is 155 - color contains mainly: blue. Hex color #997C9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997C9B is #668364. Grayscale: #888888. Windows color (decimal): -6718309 or 10189977. OLE color: 10189977.

HSL color Cylindrical-coordinate representation of color #997C9B: hue angle of 296.13º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #997C9B is Cyan = 0.01, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB153124155-
CMYK0.010.200.39
HSL296.13º13.42%54.71%-
HSV(B)296.13º20%60.78%-
XYZ26.2623.5534.17-
YUV136.2138.61139.98-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.42%
GREEN value IS 124 (48.83% from 255) = 28.70%
BLUE value IS 155 (60.94% from 255) = 35.88%
R=35.42%
G=28.70%
B=35.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1531241550.010.200.39296.1313.4254.71
Hex997C9B114027128d37
Octal2311742331240474501567
Binary1001100111111001001101111010001001111001010001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,124,155); }

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

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

 a { background-color: rgb(153,124,155); }

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

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

 span { border-color: rgb(153,124,155); }

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