Shades of Amethyst Smoke #9A989B
Tints of Amethyst Smoke #9A989B
RGB
CMYK
RGB Variations
Color information
#9A989B (or 0x9A989B) is known color: Amethyst Smoke. HEX triplet: 9A, 98 and 9B. RGB value is (154,152,155). Sum of RGB (Red+Green+Blue) = 154+152+155=461 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.41% from 461); Green value is 152 (59.77% from 255 or 32.97% from 461); Blue value is 155 (60.94% from 255 or 33.62% from 461); Max value from RGB is 155 - color contains mainly: blue. Hex color #9A989B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A989B is #656764. Grayscale: #989898. Windows color (decimal): -6645605 or 10197146. OLE color: 10197146.
HSL color Cylindrical-coordinate representation of color #9A989B: hue angle of 280º degrees, saturation: 0.01, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #9A989B is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 154 | 152 | 155 | - |
| CMYK | 0.01 | 0.02 | 0 | 0.39 |
| HSL | 280º | 0.01% | 0.6% | - |
| HSV(B) | 280º | 0.02% | 0.61% | - |
| XYZ | 30.47 | 31.69 | 35.52 | - |
| YUV | 152.94 | 129.16 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 152 | 155 | 0.01 | 0.02 | 0 | 0.39 | 280 | 0.01 | 0.6 |
| Hex | 9A | 98 | 9B | 1 | 2 | 0 | 27 | 118 | 1 | 3C |
| Octal | 232 | 230 | 233 | 1 | 2 | 0 | 47 | 430 | 1 | 74 |
| Binary | 10011010 | 10011000 | 10011011 | 1 | 10 | 0 | 100111 | 100011000 | 1 | 111100 |
Color Harmonies of #9A989B
Complementary color
Monochromatic Colors of #9A989B
Black with #9A989B
Text Example
Text Example
White with #9A989B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A989B; }
p { color: rgb(154,152,155); }
H1.HeaderClassName
{
color: #9A989B;
}
.AnyTagClassName
{
color: #9A989B;
}
</style>
background-color css
<style>
a { background-color: #9A989B; }
a { background-color: rgb(154,152,155); }
div.DivClassName
{
background-color: #9A989B;
}
.BgClassName
{
background-color: #9A989B;
}
</style>
border-color css
<style>
span { border-color: #9A989B; }
span { border-color: rgb(154,152,155); }
td.TdClassName
{
border-color: #9A989B;
}
.TagClassName
{
border-color: #9A989B;
}
</style>