Shades of Amethyst Smoke #9B969E
Tints of Amethyst Smoke #9B969E
RGB
CMYK
RGB Variations
Color information
#9B969E (or 0x9B969E) is known color: Amethyst Smoke. HEX triplet: 9B, 96 and 9E. RGB value is (155,150,158). Sum of RGB (Red+Green+Blue) = 155+150+158=463 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.48% from 463); Green value is 150 (58.98% from 255 or 32.40% from 463); Blue value is 158 (62.11% from 255 or 34.13% from 463); Max value from RGB is 158 - color contains mainly: blue. Hex color #9B969E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B969E is #646961. Grayscale: #989898. Windows color (decimal): -6580578 or 10393243. OLE color: 10393243.
HSL color Cylindrical-coordinate representation of color #9B969E: hue angle of 277.5º degrees, saturation: 0.04, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #9B969E is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 155 | 150 | 158 | - |
| CMYK | 0.02 | 0.05 | 0 | 0.38 |
| HSL | 277.5º | 0.04% | 0.6% | - |
| HSV(B) | 277.5º | 0.05% | 0.62% | - |
| XYZ | 30.6 | 31.25 | 36.77 | - |
| YUV | 152.41 | 131.16 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 150 | 158 | 0.02 | 0.05 | 0 | 0.38 | 277.5 | 0.04 | 0.6 |
| Hex | 9B | 96 | 9E | 2 | 5 | 0 | 26 | 116 | 4 | 3C |
| Octal | 233 | 226 | 236 | 2 | 5 | 0 | 46 | 426 | 4 | 74 |
| Binary | 10011011 | 10010110 | 10011110 | 10 | 101 | 0 | 100110 | 100010110 | 100 | 111100 |
Color Harmonies of #9B969E
Complementary color
Monochromatic Colors of #9B969E
Black with #9B969E
Text Example
Text Example
White with #9B969E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B969E; }
p { color: rgb(155,150,158); }
H1.HeaderClassName
{
color: #9B969E;
}
.AnyTagClassName
{
color: #9B969E;
}
</style>
background-color css
<style>
a { background-color: #9B969E; }
a { background-color: rgb(155,150,158); }
div.DivClassName
{
background-color: #9B969E;
}
.BgClassName
{
background-color: #9B969E;
}
</style>
border-color css
<style>
span { border-color: #9B969E; }
span { border-color: rgb(155,150,158); }
td.TdClassName
{
border-color: #9B969E;
}
.TagClassName
{
border-color: #9B969E;
}
</style>