#9C859D

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

Shades of Amethyst Smoke #9C859D

Tints of Amethyst Smoke #9C859D

Color information

#9C859D (or 0x9C859D) is unknown color: approx Amethyst Smoke. HEX triplet: 9C, 85 and 9D. RGB value is (156,133,157). Sum of RGB (Red+Green+Blue) = 156+133+157=446 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.98% from 446); Green value is 133 (52.34% from 255 or 29.82% from 446); Blue value is 157 (61.72% from 255 or 35.20% from 446); Max value from RGB is 157 - color contains mainly: blue. Hex color #9C859D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C859D is #637A62. Grayscale: #8E8E8E. Windows color (decimal): -6519395 or 10323356. OLE color: 10323356.

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

Color convert

RGB156133157-
CMYK0.010.1500.38
HSL297.5º10.91%56.86%-
HSV(B)297.5º15.29%61.57%-
XYZ28.1826.2835.48-
YUV142.61136.12137.55-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.98%
GREEN value IS 133 (52.34% from 255) = 29.82%
BLUE value IS 157 (61.72% from 255) = 35.20%
R=34.98%
G=29.82%
B=35.20%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1561331570.010.1500.38297.510.9156.86
Hex9C859D1F02612ab39
Octal2342052351170464521371
Binary1001110010000101100111011111101001101001010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C859D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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