Html Css Color HEX #938999 Amethyst Smoke

📋 copy color: '#938999'

red 147 ◦ green 137 ◦ blue 153

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

Shades of Amethyst Smoke #938999

Tints of Amethyst Smoke #938999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 35.01%

R = 33.64%
G = 31.35%
B = 35.01%

CMYK

 C value IS 0.04

 M value IS 0.10

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#938999 (or 0x938999) is known color: Amethyst Smoke. HEX triplet: 93, 89 and 99. RGB value is (147,137,153). Sum of RGB (Red+Green+Blue) = 147+137+153=437 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.64% from 437); Green value is 137 (53.91% from 255 or 31.35% from 437); Blue value is 153 (60.16% from 255 or 35.01% from 437); Max value from RGB is 153 - color contains mainly: blue. Hex color #938999 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938999 is #6C7666. Grayscale: #8D8D8D. Windows color (decimal): -7108199 or 10062227. OLE color: 10062227.

HSL color Cylindrical-coordinate representation of color #938999: hue angle of 277.5º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #938999 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 147 137 153 -
CMYK 0.04 0.10 0 0.4
HSL 277.5º 0.07% 0.57% -
HSV(B) 277.5º 0.1% 0.6% -
XYZ 26.73 26.39 33.82 -
YUV 141.81 134.31 131.7 -
System Red Green Blue C M Y K H S L
Decimal 147 137 153 0.04 0.10 0 0.4 277.5 0.07 0.57
Hex 93 89 99 4 A 0 28 116 7 39
Octal 223 211 231 4 12 0 50 426 7 71
Binary 10010011 10001001 10011001 100 1010 0 101000 100010110 111 111001

Color Harmonies of #938999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938999

Black with #938999

Text Example


Text Example

White with #938999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938999; }

 p { color: rgb(147,137,153); }

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

background-color css

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

 a { background-color: rgb(147,137,153); }

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

border-color css

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

 span { border-color: rgb(147,137,153); }

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