Shades of Amethyst Smoke #9A839C
Tints of Amethyst Smoke #9A839C
RGB
CMYK
RGB Variations
Color information
#9A839C (or 0x9A839C) is known color: Amethyst Smoke. HEX triplet: 9A, 83 and 9C. RGB value is (154,131,156). Sum of RGB (Red+Green+Blue) = 154+131+156=441 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.92% from 441); Green value is 131 (51.56% from 255 or 29.71% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 156 - color contains mainly: blue. Hex color #9A839C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A839C is #657C63. Grayscale: #8C8C8C. Windows color (decimal): -6650980 or 10257306. OLE color: 10257306.
HSL color Cylindrical-coordinate representation of color #9A839C: hue angle of 295.2º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9A839C is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 154 | 131 | 156 | - |
| CMYK | 0.01 | 0.16 | 0 | 0.39 |
| HSL | 295.2º | 0.11% | 0.56% | - |
| HSV(B) | 295.2º | 0.16% | 0.61% | - |
| XYZ | 27.44 | 25.5 | 34.93 | - |
| YUV | 140.73 | 136.62 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 131 | 156 | 0.01 | 0.16 | 0 | 0.39 | 295.2 | 0.11 | 0.56 |
| Hex | 9A | 83 | 9C | 1 | 10 | 0 | 27 | 127 | B | 38 |
| Octal | 232 | 203 | 234 | 1 | 20 | 0 | 47 | 447 | 13 | 70 |
| Binary | 10011010 | 10000011 | 10011100 | 1 | 10000 | 0 | 100111 | 100100111 | 1011 | 111000 |
Color Harmonies of #9A839C
Complementary color
Monochromatic Colors of #9A839C
Black with #9A839C
Text Example
Text Example
White with #9A839C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A839C; }
p { color: rgb(154,131,156); }
H1.HeaderClassName
{
color: #9A839C;
}
.AnyTagClassName
{
color: #9A839C;
}
</style>
background-color css
<style>
a { background-color: #9A839C; }
a { background-color: rgb(154,131,156); }
div.DivClassName
{
background-color: #9A839C;
}
.BgClassName
{
background-color: #9A839C;
}
</style>
border-color css
<style>
span { border-color: #9A839C; }
span { border-color: rgb(154,131,156); }
td.TdClassName
{
border-color: #9A839C;
}
.TagClassName
{
border-color: #9A839C;
}
</style>