Shades of Amethyst Smoke #969197
Tints of Amethyst Smoke #969197
RGB
CMYK
RGB Variations
Color information
#969197 (or 0x969197) is known color: Amethyst Smoke. HEX triplet: 96, 91 and 97. RGB value is (150,145,151). Sum of RGB (Red+Green+Blue) = 150+145+151=446 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.63% from 446); Green value is 145 (57.03% from 255 or 32.51% from 446); Blue value is 151 (59.38% from 255 or 33.86% from 446); Max value from RGB is 151 - color contains mainly: blue. Hex color #969197 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969197 is #696E68. Grayscale: #939393. Windows color (decimal): -6909545 or 9933206. OLE color: 9933206.
HSL color Cylindrical-coordinate representation of color #969197: hue angle of 290º degrees, saturation: 0.03, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #969197 is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 145 | 151 | - |
| CMYK | 0.01 | 0.04 | 0 | 0.41 |
| HSL | 290º | 0.03% | 0.58% | - |
| HSV(B) | 290º | 0.04% | 0.59% | - |
| XYZ | 28.29 | 28.97 | 33.38 | - |
| YUV | 147.18 | 130.16 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 145 | 151 | 0.01 | 0.04 | 0 | 0.41 | 290 | 0.03 | 0.58 |
| Hex | 96 | 91 | 97 | 1 | 4 | 0 | 29 | 122 | 3 | 3A |
| Octal | 226 | 221 | 227 | 1 | 4 | 0 | 51 | 442 | 3 | 72 |
| Binary | 10010110 | 10010001 | 10010111 | 1 | 100 | 0 | 101001 | 100100010 | 11 | 111010 |
Color Harmonies of #969197
Complementary color
Monochromatic Colors of #969197
Black with #969197
Text Example
Text Example
White with #969197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969197; }
p { color: rgb(150,145,151); }
H1.HeaderClassName
{
color: #969197;
}
.AnyTagClassName
{
color: #969197;
}
</style>
background-color css
<style>
a { background-color: #969197; }
a { background-color: rgb(150,145,151); }
div.DivClassName
{
background-color: #969197;
}
.BgClassName
{
background-color: #969197;
}
</style>
border-color css
<style>
span { border-color: #969197; }
span { border-color: rgb(150,145,151); }
td.TdClassName
{
border-color: #969197;
}
.TagClassName
{
border-color: #969197;
}
</style>