Shades of Amethyst Smoke #9D829E
Tints of Amethyst Smoke #9D829E
RGB
CMYK
RGB Variations
Color information
#9D829E (or 0x9D829E) is known color: Amethyst Smoke. HEX triplet: 9D, 82 and 9E. RGB value is (157,130,158). Sum of RGB (Red+Green+Blue) = 157+130+158=445 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.28% from 445); Green value is 130 (51.17% from 255 or 29.21% from 445); Blue value is 158 (62.11% from 255 or 35.51% from 445); Max value from RGB is 158 - color contains mainly: blue. Hex color #9D829E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D829E is #627D61. Grayscale: #8D8D8D. Windows color (decimal): -6454626 or 10388125. OLE color: 10388125.
HSL color Cylindrical-coordinate representation of color #9D829E: hue angle of 297.86º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9D829E is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 130 | 158 | - |
| CMYK | 0.01 | 0.18 | 0 | 0.38 |
| HSL | 297.86º | 0.13% | 0.56% | - |
| HSV(B) | 297.86º | 0.18% | 0.62% | - |
| XYZ | 28.06 | 25.6 | 35.81 | - |
| YUV | 141.27 | 137.45 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 130 | 158 | 0.01 | 0.18 | 0 | 0.38 | 297.86 | 0.13 | 0.56 |
| Hex | 9D | 82 | 9E | 1 | 12 | 0 | 26 | 12A | D | 38 |
| Octal | 235 | 202 | 236 | 1 | 22 | 0 | 46 | 452 | 15 | 70 |
| Binary | 10011101 | 10000010 | 10011110 | 1 | 10010 | 0 | 100110 | 100101010 | 1101 | 111000 |
Color Harmonies of #9D829E
Complementary color
Monochromatic Colors of #9D829E
Black with #9D829E
Text Example
Text Example
White with #9D829E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D829E; }
p { color: rgb(157,130,158); }
H1.HeaderClassName
{
color: #9D829E;
}
.AnyTagClassName
{
color: #9D829E;
}
</style>
background-color css
<style>
a { background-color: #9D829E; }
a { background-color: rgb(157,130,158); }
div.DivClassName
{
background-color: #9D829E;
}
.BgClassName
{
background-color: #9D829E;
}
</style>
border-color css
<style>
span { border-color: #9D829E; }
span { border-color: rgb(157,130,158); }
td.TdClassName
{
border-color: #9D829E;
}
.TagClassName
{
border-color: #9D829E;
}
</style>