#9E8CAA

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

Shades of Amethyst Smoke #9E8CAA

Tints of Amethyst Smoke #9E8CAA

Color information

#9E8CAA (or 0x9E8CAA) is unknown color: approx Amethyst Smoke. HEX triplet: 9E, 8C and AA. RGB value is (158,140,170). Sum of RGB (Red+Green+Blue) = 158+140+170=468 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.76% from 468); Green value is 140 (55.08% from 255 or 29.91% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E8CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8CAA is #617355. Grayscale: #949494. Windows color (decimal): -6386518 or 11177118. OLE color: 11177118.

HSL color Cylindrical-coordinate representation of color #9E8CAA: hue angle of 276º 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 #9E8CAA is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB158140170-
CMYK0.070.1800.33
HSL276º15%60.78%-
HSV(B)276º17.65%66.67%-
XYZ30.7328.9341.99-
YUV148.8139.96134.56-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.76%
GREEN value IS 140 (55.08% from 255) = 29.91%
BLUE value IS 170 (66.80% from 255) = 36.32%
R=33.76%
G=29.91%
B=36.32%

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
Decimal1581401700.070.1800.332761560.78
Hex9E8CAA712021114f3d
Octal2362142527220414241775
Binary1001111010001100101010101111001001000011000101001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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