Shades of Amethyst Smoke #9B989E
Tints of Amethyst Smoke #9B989E
RGB
CMYK
RGB Variations
Color information
#9B989E (or 0x9B989E) is known color: Amethyst Smoke. HEX triplet: 9B, 98 and 9E. RGB value is (155,152,158). Sum of RGB (Red+Green+Blue) = 155+152+158=465 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.33% from 465); Green value is 152 (59.77% from 255 or 32.69% from 465); Blue value is 158 (62.11% from 255 or 33.98% from 465); Max value from RGB is 158 - color contains mainly: blue. Hex color #9B989E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B989E is #646761. Grayscale: #999999. Windows color (decimal): -6580066 or 10393755. OLE color: 10393755.
HSL color Cylindrical-coordinate representation of color #9B989E: hue angle of 270º degrees, saturation: 0.03, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #9B989E is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 155 | 152 | 158 | - |
| CMYK | 0.02 | 0.04 | 0 | 0.38 |
| HSL | 270º | 0.03% | 0.61% | - |
| HSV(B) | 270º | 0.04% | 0.62% | - |
| XYZ | 30.92 | 31.89 | 36.87 | - |
| YUV | 153.58 | 130.49 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 152 | 158 | 0.02 | 0.04 | 0 | 0.38 | 270 | 0.03 | 0.61 |
| Hex | 9B | 98 | 9E | 2 | 4 | 0 | 26 | 10E | 3 | 3D |
| Octal | 233 | 230 | 236 | 2 | 4 | 0 | 46 | 416 | 3 | 75 |
| Binary | 10011011 | 10011000 | 10011110 | 10 | 100 | 0 | 100110 | 100001110 | 11 | 111101 |
Color Harmonies of #9B989E
Complementary color
Monochromatic Colors of #9B989E
Black with #9B989E
Text Example
Text Example
White with #9B989E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B989E; }
p { color: rgb(155,152,158); }
H1.HeaderClassName
{
color: #9B989E;
}
.AnyTagClassName
{
color: #9B989E;
}
</style>
background-color css
<style>
a { background-color: #9B989E; }
a { background-color: rgb(155,152,158); }
div.DivClassName
{
background-color: #9B989E;
}
.BgClassName
{
background-color: #9B989E;
}
</style>
border-color css
<style>
span { border-color: #9B989E; }
span { border-color: rgb(155,152,158); }
td.TdClassName
{
border-color: #9B989E;
}
.TagClassName
{
border-color: #9B989E;
}
</style>