Shades of Amethyst Smoke #97899D
Tints of Amethyst Smoke #97899D
RGB
CMYK
RGB Variations
Color information
#97899D (or 0x97899D) is known color: Amethyst Smoke. HEX triplet: 97, 89 and 9D. RGB value is (151,137,157). Sum of RGB (Red+Green+Blue) = 151+137+157=445 (58% of max value = 765). Red value is 151 (59.38% from 255 or 33.93% from 445); Green value is 137 (53.91% from 255 or 30.79% from 445); Blue value is 157 (61.72% from 255 or 35.28% from 445); Max value from RGB is 157 - color contains mainly: blue. Hex color #97899D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97899D is #687662. Grayscale: #8F8F8F. Windows color (decimal): -6846051 or 10324375. OLE color: 10324375.
HSL color Cylindrical-coordinate representation of color #97899D: hue angle of 282º degrees, saturation: 0.09, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #97899D is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 151 | 137 | 157 | - |
| CMYK | 0.04 | 0.13 | 0 | 0.38 |
| HSL | 282º | 0.09% | 0.58% | - |
| HSV(B) | 282º | 0.13% | 0.62% | - |
| XYZ | 27.79 | 26.9 | 35.63 | - |
| YUV | 143.47 | 135.64 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 137 | 157 | 0.04 | 0.13 | 0 | 0.38 | 282 | 0.09 | 0.58 |
| Hex | 97 | 89 | 9D | 4 | D | 0 | 26 | 11A | 9 | 3A |
| Octal | 227 | 211 | 235 | 4 | 15 | 0 | 46 | 432 | 11 | 72 |
| Binary | 10010111 | 10001001 | 10011101 | 100 | 1101 | 0 | 100110 | 100011010 | 1001 | 111010 |
Color Harmonies of #97899D
Complementary color
Monochromatic Colors of #97899D
Black with #97899D
Text Example
Text Example
White with #97899D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97899D; }
p { color: rgb(151,137,157); }
H1.HeaderClassName
{
color: #97899D;
}
.AnyTagClassName
{
color: #97899D;
}
</style>
background-color css
<style>
a { background-color: #97899D; }
a { background-color: rgb(151,137,157); }
div.DivClassName
{
background-color: #97899D;
}
.BgClassName
{
background-color: #97899D;
}
</style>
border-color css
<style>
span { border-color: #97899D; }
span { border-color: rgb(151,137,157); }
td.TdClassName
{
border-color: #97899D;
}
.TagClassName
{
border-color: #97899D;
}
</style>