Shades of Amethyst Smoke #998D9E
Tints of Amethyst Smoke #998D9E
RGB
CMYK
RGB Variations
Color information
#998D9E (or 0x998D9E) is known color: Amethyst Smoke. HEX triplet: 99, 8D and 9E. RGB value is (153,141,158). Sum of RGB (Red+Green+Blue) = 153+141+158=452 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.85% from 452); Green value is 141 (55.47% from 255 or 31.19% from 452); Blue value is 158 (62.11% from 255 or 34.96% from 452); Max value from RGB is 158 - color contains mainly: blue. Hex color #998D9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998D9E is #667261. Grayscale: #929292. Windows color (decimal): -6713954 or 10390937. OLE color: 10390937.
HSL color Cylindrical-coordinate representation of color #998D9E: hue angle of 282.35º degrees, saturation: 0.08, 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 #998D9E is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 141 | 158 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.38 |
| HSL | 282.35º | 0.08% | 0.59% | - |
| HSV(B) | 282.35º | 0.11% | 0.62% | - |
| XYZ | 28.83 | 28.29 | 36.29 | - |
| YUV | 146.53 | 134.48 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 141 | 158 | 0.03 | 0.11 | 0 | 0.38 | 282.35 | 0.08 | 0.59 |
| Hex | 99 | 8D | 9E | 3 | B | 0 | 26 | 11A | 8 | 3B |
| Octal | 231 | 215 | 236 | 3 | 13 | 0 | 46 | 432 | 10 | 73 |
| Binary | 10011001 | 10001101 | 10011110 | 11 | 1011 | 0 | 100110 | 100011010 | 1000 | 111011 |
Color Harmonies of #998D9E
Complementary color
Monochromatic Colors of #998D9E
Black with #998D9E
Text Example
Text Example
White with #998D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998D9E; }
p { color: rgb(153,141,158); }
H1.HeaderClassName
{
color: #998D9E;
}
.AnyTagClassName
{
color: #998D9E;
}
</style>
background-color css
<style>
a { background-color: #998D9E; }
a { background-color: rgb(153,141,158); }
div.DivClassName
{
background-color: #998D9E;
}
.BgClassName
{
background-color: #998D9E;
}
</style>
border-color css
<style>
span { border-color: #998D9E; }
span { border-color: rgb(153,141,158); }
td.TdClassName
{
border-color: #998D9E;
}
.TagClassName
{
border-color: #998D9E;
}
</style>