Shades of Amethyst Smoke #998C9D
Tints of Amethyst Smoke #998C9D
RGB
CMYK
RGB Variations
Color information
#998C9D (or 0x998C9D) is known color: Amethyst Smoke. HEX triplet: 99, 8C and 9D. RGB value is (153,140,157). Sum of RGB (Red+Green+Blue) = 153+140+157=450 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34% from 450); Green value is 140 (55.08% from 255 or 31.11% from 450); Blue value is 157 (61.72% from 255 or 34.89% from 450); Max value from RGB is 157 - color contains mainly: blue. Hex color #998C9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998C9D is #667362. Grayscale: #919191. Windows color (decimal): -6714211 or 10325145. OLE color: 10325145.
HSL color Cylindrical-coordinate representation of color #998C9D: hue angle of 285.88º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #998C9D is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 140 | 157 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.38 |
| HSL | 285.88º | 0.08% | 0.58% | - |
| HSV(B) | 285.88º | 0.11% | 0.62% | - |
| XYZ | 28.6 | 27.96 | 35.79 | - |
| YUV | 145.83 | 134.31 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 140 | 157 | 0.03 | 0.11 | 0 | 0.38 | 285.88 | 0.08 | 0.58 |
| Hex | 99 | 8C | 9D | 3 | B | 0 | 26 | 11E | 8 | 3A |
| Octal | 231 | 214 | 235 | 3 | 13 | 0 | 46 | 436 | 10 | 72 |
| Binary | 10011001 | 10001100 | 10011101 | 11 | 1011 | 0 | 100110 | 100011110 | 1000 | 111010 |
Color Harmonies of #998C9D
Complementary color
Monochromatic Colors of #998C9D
Black with #998C9D
Text Example
Text Example
White with #998C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998C9D; }
p { color: rgb(153,140,157); }
H1.HeaderClassName
{
color: #998C9D;
}
.AnyTagClassName
{
color: #998C9D;
}
</style>
background-color css
<style>
a { background-color: #998C9D; }
a { background-color: rgb(153,140,157); }
div.DivClassName
{
background-color: #998C9D;
}
.BgClassName
{
background-color: #998C9D;
}
</style>
border-color css
<style>
span { border-color: #998C9D; }
span { border-color: rgb(153,140,157); }
td.TdClassName
{
border-color: #998C9D;
}
.TagClassName
{
border-color: #998C9D;
}
</style>