#9B879B

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

Shades of Amethyst Smoke #9B879B

Tints of Amethyst Smoke #9B879B

Color information

#9B879B (or 0x9B879B) is unknown color: approx Amethyst Smoke. HEX triplet: 9B, 87 and 9B. RGB value is (155,135,155). Sum of RGB (Red+Green+Blue) = 155+135+155=445 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.83% from 445); Green value is 135 (53.12% from 255 or 30.34% from 445); Blue value is 155 (60.94% from 255 or 34.83% from 445); Max value from RGB is 155 - color contains mainly: red, blue. Hex color #9B879B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B879B is #647864. Grayscale: #8F8F8F. Windows color (decimal): -6584421 or 10192795. OLE color: 10192795.

HSL color Cylindrical-coordinate representation of color #9B879B: hue angle of 300º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9B879B is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB155135155-
CMYK00.1300.39
HSL300º9.09%56.86%-
HSV(B)300º12.9%60.78%-
XYZ28.126.6634.68-
YUV143.26134.63136.37-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.83%
GREEN value IS 135 (53.12% from 255) = 30.34%
BLUE value IS 155 (60.94% from 255) = 34.83%
R=34.83%
G=30.34%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513515500.1300.393009.0956.86
Hex9B879B0D02712c939
Octal2332072330150474541171
Binary1001101110000111100110110110101001111001011001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B879B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,135,155); }

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

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

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

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

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

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

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