Html Css Color HEX #9D939F Amethyst Smoke

📋 copy color: '#9D939F'

red 157 ◦ green 147 ◦ blue 159

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

Shades of Amethyst Smoke #9D939F

Tints of Amethyst Smoke #9D939F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.75%

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

R = 33.91%
G = 31.75%
B = 34.34%

CMYK

 C value IS 0.01

 M value IS 0.08

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9D939F (or 0x9D939F) is known color: Amethyst Smoke. HEX triplet: 9D, 93 and 9F. RGB value is (157,147,159). Sum of RGB (Red+Green+Blue) = 157+147+159=463 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.91% from 463); Green value is 147 (57.81% from 255 or 31.75% from 463); Blue value is 159 (62.5% from 255 or 34.34% from 463); Max value from RGB is 159 - color contains mainly: blue. Hex color #9D939F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D939F is #626C60. Grayscale: #979797. Windows color (decimal): -6450273 or 10458013. OLE color: 10458013.

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

Color convert

RGB 157 147 159 -
CMYK 0.01 0.08 0 0.38
HSL 290º 0.06% 0.6% -
HSV(B) 290º 0.08% 0.62% -
XYZ 30.6 30.54 37.08 -
YUV 151.36 132.31 132.02 -
System Red Green Blue C M Y K H S L
Decimal 157 147 159 0.01 0.08 0 0.38 290 0.06 0.6
Hex 9D 93 9F 1 8 0 26 122 6 3C
Octal 235 223 237 1 10 0 46 442 6 74
Binary 10011101 10010011 10011111 1 1000 0 100110 100100010 110 111100

Color Harmonies of #9D939F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D939F

Black with #9D939F

Text Example


Text Example

White with #9D939F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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