Shades of Amethyst Smoke #988D98
Tints of Amethyst Smoke #988D98
RGB
CMYK
RGB Variations
Color information
#988D98 (or 0x988D98) is known color: Amethyst Smoke. HEX triplet: 98, 8D and 98. RGB value is (152,141,152). Sum of RGB (Red+Green+Blue) = 152+141+152=445 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.16% from 445); Green value is 141 (55.47% from 255 or 31.69% from 445); Blue value is 152 (59.77% from 255 or 34.16% from 445); Max value from RGB is 152 - color contains mainly: red, blue. Hex color #988D98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988D98 is #677267. Grayscale: #919191. Windows color (decimal): -6779496 or 9997720. OLE color: 9997720.
HSL color Cylindrical-coordinate representation of color #988D98: hue angle of 300º degrees, saturation: 0.05, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #988D98 is Cyan = 0, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 141 | 152 | - |
| CMYK | 0 | 0.07 | 0 | 0.40 |
| HSL | 300º | 0.05% | 0.57% | - |
| HSV(B) | 300º | 0.07% | 0.6% | - |
| XYZ | 28.14 | 27.99 | 33.63 | - |
| YUV | 145.54 | 131.64 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 141 | 152 | 0 | 0.07 | 0 | 0.40 | 300 | 0.05 | 0.57 |
| Hex | 98 | 8D | 98 | 0 | 7 | 0 | 28 | 12C | 5 | 39 |
| Octal | 230 | 215 | 230 | 0 | 7 | 0 | 50 | 454 | 5 | 71 |
| Binary | 10011000 | 10001101 | 10011000 | 0 | 111 | 0 | 101000 | 100101100 | 101 | 111001 |
Color Harmonies of #988D98
Complementary color
Monochromatic Colors of #988D98
Black with #988D98
Text Example
Text Example
White with #988D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988D98; }
p { color: rgb(152,141,152); }
H1.HeaderClassName
{
color: #988D98;
}
.AnyTagClassName
{
color: #988D98;
}
</style>
background-color css
<style>
a { background-color: #988D98; }
a { background-color: rgb(152,141,152); }
div.DivClassName
{
background-color: #988D98;
}
.BgClassName
{
background-color: #988D98;
}
</style>
border-color css
<style>
span { border-color: #988D98; }
span { border-color: rgb(152,141,152); }
td.TdClassName
{
border-color: #988D98;
}
.TagClassName
{
border-color: #988D98;
}
</style>