Shades of Amethyst Smoke #979199
Tints of Amethyst Smoke #979199
RGB
CMYK
RGB Variations
Color information
#979199 (or 0x979199) is known color: Amethyst Smoke. HEX triplet: 97, 91 and 99. RGB value is (151,145,153). Sum of RGB (Red+Green+Blue) = 151+145+153=449 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.63% from 449); Green value is 145 (57.03% from 255 or 32.29% from 449); Blue value is 153 (60.16% from 255 or 34.08% from 449); Max value from RGB is 153 - color contains mainly: blue. Hex color #979199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979199 is #686E66. Grayscale: #939393. Windows color (decimal): -6844007 or 10064279. OLE color: 10064279.
HSL color Cylindrical-coordinate representation of color #979199: hue angle of 285º degrees, saturation: 0.04, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #979199 is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 151 | 145 | 153 | - |
| CMYK | 0.01 | 0.05 | 0 | 0.4 |
| HSL | 285º | 0.04% | 0.58% | - |
| HSV(B) | 285º | 0.05% | 0.6% | - |
| XYZ | 28.64 | 29.13 | 34.25 | - |
| YUV | 147.71 | 130.99 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 145 | 153 | 0.01 | 0.05 | 0 | 0.4 | 285 | 0.04 | 0.58 |
| Hex | 97 | 91 | 99 | 1 | 5 | 0 | 28 | 11D | 4 | 3A |
| Octal | 227 | 221 | 231 | 1 | 5 | 0 | 50 | 435 | 4 | 72 |
| Binary | 10010111 | 10010001 | 10011001 | 1 | 101 | 0 | 101000 | 100011101 | 100 | 111010 |
Color Harmonies of #979199
Complementary color
Monochromatic Colors of #979199
Black with #979199
Text Example
Text Example
White with #979199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979199; }
p { color: rgb(151,145,153); }
H1.HeaderClassName
{
color: #979199;
}
.AnyTagClassName
{
color: #979199;
}
</style>
background-color css
<style>
a { background-color: #979199; }
a { background-color: rgb(151,145,153); }
div.DivClassName
{
background-color: #979199;
}
.BgClassName
{
background-color: #979199;
}
</style>
border-color css
<style>
span { border-color: #979199; }
span { border-color: rgb(151,145,153); }
td.TdClassName
{
border-color: #979199;
}
.TagClassName
{
border-color: #979199;
}
</style>