#9C879D

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

Shades of Amethyst Smoke #9C879D

Tints of Amethyst Smoke #9C879D

Color information

#9C879D (or 0x9C879D) is unknown color: approx Amethyst Smoke. HEX triplet: 9C, 87 and 9D. RGB value is (156,135,157). Sum of RGB (Red+Green+Blue) = 156+135+157=448 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.82% from 448); Green value is 135 (53.12% from 255 or 30.13% from 448); Blue value is 157 (61.72% from 255 or 35.04% from 448); Max value from RGB is 157 - color contains mainly: blue. Hex color #9C879D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C879D is #637862. Grayscale: #8F8F8F. Windows color (decimal): -6518883 or 10323868. OLE color: 10323868.

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

Color convert

RGB156135157-
CMYK0.010.1400.38
HSL297.27º10.09%57.25%-
HSV(B)297.27º14.01%61.57%-
XYZ28.4626.8335.58-
YUV143.79135.46136.71-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.82%
GREEN value IS 135 (53.12% from 255) = 30.13%
BLUE value IS 157 (61.72% from 255) = 35.04%
R=34.82%
G=30.13%
B=35.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1561351570.010.1400.38297.2710.0957.25
Hex9C879D1E026129a39
Octal2342072351160464511271
Binary1001110010000111100111011111001001101001010011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C879D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,135,157); }

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

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

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

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

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

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

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