Html Css Color HEX #957997 Amethyst Smoke

📋 copy color: '#957997'

red 149 ◦ green 121 ◦ blue 151

#957997
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst Smoke #957997

Tints of Amethyst Smoke #957997

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 value IS 0.01

 M value IS 0.20

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#957997 (or 0x957997) is known color: 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

RGB 149 121 151 -
CMYK 0.01 0.20 0 0.41
HSL 296º 0.13% 0.53% -
HSV(B) 296º 0.2% 0.59% -
XYZ 24.82 22.3 32.27 -
YUV 132.79 138.28 139.56 -
System Red Green Blue C M Y K H S L
Decimal 149 121 151 0.01 0.20 0 0.41 296 0.13 0.53
Hex 95 79 97 1 14 0 29 128 D 35
Octal 225 171 227 1 24 0 51 450 15 65
Binary 10010101 1111001 10010111 1 10100 0 101001 100101000 1101 110101

Color Harmonies of #957997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957997

Black with #957997

Text Example


Text Example

White with #957997

Text Example


Text Example

HTML Codes & Css Web 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>