Shades of Amethyst Smoke #989299
Tints of Amethyst Smoke #989299
RGB
CMYK
RGB Variations
Color information
#989299 (or 0x989299) is known color: Amethyst Smoke. HEX triplet: 98, 92 and 99. RGB value is (152,146,153). Sum of RGB (Red+Green+Blue) = 152+146+153=451 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.70% from 451); Green value is 146 (57.42% from 255 or 32.37% from 451); Blue value is 153 (60.16% from 255 or 33.92% from 451); Max value from RGB is 153 - color contains mainly: blue. Hex color #989299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989299 is #676D66. Grayscale: #949494. Windows color (decimal): -6778215 or 10064536. OLE color: 10064536.
HSL color Cylindrical-coordinate representation of color #989299: hue angle of 291.43º degrees, saturation: 0.03, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #989299 is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 152 | 146 | 153 | - |
| CMYK | 0.01 | 0.05 | 0 | 0.4 |
| HSL | 291.43º | 0.03% | 0.59% | - |
| HSV(B) | 291.43º | 0.05% | 0.6% | - |
| XYZ | 28.98 | 29.53 | 34.31 | - |
| YUV | 148.59 | 130.49 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 146 | 153 | 0.01 | 0.05 | 0 | 0.4 | 291.43 | 0.03 | 0.59 |
| Hex | 98 | 92 | 99 | 1 | 5 | 0 | 28 | 123 | 3 | 3B |
| Octal | 230 | 222 | 231 | 1 | 5 | 0 | 50 | 443 | 3 | 73 |
| Binary | 10011000 | 10010010 | 10011001 | 1 | 101 | 0 | 101000 | 100100011 | 11 | 111011 |
Color Harmonies of #989299
Complementary color
Monochromatic Colors of #989299
Black with #989299
Text Example
Text Example
White with #989299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989299; }
p { color: rgb(152,146,153); }
H1.HeaderClassName
{
color: #989299;
}
.AnyTagClassName
{
color: #989299;
}
</style>
background-color css
<style>
a { background-color: #989299; }
a { background-color: rgb(152,146,153); }
div.DivClassName
{
background-color: #989299;
}
.BgClassName
{
background-color: #989299;
}
</style>
border-color css
<style>
span { border-color: #989299; }
span { border-color: rgb(152,146,153); }
td.TdClassName
{
border-color: #989299;
}
.TagClassName
{
border-color: #989299;
}
</style>