Shades of Amethyst Smoke #9B969D
Tints of Amethyst Smoke #9B969D
RGB
CMYK
RGB Variations
Color information
#9B969D (or 0x9B969D) is known color: Amethyst Smoke. HEX triplet: 9B, 96 and 9D. RGB value is (155,150,157). Sum of RGB (Red+Green+Blue) = 155+150+157=462 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.55% from 462); Green value is 150 (58.98% from 255 or 32.47% from 462); Blue value is 157 (61.72% from 255 or 33.98% from 462); Max value from RGB is 157 - color contains mainly: blue. Hex color #9B969D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B969D is #646962. Grayscale: #989898. Windows color (decimal): -6580579 or 10327707. OLE color: 10327707.
HSL color Cylindrical-coordinate representation of color #9B969D: hue angle of 282.86º degrees, saturation: 0.03, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #9B969D is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 155 | 150 | 157 | - |
| CMYK | 0.01 | 0.04 | 0 | 0.38 |
| HSL | 282.86º | 0.03% | 0.6% | - |
| HSV(B) | 282.86º | 0.04% | 0.62% | - |
| XYZ | 30.51 | 31.22 | 36.32 | - |
| YUV | 152.29 | 130.66 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 150 | 157 | 0.01 | 0.04 | 0 | 0.38 | 282.86 | 0.03 | 0.6 |
| Hex | 9B | 96 | 9D | 1 | 4 | 0 | 26 | 11B | 3 | 3C |
| Octal | 233 | 226 | 235 | 1 | 4 | 0 | 46 | 433 | 3 | 74 |
| Binary | 10011011 | 10010110 | 10011101 | 1 | 100 | 0 | 100110 | 100011011 | 11 | 111100 |
Color Harmonies of #9B969D
Complementary color
Monochromatic Colors of #9B969D
Black with #9B969D
Text Example
Text Example
White with #9B969D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B969D; }
p { color: rgb(155,150,157); }
H1.HeaderClassName
{
color: #9B969D;
}
.AnyTagClassName
{
color: #9B969D;
}
</style>
background-color css
<style>
a { background-color: #9B969D; }
a { background-color: rgb(155,150,157); }
div.DivClassName
{
background-color: #9B969D;
}
.BgClassName
{
background-color: #9B969D;
}
</style>
border-color css
<style>
span { border-color: #9B969D; }
span { border-color: rgb(155,150,157); }
td.TdClassName
{
border-color: #9B969D;
}
.TagClassName
{
border-color: #9B969D;
}
</style>