Shades of Amethyst Smoke #9A829D
Tints of Amethyst Smoke #9A829D
RGB
CMYK
RGB Variations
Color information
#9A829D (or 0x9A829D) is known color: Amethyst Smoke. HEX triplet: 9A, 82 and 9D. RGB value is (154,130,157). Sum of RGB (Red+Green+Blue) = 154+130+157=441 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.92% from 441); Green value is 130 (51.17% from 255 or 29.48% from 441); Blue value is 157 (61.72% from 255 or 35.60% from 441); Max value from RGB is 157 - color contains mainly: blue. Hex color #9A829D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A829D is #657D62. Grayscale: #8C8C8C. Windows color (decimal): -6651235 or 10322586. OLE color: 10322586.
HSL color Cylindrical-coordinate representation of color #9A829D: hue angle of 293.33º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9A829D is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 154 | 130 | 157 | - |
| CMYK | 0.02 | 0.17 | 0 | 0.38 |
| HSL | 293.33º | 0.12% | 0.56% | - |
| HSV(B) | 293.33º | 0.17% | 0.62% | - |
| XYZ | 27.39 | 25.27 | 35.33 | - |
| YUV | 140.25 | 137.45 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 130 | 157 | 0.02 | 0.17 | 0 | 0.38 | 293.33 | 0.12 | 0.56 |
| Hex | 9A | 82 | 9D | 2 | 11 | 0 | 26 | 125 | C | 38 |
| Octal | 232 | 202 | 235 | 2 | 21 | 0 | 46 | 445 | 14 | 70 |
| Binary | 10011010 | 10000010 | 10011101 | 10 | 10001 | 0 | 100110 | 100100101 | 1100 | 111000 |
Color Harmonies of #9A829D
Complementary color
Monochromatic Colors of #9A829D
Black with #9A829D
Text Example
Text Example
White with #9A829D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A829D; }
p { color: rgb(154,130,157); }
H1.HeaderClassName
{
color: #9A829D;
}
.AnyTagClassName
{
color: #9A829D;
}
</style>
background-color css
<style>
a { background-color: #9A829D; }
a { background-color: rgb(154,130,157); }
div.DivClassName
{
background-color: #9A829D;
}
.BgClassName
{
background-color: #9A829D;
}
</style>
border-color css
<style>
span { border-color: #9A829D; }
span { border-color: rgb(154,130,157); }
td.TdClassName
{
border-color: #9A829D;
}
.TagClassName
{
border-color: #9A829D;
}
</style>