Shades of Amethyst Smoke #9D829D
Tints of Amethyst Smoke #9D829D
RGB
CMYK
RGB Variations
Color information
#9D829D (or 0x9D829D) is known color: Amethyst Smoke. HEX triplet: 9D, 82 and 9D. RGB value is (157,130,157). Sum of RGB (Red+Green+Blue) = 157+130+157=444 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.36% from 444); Green value is 130 (51.17% from 255 or 29.28% from 444); Blue value is 157 (61.72% from 255 or 35.36% from 444); Max value from RGB is 157 - color contains mainly: red, blue. Hex color #9D829D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D829D is #627D62. Grayscale: #8D8D8D. Windows color (decimal): -6454627 or 10322589. OLE color: 10322589.
HSL color Cylindrical-coordinate representation of color #9D829D: hue angle of 300º 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 #9D829D is Cyan = 0, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 130 | 157 | - |
| CMYK | 0 | 0.17 | 0 | 0.38 |
| HSL | 300º | 0.12% | 0.56% | - |
| HSV(B) | 300º | 0.17% | 0.62% | - |
| XYZ | 27.97 | 25.57 | 35.36 | - |
| YUV | 141.15 | 136.95 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 130 | 157 | 0 | 0.17 | 0 | 0.38 | 300 | 0.12 | 0.56 |
| Hex | 9D | 82 | 9D | 0 | 11 | 0 | 26 | 12C | C | 38 |
| Octal | 235 | 202 | 235 | 0 | 21 | 0 | 46 | 454 | 14 | 70 |
| Binary | 10011101 | 10000010 | 10011101 | 0 | 10001 | 0 | 100110 | 100101100 | 1100 | 111000 |
Color Harmonies of #9D829D
Complementary color
Monochromatic Colors of #9D829D
Black with #9D829D
Text Example
Text Example
White with #9D829D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D829D; }
p { color: rgb(157,130,157); }
H1.HeaderClassName
{
color: #9D829D;
}
.AnyTagClassName
{
color: #9D829D;
}
</style>
background-color css
<style>
a { background-color: #9D829D; }
a { background-color: rgb(157,130,157); }
div.DivClassName
{
background-color: #9D829D;
}
.BgClassName
{
background-color: #9D829D;
}
</style>
border-color css
<style>
span { border-color: #9D829D; }
span { border-color: rgb(157,130,157); }
td.TdClassName
{
border-color: #9D829D;
}
.TagClassName
{
border-color: #9D829D;
}
</style>