#9E8CA7

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

Shades of Amethyst Smoke #9E8CA7

Tints of Amethyst Smoke #9E8CA7

Color information

#9E8CA7 (or 0x9E8CA7) is unknown color: approx Amethyst Smoke. HEX triplet: 9E, 8C and A7. RGB value is (158,140,167). Sum of RGB (Red+Green+Blue) = 158+140+167=465 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.98% from 465); Green value is 140 (55.08% from 255 or 30.11% from 465); Blue value is 167 (65.62% from 255 or 35.91% from 465); Max value from RGB is 167 - color contains mainly: blue. Hex color #9E8CA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8CA7 is #617358. Grayscale: #949494. Windows color (decimal): -6386521 or 10980510. OLE color: 10980510.

HSL color Cylindrical-coordinate representation of color #9E8CA7: hue angle of 280º degrees, saturation: 0.13, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9E8CA7 is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB158140167-
CMYK0.050.1600.35
HSL280º13.3%60.2%-
HSV(B)280º16.17%65.49%-
XYZ30.4528.8240.52-
YUV148.46138.46134.8-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.98%
GREEN value IS 140 (55.08% from 255) = 30.11%
BLUE value IS 167 (65.62% from 255) = 35.91%
R=33.98%
G=30.11%
B=35.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1581401670.050.1600.3528013.360.2
Hex9E8CA7510023118d3c
Octal2362142475200434301574
Binary1001111010001100101001111011000001000111000110001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,140,167); }

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

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

 a { background-color: rgb(158,140,167); }

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

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

 span { border-color: rgb(158,140,167); }

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