Html Css Color HEX #9E959F Amethyst Smoke

📋 copy color: '#9E959F'

red 158 ◦ green 149 ◦ blue 159

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

Shades of Amethyst Smoke #9E959F

Tints of Amethyst Smoke #9E959F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.97%

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

R = 33.91%
G = 31.97%
B = 34.12%

CMYK

 C value IS 0.01

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9E959F (or 0x9E959F) is known color: Amethyst Smoke. HEX triplet: 9E, 95 and 9F. RGB value is (158,149,159). Sum of RGB (Red+Green+Blue) = 158+149+159=466 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.91% from 466); Green value is 149 (58.59% from 255 or 31.97% from 466); Blue value is 159 (62.5% from 255 or 34.12% from 466); Max value from RGB is 159 - color contains mainly: blue. Hex color #9E959F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E959F is #616A60. Grayscale: #989898. Windows color (decimal): -6384225 or 10458526. OLE color: 10458526.

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

Color convert

RGB 158 149 159 -
CMYK 0.01 0.06 0 0.38
HSL 294º 0.05% 0.6% -
HSV(B) 294º 0.06% 0.62% -
XYZ 31.11 31.27 37.2 -
YUV 152.83 131.48 131.69 -
System Red Green Blue C M Y K H S L
Decimal 158 149 159 0.01 0.06 0 0.38 294 0.05 0.6
Hex 9E 95 9F 1 6 0 26 126 5 3C
Octal 236 225 237 1 6 0 46 446 5 74
Binary 10011110 10010101 10011111 1 110 0 100110 100100110 101 111100

Color Harmonies of #9E959F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E959F

Black with #9E959F

Text Example


Text Example

White with #9E959F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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