#9E8FAA

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

Shades of Amethyst Smoke #9E8FAA

Tints of Amethyst Smoke #9E8FAA

Color information

#9E8FAA (or 0x9E8FAA) is unknown color: approx Amethyst Smoke. HEX triplet: 9E, 8F and AA. RGB value is (158,143,170). Sum of RGB (Red+Green+Blue) = 158+143+170=471 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.55% from 471); Green value is 143 (56.25% from 255 or 30.36% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E8FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8FAA is #617055. Grayscale: #969696. Windows color (decimal): -6385750 or 11177886. OLE color: 11177886.

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

Color convert

RGB158143170-
CMYK0.070.1600.33
HSL273.33º13.71%61.37%-
HSV(B)273.33º15.88%66.67%-
XYZ31.1829.8242.14-
YUV150.56138.97133.3-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.55%
GREEN value IS 143 (56.25% from 255) = 30.36%
BLUE value IS 170 (66.80% from 255) = 36.09%
R=33.55%
G=30.36%
B=36.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1581431700.070.1600.33273.3313.7161.37
Hex9E8FAA710021111e3d
Octal2362172527200414211675
Binary1001111010001111101010101111000001000011000100011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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