#9F87AC

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

Shades of Amethyst Smoke #9F87AC

Tints of Amethyst Smoke #9F87AC

Color information

#9F87AC (or 0x9F87AC) is unknown color: approx Amethyst Smoke. HEX triplet: 9F, 87 and AC. RGB value is (159,135,172). Sum of RGB (Red+Green+Blue) = 159+135+172=466 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.12% from 466); Green value is 135 (53.12% from 255 or 28.97% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 172 - color contains mainly: blue. Hex color #9F87AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F87AC is #607853. Grayscale: #929292. Windows color (decimal): -6322260 or 11306911. OLE color: 11306911.

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

Color convert

RGB159135172-
CMYK0.080.2200.33
HSL278.92º18.23%60.2%-
HSV(B)278.92º21.51%67.45%-
XYZ30.4127.6842.77-
YUV146.39142.45136.99-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.12%
GREEN value IS 135 (53.12% from 255) = 28.97%
BLUE value IS 172 (67.58% from 255) = 36.91%
R=34.12%
G=28.97%
B=36.91%

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
Decimal1591351720.080.2200.33278.9218.2360.2
Hex9F87AC816021117123c
Octal23720725410260414272274
Binary100111111000011110101100100010110010000110001011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F87AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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