Shades of Amethyst Smoke #9B959F
Tints of Amethyst Smoke #9B959F
RGB
CMYK
RGB Variations
Color information
#9B959F (or 0x9B959F) is known color: Amethyst Smoke. HEX triplet: 9B, 95 and 9F. RGB value is (155,149,159). Sum of RGB (Red+Green+Blue) = 155+149+159=463 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.48% from 463); Green value is 149 (58.59% from 255 or 32.18% from 463); Blue value is 159 (62.5% from 255 or 34.34% from 463); Max value from RGB is 159 - color contains mainly: blue. Hex color #9B959F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B959F is #646A60. Grayscale: #979797. Windows color (decimal): -6580833 or 10458523. OLE color: 10458523.
HSL color Cylindrical-coordinate representation of color #9B959F: hue angle of 276º degrees, saturation: 0.05, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #9B959F is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 155 | 149 | 159 | - |
| CMYK | 0.03 | 0.06 | 0 | 0.38 |
| HSL | 276º | 0.05% | 0.6% | - |
| HSV(B) | 276º | 0.06% | 0.62% | - |
| XYZ | 30.52 | 30.97 | 37.17 | - |
| YUV | 151.93 | 131.99 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 149 | 159 | 0.03 | 0.06 | 0 | 0.38 | 276 | 0.05 | 0.6 |
| Hex | 9B | 95 | 9F | 3 | 6 | 0 | 26 | 114 | 5 | 3C |
| Octal | 233 | 225 | 237 | 3 | 6 | 0 | 46 | 424 | 5 | 74 |
| Binary | 10011011 | 10010101 | 10011111 | 11 | 110 | 0 | 100110 | 100010100 | 101 | 111100 |
Color Harmonies of #9B959F
Complementary color
Monochromatic Colors of #9B959F
Black with #9B959F
Text Example
Text Example
White with #9B959F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B959F; }
p { color: rgb(155,149,159); }
H1.HeaderClassName
{
color: #9B959F;
}
.AnyTagClassName
{
color: #9B959F;
}
</style>
background-color css
<style>
a { background-color: #9B959F; }
a { background-color: rgb(155,149,159); }
div.DivClassName
{
background-color: #9B959F;
}
.BgClassName
{
background-color: #9B959F;
}
</style>
border-color css
<style>
span { border-color: #9B959F; }
span { border-color: rgb(155,149,159); }
td.TdClassName
{
border-color: #9B959F;
}
.TagClassName
{
border-color: #9B959F;
}
</style>