Shades of Amethyst Smoke #998D9F
Tints of Amethyst Smoke #998D9F
RGB
CMYK
RGB Variations
Color information
#998D9F (or 0x998D9F) is known color: Amethyst Smoke. HEX triplet: 99, 8D and 9F. RGB value is (153,141,159). Sum of RGB (Red+Green+Blue) = 153+141+159=453 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.77% from 453); Green value is 141 (55.47% from 255 or 31.13% from 453); Blue value is 159 (62.5% from 255 or 35.10% from 453); Max value from RGB is 159 - color contains mainly: blue. Hex color #998D9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998D9F is #667260. Grayscale: #929292. Windows color (decimal): -6713953 or 10456473. OLE color: 10456473.
HSL color Cylindrical-coordinate representation of color #998D9F: hue angle of 280º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #998D9F is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 141 | 159 | - |
| CMYK | 0.04 | 0.11 | 0 | 0.38 |
| HSL | 280º | 0.09% | 0.59% | - |
| HSV(B) | 280º | 0.11% | 0.62% | - |
| XYZ | 28.92 | 28.33 | 36.74 | - |
| YUV | 146.64 | 134.98 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 141 | 159 | 0.04 | 0.11 | 0 | 0.38 | 280 | 0.09 | 0.59 |
| Hex | 99 | 8D | 9F | 4 | B | 0 | 26 | 118 | 9 | 3B |
| Octal | 231 | 215 | 237 | 4 | 13 | 0 | 46 | 430 | 11 | 73 |
| Binary | 10011001 | 10001101 | 10011111 | 100 | 1011 | 0 | 100110 | 100011000 | 1001 | 111011 |
Color Harmonies of #998D9F
Complementary color
Monochromatic Colors of #998D9F
Black with #998D9F
Text Example
Text Example
White with #998D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998D9F; }
p { color: rgb(153,141,159); }
H1.HeaderClassName
{
color: #998D9F;
}
.AnyTagClassName
{
color: #998D9F;
}
</style>
background-color css
<style>
a { background-color: #998D9F; }
a { background-color: rgb(153,141,159); }
div.DivClassName
{
background-color: #998D9F;
}
.BgClassName
{
background-color: #998D9F;
}
</style>
border-color css
<style>
span { border-color: #998D9F; }
span { border-color: rgb(153,141,159); }
td.TdClassName
{
border-color: #998D9F;
}
.TagClassName
{
border-color: #998D9F;
}
</style>