#9E85A5

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

Shades of Amethyst Smoke #9E85A5

Tints of Amethyst Smoke #9E85A5

Color information

#9E85A5 (or 0x9E85A5) is unknown color: approx Amethyst Smoke. HEX triplet: 9E, 85 and A5. RGB value is (158,133,165). Sum of RGB (Red+Green+Blue) = 158+133+165=456 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.65% from 456); Green value is 133 (52.34% from 255 or 29.17% from 456); Blue value is 165 (64.84% from 255 or 36.18% from 456); Max value from RGB is 165 - color contains mainly: blue. Hex color #9E85A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E85A5 is #617A5A. Grayscale: #909090. Windows color (decimal): -6388315 or 10847646. OLE color: 10847646.

HSL color Cylindrical-coordinate representation of color #9E85A5: hue angle of 286.88º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9E85A5 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB158133165-
CMYK0.040.1900.35
HSL286.88º15.09%58.43%-
HSV(B)286.88º19.39%64.71%-
XYZ29.2826.7639.22-
YUV144.12139.78137.9-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.65%
GREEN value IS 133 (52.34% from 255) = 29.17%
BLUE value IS 165 (64.84% from 255) = 36.18%
R=34.65%
G=29.17%
B=36.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1581331650.040.1900.35286.8815.0958.43
Hex9E85A541302311ff3a
Octal2362052454230434371772
Binary1001111010000101101001011001001101000111000111111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E85A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,133,165); }

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

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

 a { background-color: rgb(158,133,165); }

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

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

 span { border-color: rgb(158,133,165); }

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