#9F89AB

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

Shades of Amethyst Smoke #9F89AB

Tints of Amethyst Smoke #9F89AB

Color information

#9F89AB (or 0x9F89AB) is unknown color: approx Amethyst Smoke. HEX triplet: 9F, 89 and AB. RGB value is (159,137,171). Sum of RGB (Red+Green+Blue) = 159+137+171=467 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.05% from 467); Green value is 137 (53.91% from 255 or 29.34% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F89AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F89AB is #607654. Grayscale: #939393. Windows color (decimal): -6321749 or 11241887. OLE color: 11241887.

HSL color Cylindrical-coordinate representation of color #9F89AB: hue angle of 278.82º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9F89AB is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB159137171-
CMYK0.070.2000.33
HSL278.82º16.83%60.39%-
HSV(B)278.82º19.88%67.06%-
XYZ30.5928.242.36-
YUV147.45141.29136.24-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.05%
GREEN value IS 137 (53.91% from 255) = 29.34%
BLUE value IS 171 (67.19% from 255) = 36.62%
R=34.05%
G=29.34%
B=36.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591371710.070.2000.33278.8216.8360.39
Hex9F89AB714021117113c
Octal2372112537240414272174
Binary10011111100010011010101111110100010000110001011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F89AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,137,171); }

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

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

 a { background-color: rgb(159,137,171); }

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

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

 span { border-color: rgb(159,137,171); }

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