#997F9C

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

Shades of Amethyst Smoke #997F9C

Tints of Amethyst Smoke #997F9C

Color information

#997F9C (or 0x997F9C) is unknown color: approx Amethyst Smoke. HEX triplet: 99, 7F and 9C. RGB value is (153,127,156). Sum of RGB (Red+Green+Blue) = 153+127+156=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 127 (50% from 255 or 29.13% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 156 - color contains mainly: blue. Hex color #997F9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997F9C is #668063. Grayscale: #898989. Windows color (decimal): -6717540 or 10256281. OLE color: 10256281.

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

Color convert

RGB153127156-
CMYK0.020.1900.39
HSL293.79º12.78%55.49%-
HSV(B)293.79º18.59%61.18%-
XYZ26.7324.3534.74-
YUV138.08138.11138.64-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.09%
GREEN value IS 127 (50% from 255) = 29.13%
BLUE value IS 156 (61.33% from 255) = 35.78%
R=35.09%
G=29.13%
B=35.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1531271560.020.1900.39293.7912.7855.49
Hex997F9C213027126d37
Octal2311772342230474461567
Binary10011001111111110011100101001101001111001001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,127,156); }

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

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

 a { background-color: rgb(153,127,156); }

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

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

 span { border-color: rgb(153,127,156); }

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