#9F8BA1

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

Shades of Amethyst Smoke #9F8BA1

Tints of Amethyst Smoke #9F8BA1

Color information

#9F8BA1 (or 0x9F8BA1) is unknown color: approx Amethyst Smoke. HEX triplet: 9F, 8B and A1. RGB value is (159,139,161). Sum of RGB (Red+Green+Blue) = 159+139+161=459 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.64% from 459); Green value is 139 (54.69% from 255 or 30.28% from 459); Blue value is 161 (63.28% from 255 or 35.08% from 459); Max value from RGB is 161 - color contains mainly: blue. Hex color #9F8BA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8BA1 is #60745E. Grayscale: #939393. Windows color (decimal): -6321247 or 10587039. OLE color: 10587039.

HSL color Cylindrical-coordinate representation of color #9F8BA1: hue angle of 294.55º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9F8BA1 is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB159139161-
CMYK0.010.1400.37
HSL294.55º10.48%58.82%-
HSV(B)294.55º13.66%63.14%-
XYZ29.9628.4137.62-
YUV147.49135.63136.21-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.64%
GREEN value IS 139 (54.69% from 255) = 30.28%
BLUE value IS 161 (63.28% from 255) = 35.08%
R=34.64%
G=30.28%
B=35.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1591391610.010.1400.37294.5510.4858.82
Hex9F8BA11E025127a3b
Octal2372132411160454471273
Binary1001111110001011101000011111001001011001001111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,139,161); }

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

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

 a { background-color: rgb(159,139,161); }

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

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

 span { border-color: rgb(159,139,161); }

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