Shades of Amethyst Smoke #9B8B9D
Tints of Amethyst Smoke #9B8B9D
RGB
CMYK
RGB Variations
Color information
#9B8B9D (or 0x9B8B9D) is known color: Amethyst Smoke. HEX triplet: 9B, 8B and 9D. RGB value is (155,139,157). Sum of RGB (Red+Green+Blue) = 155+139+157=451 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.37% from 451); Green value is 139 (54.69% from 255 or 30.82% from 451); Blue value is 157 (61.72% from 255 or 34.81% from 451); Max value from RGB is 157 - color contains mainly: blue. Hex color #9B8B9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8B9D is #647462. Grayscale: #919191. Windows color (decimal): -6583395 or 10324891. OLE color: 10324891.
HSL color Cylindrical-coordinate representation of color #9B8B9D: hue angle of 293.33º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9B8B9D is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 155 | 139 | 157 | - |
| CMYK | 0.01 | 0.11 | 0 | 0.38 |
| HSL | 293.33º | 0.08% | 0.58% | - |
| HSV(B) | 293.33º | 0.11% | 0.62% | - |
| XYZ | 28.84 | 27.87 | 35.76 | - |
| YUV | 145.84 | 134.3 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 139 | 157 | 0.01 | 0.11 | 0 | 0.38 | 293.33 | 0.08 | 0.58 |
| Hex | 9B | 8B | 9D | 1 | B | 0 | 26 | 125 | 8 | 3A |
| Octal | 233 | 213 | 235 | 1 | 13 | 0 | 46 | 445 | 10 | 72 |
| Binary | 10011011 | 10001011 | 10011101 | 1 | 1011 | 0 | 100110 | 100100101 | 1000 | 111010 |
Color Harmonies of #9B8B9D
Complementary color
Monochromatic Colors of #9B8B9D
Black with #9B8B9D
Text Example
Text Example
White with #9B8B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8B9D; }
p { color: rgb(155,139,157); }
H1.HeaderClassName
{
color: #9B8B9D;
}
.AnyTagClassName
{
color: #9B8B9D;
}
</style>
background-color css
<style>
a { background-color: #9B8B9D; }
a { background-color: rgb(155,139,157); }
div.DivClassName
{
background-color: #9B8B9D;
}
.BgClassName
{
background-color: #9B8B9D;
}
</style>
border-color css
<style>
span { border-color: #9B8B9D; }
span { border-color: rgb(155,139,157); }
td.TdClassName
{
border-color: #9B8B9D;
}
.TagClassName
{
border-color: #9B8B9D;
}
</style>