Html Css Color HEX #9D899F Amethyst Smoke

📋 copy color: '#9D899F'

red 157 ◦ green 137 ◦ blue 159

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

Shades of Amethyst Smoke #9D899F

Tints of Amethyst Smoke #9D899F

RGB

 RED value IS 157 (61.72% from 255) = 34.66%

 GREEN value IS 137 (53.91% from 255) = 30.24%

 BLUE value IS 159 (62.5% from 255) = 35.1%

R = 34.66%
G = 30.24%
B = 35.1%

CMYK

 C value IS 0.01

 M value IS 0.14

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9D899F (or 0x9D899F) is known color: Amethyst Smoke. HEX triplet: 9D, 89 and 9F. RGB value is (157,137,159). Sum of RGB (Red+Green+Blue) = 157+137+159=453 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.66% from 453); Green value is 137 (53.91% from 255 or 30.24% from 453); Blue value is 159 (62.5% from 255 or 35.10% from 453); Max value from RGB is 159 - color contains mainly: blue. Hex color #9D899F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D899F is #627660. Grayscale: #919191. Windows color (decimal): -6452833 or 10455453. OLE color: 10455453.

HSL color Cylindrical-coordinate representation of color #9D899F: hue angle of 294.55º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9D899F is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 137 159 -
CMYK 0.01 0.14 0 0.38
HSL 294.55º 0.1% 0.58% -
HSV(B) 294.55º 0.14% 0.62% -
XYZ 29.11 27.56 36.59 -
YUV 145.49 135.63 136.21 -
System Red Green Blue C M Y K H S L
Decimal 157 137 159 0.01 0.14 0 0.38 294.55 0.1 0.58
Hex 9D 89 9F 1 E 0 26 127 A 3A
Octal 235 211 237 1 16 0 46 447 12 72
Binary 10011101 10001001 10011111 1 1110 0 100110 100100111 1010 111010

Color Harmonies of #9D899F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D899F

Black with #9D899F

Text Example


Text Example

White with #9D899F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D899F; }

 p { color: rgb(157,137,159); }

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

background-color css

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

 a { background-color: rgb(157,137,159); }

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

border-color css

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

 span { border-color: rgb(157,137,159); }

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