#9B829C

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

Shades of Amethyst Smoke #9B829C

Tints of Amethyst Smoke #9B829C

Color information

#9B829C (or 0x9B829C) is unknown color: approx Amethyst Smoke. HEX triplet: 9B, 82 and 9C. RGB value is (155,130,156). Sum of RGB (Red+Green+Blue) = 155+130+156=441 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.15% from 441); Green value is 130 (51.17% from 255 or 29.48% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 156 - color contains mainly: blue. Hex color #9B829C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B829C is #647D63. Grayscale: #8C8C8C. Windows color (decimal): -6585700 or 10257051. OLE color: 10257051.

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

Color convert

RGB155130156-
CMYK0.010.1700.39
HSL297.69º11.61%56.08%-
HSV(B)297.69º16.67%61.18%-
XYZ27.525.3334.89-
YUV140.44136.78138.39-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.15%
GREEN value IS 130 (51.17% from 255) = 29.48%
BLUE value IS 156 (61.33% from 255) = 35.37%
R=35.15%
G=29.48%
B=35.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551301560.010.1700.39297.6911.6156.08
Hex9B829C11102712ac38
Octal2332022341210474521470
Binary10011011100000101001110011000101001111001010101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B829C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,130,156); }

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

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

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

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

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

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

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