Shades of Amethyst Smoke #9A839D
Tints of Amethyst Smoke #9A839D
RGB
CMYK
RGB Variations
Color information
#9A839D (or 0x9A839D) is known color: Amethyst Smoke. HEX triplet: 9A, 83 and 9D. RGB value is (154,131,157). Sum of RGB (Red+Green+Blue) = 154+131+157=442 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.84% from 442); Green value is 131 (51.56% from 255 or 29.64% from 442); Blue value is 157 (61.72% from 255 or 35.52% from 442); Max value from RGB is 157 - color contains mainly: blue. Hex color #9A839D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A839D is #657C62. Grayscale: #8C8C8C. Windows color (decimal): -6650979 or 10322842. OLE color: 10322842.
HSL color Cylindrical-coordinate representation of color #9A839D: hue angle of 293.08º 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 #9A839D is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 154 | 131 | 157 | - |
| CMYK | 0.02 | 0.17 | 0 | 0.38 |
| HSL | 293.08º | 0.12% | 0.56% | - |
| HSV(B) | 293.08º | 0.17% | 0.62% | - |
| XYZ | 27.53 | 25.54 | 35.38 | - |
| YUV | 140.84 | 137.12 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 131 | 157 | 0.02 | 0.17 | 0 | 0.38 | 293.08 | 0.12 | 0.56 |
| Hex | 9A | 83 | 9D | 2 | 11 | 0 | 26 | 125 | C | 38 |
| Octal | 232 | 203 | 235 | 2 | 21 | 0 | 46 | 445 | 14 | 70 |
| Binary | 10011010 | 10000011 | 10011101 | 10 | 10001 | 0 | 100110 | 100100101 | 1100 | 111000 |
Color Harmonies of #9A839D
Complementary color
Monochromatic Colors of #9A839D
Black with #9A839D
Text Example
Text Example
White with #9A839D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A839D; }
p { color: rgb(154,131,157); }
H1.HeaderClassName
{
color: #9A839D;
}
.AnyTagClassName
{
color: #9A839D;
}
</style>
background-color css
<style>
a { background-color: #9A839D; }
a { background-color: rgb(154,131,157); }
div.DivClassName
{
background-color: #9A839D;
}
.BgClassName
{
background-color: #9A839D;
}
</style>
border-color css
<style>
span { border-color: #9A839D; }
span { border-color: rgb(154,131,157); }
td.TdClassName
{
border-color: #9A839D;
}
.TagClassName
{
border-color: #9A839D;
}
</style>