#9E87AC

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

Shades of Amethyst Smoke #9E87AC

Tints of Amethyst Smoke #9E87AC

Color information

#9E87AC (or 0x9E87AC) is unknown color: approx Amethyst Smoke. HEX triplet: 9E, 87 and AC. RGB value is (158,135,172). Sum of RGB (Red+Green+Blue) = 158+135+172=465 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.98% from 465); Green value is 135 (53.12% from 255 or 29.03% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 172 - color contains mainly: blue. Hex color #9E87AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E87AC is #617853. Grayscale: #919191. Windows color (decimal): -6387796 or 11306910. OLE color: 11306910.

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

Color convert

RGB158135172-
CMYK0.080.2200.33
HSL277.3º18.23%60.2%-
HSV(B)277.3º21.51%67.45%-
XYZ30.2127.5842.76-
YUV146.1142.62136.49-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.98%
GREEN value IS 135 (53.12% from 255) = 29.03%
BLUE value IS 172 (67.58% from 255) = 36.99%
R=33.98%
G=29.03%
B=36.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1581351720.080.2200.33277.318.2360.2
Hex9E87AC816021115123c
Octal23620725410260414252274
Binary100111101000011110101100100010110010000110001010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E87AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,135,172); }

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

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

 a { background-color: rgb(158,135,172); }

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

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

 span { border-color: rgb(158,135,172); }

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