Shades of Amethyst Smoke #989198
Tints of Amethyst Smoke #989198
RGB
CMYK
RGB Variations
Color information
#989198 (or 0x989198) is known color: Amethyst Smoke. HEX triplet: 98, 91 and 98. RGB value is (152,145,152). Sum of RGB (Red+Green+Blue) = 152+145+152=449 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.85% from 449); Green value is 145 (57.03% from 255 or 32.29% from 449); Blue value is 152 (59.77% from 255 or 33.85% from 449); Max value from RGB is 152 - color contains mainly: red, blue. Hex color #989198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989198 is #676E67. Grayscale: #939393. Windows color (decimal): -6778472 or 9998744. OLE color: 9998744.
HSL color Cylindrical-coordinate representation of color #989198: hue angle of 300º degrees, saturation: 0.03, 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 #989198 is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 145 | 152 | - |
| CMYK | 0 | 0.05 | 0 | 0.40 |
| HSL | 300º | 0.03% | 0.58% | - |
| HSV(B) | 300º | 0.05% | 0.6% | - |
| XYZ | 28.74 | 29.19 | 33.83 | - |
| YUV | 147.89 | 130.32 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 145 | 152 | 0 | 0.05 | 0 | 0.40 | 300 | 0.03 | 0.58 |
| Hex | 98 | 91 | 98 | 0 | 5 | 0 | 28 | 12C | 3 | 3A |
| Octal | 230 | 221 | 230 | 0 | 5 | 0 | 50 | 454 | 3 | 72 |
| Binary | 10011000 | 10010001 | 10011000 | 0 | 101 | 0 | 101000 | 100101100 | 11 | 111010 |
Color Harmonies of #989198
Complementary color
Monochromatic Colors of #989198
Black with #989198
Text Example
Text Example
White with #989198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989198; }
p { color: rgb(152,145,152); }
H1.HeaderClassName
{
color: #989198;
}
.AnyTagClassName
{
color: #989198;
}
</style>
background-color css
<style>
a { background-color: #989198; }
a { background-color: rgb(152,145,152); }
div.DivClassName
{
background-color: #989198;
}
.BgClassName
{
background-color: #989198;
}
</style>
border-color css
<style>
span { border-color: #989198; }
span { border-color: rgb(152,145,152); }
td.TdClassName
{
border-color: #989198;
}
.TagClassName
{
border-color: #989198;
}
</style>