Shades of Amethyst Smoke #9B849E
Tints of Amethyst Smoke #9B849E
RGB
CMYK
RGB Variations
Color information
#9B849E (or 0x9B849E) is known color: Amethyst Smoke. HEX triplet: 9B, 84 and 9E. RGB value is (155,132,158). Sum of RGB (Red+Green+Blue) = 155+132+158=445 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.83% from 445); Green value is 132 (51.95% from 255 or 29.66% 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 #9B849E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B849E is #647B61. Grayscale: #8D8D8D. Windows color (decimal): -6585186 or 10388635. OLE color: 10388635.
HSL color Cylindrical-coordinate representation of color #9B849E: hue angle of 293.08º 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 #9B849E is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 155 | 132 | 158 | - |
| CMYK | 0.02 | 0.16 | 0 | 0.38 |
| HSL | 293.08º | 0.12% | 0.57% | - |
| HSV(B) | 293.08º | 0.16% | 0.62% | - |
| XYZ | 27.94 | 25.94 | 35.88 | - |
| YUV | 141.84 | 137.12 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 132 | 158 | 0.02 | 0.16 | 0 | 0.38 | 293.08 | 0.12 | 0.57 |
| Hex | 9B | 84 | 9E | 2 | 10 | 0 | 26 | 125 | C | 39 |
| Octal | 233 | 204 | 236 | 2 | 20 | 0 | 46 | 445 | 14 | 71 |
| Binary | 10011011 | 10000100 | 10011110 | 10 | 10000 | 0 | 100110 | 100100101 | 1100 | 111001 |
Color Harmonies of #9B849E
Complementary color
Monochromatic Colors of #9B849E
Black with #9B849E
Text Example
Text Example
White with #9B849E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B849E; }
p { color: rgb(155,132,158); }
H1.HeaderClassName
{
color: #9B849E;
}
.AnyTagClassName
{
color: #9B849E;
}
</style>
background-color css
<style>
a { background-color: #9B849E; }
a { background-color: rgb(155,132,158); }
div.DivClassName
{
background-color: #9B849E;
}
.BgClassName
{
background-color: #9B849E;
}
</style>
border-color css
<style>
span { border-color: #9B849E; }
span { border-color: rgb(155,132,158); }
td.TdClassName
{
border-color: #9B849E;
}
.TagClassName
{
border-color: #9B849E;
}
</style>