Shades of Amethyst Smoke #998D99
Tints of Amethyst Smoke #998D99
RGB
CMYK
RGB Variations
Color information
#998D99 (or 0x998D99) is known color: Amethyst Smoke. HEX triplet: 99, 8D and 99. RGB value is (153,141,153). Sum of RGB (Red+Green+Blue) = 153+141+153=447 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.23% from 447); Green value is 141 (55.47% from 255 or 31.54% from 447); Blue value is 153 (60.16% from 255 or 34.23% from 447); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #998D99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998D99 is #667266. Grayscale: #919191. Windows color (decimal): -6713959 or 10063257. OLE color: 10063257.
HSL color Cylindrical-coordinate representation of color #998D99: hue angle of 300º degrees, saturation: 0.06, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #998D99 is Cyan = 0, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 141 | 153 | - |
| CMYK | 0 | 0.08 | 0 | 0.4 |
| HSL | 300º | 0.06% | 0.58% | - |
| HSV(B) | 300º | 0.08% | 0.6% | - |
| XYZ | 28.41 | 28.12 | 34.07 | - |
| YUV | 145.96 | 131.98 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 141 | 153 | 0 | 0.08 | 0 | 0.4 | 300 | 0.06 | 0.58 |
| Hex | 99 | 8D | 99 | 0 | 8 | 0 | 28 | 12C | 6 | 3A |
| Octal | 231 | 215 | 231 | 0 | 10 | 0 | 50 | 454 | 6 | 72 |
| Binary | 10011001 | 10001101 | 10011001 | 0 | 1000 | 0 | 101000 | 100101100 | 110 | 111010 |
Color Harmonies of #998D99
Complementary color
Monochromatic Colors of #998D99
Black with #998D99
Text Example
Text Example
White with #998D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998D99; }
p { color: rgb(153,141,153); }
H1.HeaderClassName
{
color: #998D99;
}
.AnyTagClassName
{
color: #998D99;
}
</style>
background-color css
<style>
a { background-color: #998D99; }
a { background-color: rgb(153,141,153); }
div.DivClassName
{
background-color: #998D99;
}
.BgClassName
{
background-color: #998D99;
}
</style>
border-color css
<style>
span { border-color: #998D99; }
span { border-color: rgb(153,141,153); }
td.TdClassName
{
border-color: #998D99;
}
.TagClassName
{
border-color: #998D99;
}
</style>