Shades of Amethyst Smoke #9B829C
Tints of Amethyst Smoke #9B829C
RGB
CMYK
RGB Variations
Color information
#9B829C (or 0x9B829C) is known color: 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
| RGB | 155 | 130 | 156 | - |
| CMYK | 0.01 | 0.17 | 0 | 0.39 |
| HSL | 297.69º | 0.12% | 0.56% | - |
| HSV(B) | 297.69º | 0.17% | 0.61% | - |
| XYZ | 27.5 | 25.33 | 34.89 | - |
| YUV | 140.44 | 136.78 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 130 | 156 | 0.01 | 0.17 | 0 | 0.39 | 297.69 | 0.12 | 0.56 |
| Hex | 9B | 82 | 9C | 1 | 11 | 0 | 27 | 12A | C | 38 |
| Octal | 233 | 202 | 234 | 1 | 21 | 0 | 47 | 452 | 14 | 70 |
| Binary | 10011011 | 10000010 | 10011100 | 1 | 10001 | 0 | 100111 | 100101010 | 1100 | 111000 |
Color Harmonies of #9B829C
Complementary color
Monochromatic Colors of #9B829C
Black with #9B829C
Text Example
Text Example
White with #9B829C
Text Example
Text Example
HTML Codes & Css Web 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>