Html Css Color HEX #9E949F Amethyst Smoke

📋 copy color: '#9E949F'

red 158 ◦ green 148 ◦ blue 159

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

Shades of Amethyst Smoke #9E949F

Tints of Amethyst Smoke #9E949F

RGB

 RED value IS 158 (62.11% from 255) = 33.98%

 GREEN value IS 148 (58.2% from 255) = 31.83%

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

R = 33.98%
G = 31.83%
B = 34.19%

CMYK

 C value IS 0.01

 M value IS 0.07

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9E949F (or 0x9E949F) is known color: Amethyst Smoke. HEX triplet: 9E, 94 and 9F. RGB value is (158,148,159). Sum of RGB (Red+Green+Blue) = 158+148+159=465 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.98% from 465); Green value is 148 (58.20% from 255 or 31.83% from 465); Blue value is 159 (62.5% from 255 or 34.19% from 465); Max value from RGB is 159 - color contains mainly: blue. Hex color #9E949F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E949F is #616B60. Grayscale: #989898. Windows color (decimal): -6384481 or 10458270. OLE color: 10458270.

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

Color convert

RGB 158 148 159 -
CMYK 0.01 0.07 0 0.38
HSL 294.55º 0.05% 0.6% -
HSV(B) 294.55º 0.07% 0.62% -
XYZ 30.95 30.95 37.14 -
YUV 152.24 131.81 132.11 -
System Red Green Blue C M Y K H S L
Decimal 158 148 159 0.01 0.07 0 0.38 294.55 0.05 0.6
Hex 9E 94 9F 1 7 0 26 127 5 3C
Octal 236 224 237 1 7 0 46 447 5 74
Binary 10011110 10010100 10011111 1 111 0 100110 100100111 101 111100

Color Harmonies of #9E949F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E949F

Black with #9E949F

Text Example


Text Example

White with #9E949F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,148,159); }

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

background-color css

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

 a { background-color: rgb(158,148,159); }

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

border-color css

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

 span { border-color: rgb(158,148,159); }

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