#9C839C

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

Shades of Amethyst Smoke #9C839C

Tints of Amethyst Smoke #9C839C

Color information

#9C839C (or 0x9C839C) is unknown color: approx Amethyst Smoke. HEX triplet: 9C, 83 and 9C. RGB value is (156,131,156). Sum of RGB (Red+Green+Blue) = 156+131+156=443 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.21% from 443); Green value is 131 (51.56% from 255 or 29.57% from 443); Blue value is 156 (61.33% from 255 or 35.21% from 443); Max value from RGB is 156 - color contains mainly: red, blue. Hex color #9C839C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C839C is #637C63. Grayscale: #8D8D8D. Windows color (decimal): -6519908 or 10257308. OLE color: 10257308.

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

Color convert

RGB156131156-
CMYK00.1600.39
HSL300º11.21%56.27%-
HSV(B)300º16.03%61.18%-
XYZ27.8325.734.95-
YUV141.32136.28138.47-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.21%
GREEN value IS 131 (51.56% from 255) = 29.57%
BLUE value IS 156 (61.33% from 255) = 35.21%
R=35.21%
G=29.57%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15613115600.1600.3930011.2156.27
Hex9C839C01002712cb38
Octal2342032340200474541370
Binary10011100100000111001110001000001001111001011001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C839C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,131,156); }

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

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

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

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

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

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

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