#957997

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

Shades of Amethyst Smoke #957997

Tints of Amethyst Smoke #957997

Color information

#957997 (or 0x957997) is unknown color: approx Amethyst Smoke. HEX triplet: 95, 79 and 97. RGB value is (149,121,151). Sum of RGB (Red+Green+Blue) = 149+121+151=421 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.39% from 421); Green value is 121 (47.66% from 255 or 28.74% from 421); Blue value is 151 (59.38% from 255 or 35.87% from 421); Max value from RGB is 151 - color contains mainly: blue. Hex color #957997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957997 is #6A8668. Grayscale: #848484. Windows color (decimal): -6981225 or 9927061. OLE color: 9927061.

HSL color Cylindrical-coordinate representation of color #957997: hue angle of 296º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #957997 is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB149121151-
CMYK0.010.2000.41
HSL296º12.61%53.33%-
HSV(B)296º19.87%59.22%-
XYZ24.8222.332.27-
YUV132.79138.28139.56-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.39%
GREEN value IS 121 (47.66% from 255) = 28.74%
BLUE value IS 151 (59.38% from 255) = 35.87%
R=35.39%
G=28.74%
B=35.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1491211510.010.2000.4129612.6153.33
Hex957997114029128d35
Octal2251712271240514501565
Binary1001010111110011001011111010001010011001010001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957997; }

 p { color: rgb(149,121,151); }

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

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

 a { background-color: rgb(149,121,151); }

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

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

 span { border-color: rgb(149,121,151); }

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