Html Css Color HEX #937997 Amethyst Smoke

📋 copy color: '#937997'

red 147 ◦ green 121 ◦ blue 151

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

Shades of Amethyst Smoke #937997

Tints of Amethyst Smoke #937997

RGB

 RED value IS 147 (57.81% from 255) = 35.08%

 GREEN value IS 121 (47.66% from 255) = 28.88%

 BLUE value IS 151 (59.38% from 255) = 36.04%

R = 35.08%
G = 28.88%
B = 36.04%

CMYK

 C value IS 0.03

 M value IS 0.20

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#937997 (or 0x937997) is known color: Amethyst Smoke. HEX triplet: 93, 79 and 97. RGB value is (147,121,151). Sum of RGB (Red+Green+Blue) = 147+121+151=419 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.08% from 419); Green value is 121 (47.66% from 255 or 28.88% from 419); Blue value is 151 (59.38% from 255 or 36.04% from 419); Max value from RGB is 151 - color contains mainly: blue. Hex color #937997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937997 is #6C8668. Grayscale: #848484. Windows color (decimal): -7112297 or 9927059. OLE color: 9927059.

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

Color convert

RGB 147 121 151 -
CMYK 0.03 0.20 0 0.41
HSL 292º 0.13% 0.53% -
HSV(B) 292º 0.2% 0.59% -
XYZ 24.46 22.11 32.26 -
YUV 132.19 138.61 138.56 -
System Red Green Blue C M Y K H S L
Decimal 147 121 151 0.03 0.20 0 0.41 292 0.13 0.53
Hex 93 79 97 3 14 0 29 124 D 35
Octal 223 171 227 3 24 0 51 444 15 65
Binary 10010011 1111001 10010111 11 10100 0 101001 100100100 1101 110101

Color Harmonies of #937997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937997

Black with #937997

Text Example


Text Example

White with #937997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #937997; }

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

 H1.HeaderClassName
 {
   color: #937997;
 }
 .AnyTagClassName
 {
   color: #937997;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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