#9E8BAA

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

Shades of Amethyst Smoke #9E8BAA

Tints of Amethyst Smoke #9E8BAA

Color information

#9E8BAA (or 0x9E8BAA) is unknown color: approx Amethyst Smoke. HEX triplet: 9E, 8B and AA. RGB value is (158,139,170). Sum of RGB (Red+Green+Blue) = 158+139+170=467 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.83% from 467); Green value is 139 (54.69% from 255 or 29.76% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E8BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8BAA is #617455. Grayscale: #949494. Windows color (decimal): -6386774 or 11176862. OLE color: 11176862.

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

Color convert

RGB158139170-
CMYK0.070.1800.33
HSL276.77º15.42%60.59%-
HSV(B)276.77º18.24%66.67%-
XYZ30.5928.6441.95-
YUV148.21140.29134.98-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.83%
GREEN value IS 139 (54.69% from 255) = 29.76%
BLUE value IS 170 (66.80% from 255) = 36.40%
R=33.83%
G=29.76%
B=36.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1581391700.070.1800.33276.7715.4260.59
Hex9E8BAA712021115f3d
Octal2362132527220414251775
Binary1001111010001011101010101111001001000011000101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,139,170); }

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

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

 a { background-color: rgb(158,139,170); }

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

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

 span { border-color: rgb(158,139,170); }

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