#9E8EAB

Color #9E8EAB Amethyst Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst Smoke #9E8EAB

Tints of Amethyst Smoke #9E8EAB

Color information

#9E8EAB (or 0x9E8EAB) is unknown color: approx Amethyst Smoke. HEX triplet: 9E, 8E and AB. RGB value is (158,142,171). Sum of RGB (Red+Green+Blue) = 158+142+171=471 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.55% from 471); Green value is 142 (55.86% from 255 or 30.15% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 171 - color contains mainly: blue. Hex color #9E8EAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8EAB is #617154. Grayscale: #959595. Windows color (decimal): -6386005 or 11243166. OLE color: 11243166.

HSL color Cylindrical-coordinate representation of color #9E8EAB: hue angle of 273.1º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9E8EAB is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB158142171-
CMYK0.080.1700.33
HSL273.1º14.72%61.37%-
HSV(B)273.1º16.96%67.06%-
XYZ31.1229.5642.59-
YUV150.09139.8133.64-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.55%
GREEN value IS 142 (55.86% from 255) = 30.15%
BLUE value IS 171 (67.19% from 255) = 36.31%
R=33.55%
G=30.15%
B=36.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1581421710.080.1700.33273.114.7261.37
Hex9E8EAB811021111f3d
Octal23621625310210414211775
Binary10011110100011101010101110001000101000011000100011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,142,171); }

 H1.HeaderClassName
 {
   color: #9E8EAB;
 }
 .AnyTagClassName
 {
   color: #9E8EAB;
 }
</style>
background-color css

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

 a { background-color: rgb(158,142,171); }

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

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

 span { border-color: rgb(158,142,171); }

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