Shades of Amethyst Smoke #988F99
Tints of Amethyst Smoke #988F99
RGB
CMYK
RGB Variations
Color information
#988F99 (or 0x988F99) is known color: Amethyst Smoke. HEX triplet: 98, 8F and 99. RGB value is (152,143,153). Sum of RGB (Red+Green+Blue) = 152+143+153=448 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.93% from 448); Green value is 143 (56.25% from 255 or 31.92% from 448); Blue value is 153 (60.16% from 255 or 34.15% from 448); Max value from RGB is 153 - color contains mainly: blue. Hex color #988F99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988F99 is #677066. Grayscale: #929292. Windows color (decimal): -6778983 or 10063768. OLE color: 10063768.
HSL color Cylindrical-coordinate representation of color #988F99: hue angle of 294º degrees, saturation: 0.05, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #988F99 is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 152 | 143 | 153 | - |
| CMYK | 0.01 | 0.07 | 0 | 0.4 |
| HSL | 294º | 0.05% | 0.58% | - |
| HSV(B) | 294º | 0.07% | 0.6% | - |
| XYZ | 28.52 | 28.62 | 34.16 | - |
| YUV | 146.83 | 131.48 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 143 | 153 | 0.01 | 0.07 | 0 | 0.4 | 294 | 0.05 | 0.58 |
| Hex | 98 | 8F | 99 | 1 | 7 | 0 | 28 | 126 | 5 | 3A |
| Octal | 230 | 217 | 231 | 1 | 7 | 0 | 50 | 446 | 5 | 72 |
| Binary | 10011000 | 10001111 | 10011001 | 1 | 111 | 0 | 101000 | 100100110 | 101 | 111010 |
Color Harmonies of #988F99
Complementary color
Monochromatic Colors of #988F99
Black with #988F99
Text Example
Text Example
White with #988F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988F99; }
p { color: rgb(152,143,153); }
H1.HeaderClassName
{
color: #988F99;
}
.AnyTagClassName
{
color: #988F99;
}
</style>
background-color css
<style>
a { background-color: #988F99; }
a { background-color: rgb(152,143,153); }
div.DivClassName
{
background-color: #988F99;
}
.BgClassName
{
background-color: #988F99;
}
</style>
border-color css
<style>
span { border-color: #988F99; }
span { border-color: rgb(152,143,153); }
td.TdClassName
{
border-color: #988F99;
}
.TagClassName
{
border-color: #988F99;
}
</style>