Shades of Amethyst Smoke #9A849E
Tints of Amethyst Smoke #9A849E
RGB
CMYK
RGB Variations
Color information
#9A849E (or 0x9A849E) is known color: Amethyst Smoke. HEX triplet: 9A, 84 and 9E. RGB value is (154,132,158). Sum of RGB (Red+Green+Blue) = 154+132+158=444 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.68% from 444); Green value is 132 (51.95% from 255 or 29.73% from 444); Blue value is 158 (62.11% from 255 or 35.59% from 444); Max value from RGB is 158 - color contains mainly: blue. Hex color #9A849E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A849E is #657B61. Grayscale: #8D8D8D. Windows color (decimal): -6650722 or 10388634. OLE color: 10388634.
HSL color Cylindrical-coordinate representation of color #9A849E: hue angle of 290.77º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9A849E is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 154 | 132 | 158 | - |
| CMYK | 0.03 | 0.16 | 0 | 0.38 |
| HSL | 290.77º | 0.12% | 0.57% | - |
| HSV(B) | 290.77º | 0.16% | 0.62% | - |
| XYZ | 27.75 | 25.84 | 35.87 | - |
| YUV | 141.54 | 137.29 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 132 | 158 | 0.03 | 0.16 | 0 | 0.38 | 290.77 | 0.12 | 0.57 |
| Hex | 9A | 84 | 9E | 3 | 10 | 0 | 26 | 123 | C | 39 |
| Octal | 232 | 204 | 236 | 3 | 20 | 0 | 46 | 443 | 14 | 71 |
| Binary | 10011010 | 10000100 | 10011110 | 11 | 10000 | 0 | 100110 | 100100011 | 1100 | 111001 |
Color Harmonies of #9A849E
Complementary color
Monochromatic Colors of #9A849E
Black with #9A849E
Text Example
Text Example
White with #9A849E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A849E; }
p { color: rgb(154,132,158); }
H1.HeaderClassName
{
color: #9A849E;
}
.AnyTagClassName
{
color: #9A849E;
}
</style>
background-color css
<style>
a { background-color: #9A849E; }
a { background-color: rgb(154,132,158); }
div.DivClassName
{
background-color: #9A849E;
}
.BgClassName
{
background-color: #9A849E;
}
</style>
border-color css
<style>
span { border-color: #9A849E; }
span { border-color: rgb(154,132,158); }
td.TdClassName
{
border-color: #9A849E;
}
.TagClassName
{
border-color: #9A849E;
}
</style>