Shades of Amethyst Smoke #978F97
Tints of Amethyst Smoke #978F97
RGB
CMYK
RGB Variations
Color information
#978F97 (or 0x978F97) is known color: Amethyst Smoke. HEX triplet: 97, 8F and 97. RGB value is (151,143,151). Sum of RGB (Red+Green+Blue) = 151+143+151=445 (58% of max value = 765). Red value is 151 (59.38% from 255 or 33.93% from 445); Green value is 143 (56.25% from 255 or 32.13% from 445); Blue value is 151 (59.38% from 255 or 33.93% from 445); Max value from RGB is 151 - color contains mainly: red, blue. Hex color #978F97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978F97 is #687068. Grayscale: #929292. Windows color (decimal): -6844521 or 9932695. OLE color: 9932695.
HSL color Cylindrical-coordinate representation of color #978F97: hue angle of 300º degrees, saturation: 0.04, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #978F97 is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 143 | 151 | - |
| CMYK | 0 | 0.05 | 0 | 0.41 |
| HSL | 300º | 0.04% | 0.58% | - |
| HSV(B) | 300º | 0.05% | 0.59% | - |
| XYZ | 28.17 | 28.46 | 33.29 | - |
| YUV | 146.3 | 130.65 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 143 | 151 | 0 | 0.05 | 0 | 0.41 | 300 | 0.04 | 0.58 |
| Hex | 97 | 8F | 97 | 0 | 5 | 0 | 29 | 12C | 4 | 3A |
| Octal | 227 | 217 | 227 | 0 | 5 | 0 | 51 | 454 | 4 | 72 |
| Binary | 10010111 | 10001111 | 10010111 | 0 | 101 | 0 | 101001 | 100101100 | 100 | 111010 |
Color Harmonies of #978F97
Complementary color
Monochromatic Colors of #978F97
Black with #978F97
Text Example
Text Example
White with #978F97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978F97; }
p { color: rgb(151,143,151); }
H1.HeaderClassName
{
color: #978F97;
}
.AnyTagClassName
{
color: #978F97;
}
</style>
background-color css
<style>
a { background-color: #978F97; }
a { background-color: rgb(151,143,151); }
div.DivClassName
{
background-color: #978F97;
}
.BgClassName
{
background-color: #978F97;
}
</style>
border-color css
<style>
span { border-color: #978F97; }
span { border-color: rgb(151,143,151); }
td.TdClassName
{
border-color: #978F97;
}
.TagClassName
{
border-color: #978F97;
}
</style>