Shades of Amethyst Smoke #988D9E
Tints of Amethyst Smoke #988D9E
RGB
CMYK
RGB Variations
Color information
#988D9E (or 0x988D9E) is known color: Amethyst Smoke. HEX triplet: 98, 8D and 9E. RGB value is (152,141,158). Sum of RGB (Red+Green+Blue) = 152+141+158=451 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.70% from 451); Green value is 141 (55.47% from 255 or 31.26% from 451); Blue value is 158 (62.11% from 255 or 35.03% from 451); Max value from RGB is 158 - color contains mainly: blue. Hex color #988D9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988D9E is #677261. Grayscale: #929292. Windows color (decimal): -6779490 or 10390936. OLE color: 10390936.
HSL color Cylindrical-coordinate representation of color #988D9E: hue angle of 278.82º 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 #988D9E is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 152 | 141 | 158 | - |
| CMYK | 0.04 | 0.11 | 0 | 0.38 |
| HSL | 278.82º | 0.08% | 0.59% | - |
| HSV(B) | 278.82º | 0.11% | 0.62% | - |
| XYZ | 28.65 | 28.19 | 36.28 | - |
| YUV | 146.23 | 134.64 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 141 | 158 | 0.04 | 0.11 | 0 | 0.38 | 278.82 | 0.08 | 0.59 |
| Hex | 98 | 8D | 9E | 4 | B | 0 | 26 | 117 | 8 | 3B |
| Octal | 230 | 215 | 236 | 4 | 13 | 0 | 46 | 427 | 10 | 73 |
| Binary | 10011000 | 10001101 | 10011110 | 100 | 1011 | 0 | 100110 | 100010111 | 1000 | 111011 |
Color Harmonies of #988D9E
Complementary color
Monochromatic Colors of #988D9E
Black with #988D9E
Text Example
Text Example
White with #988D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988D9E; }
p { color: rgb(152,141,158); }
H1.HeaderClassName
{
color: #988D9E;
}
.AnyTagClassName
{
color: #988D9E;
}
</style>
background-color css
<style>
a { background-color: #988D9E; }
a { background-color: rgb(152,141,158); }
div.DivClassName
{
background-color: #988D9E;
}
.BgClassName
{
background-color: #988D9E;
}
</style>
border-color css
<style>
span { border-color: #988D9E; }
span { border-color: rgb(152,141,158); }
td.TdClassName
{
border-color: #988D9E;
}
.TagClassName
{
border-color: #988D9E;
}
</style>