Shades of Amethyst Smoke #998DA6
Tints of Amethyst Smoke #998DA6
RGB
CMYK
RGB Variations
Color information
#998DA6 (or 0x998DA6) is known color: Amethyst Smoke. HEX triplet: 99, 8D and A6. RGB value is (153,141,166). Sum of RGB (Red+Green+Blue) = 153+141+166=460 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.26% from 460); Green value is 141 (55.47% from 255 or 30.65% from 460); Blue value is 166 (65.23% from 255 or 36.09% from 460); Max value from RGB is 166 - color contains mainly: blue. Hex color #998DA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998DA6 is #667259. Grayscale: #939393. Windows color (decimal): -6713946 or 10915225. OLE color: 10915225.
HSL color Cylindrical-coordinate representation of color #998DA6: hue angle of 268.8º degrees, saturation: 0.12, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #998DA6 is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 141 | 166 | - |
| CMYK | 0.08 | 0.15 | 0 | 0.35 |
| HSL | 268.8º | 0.12% | 0.6% | - |
| HSV(B) | 268.8º | 0.15% | 0.65% | - |
| XYZ | 29.54 | 28.58 | 40.03 | - |
| YUV | 147.44 | 138.48 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 141 | 166 | 0.08 | 0.15 | 0 | 0.35 | 268.8 | 0.12 | 0.6 |
| Hex | 99 | 8D | A6 | 8 | F | 0 | 23 | 10D | C | 3C |
| Octal | 231 | 215 | 246 | 10 | 17 | 0 | 43 | 415 | 14 | 74 |
| Binary | 10011001 | 10001101 | 10100110 | 1000 | 1111 | 0 | 100011 | 100001101 | 1100 | 111100 |
Color Harmonies of #998DA6
Complementary color
Monochromatic Colors of #998DA6
Black with #998DA6
Text Example
Text Example
White with #998DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998DA6; }
p { color: rgb(153,141,166); }
H1.HeaderClassName
{
color: #998DA6;
}
.AnyTagClassName
{
color: #998DA6;
}
</style>
background-color css
<style>
a { background-color: #998DA6; }
a { background-color: rgb(153,141,166); }
div.DivClassName
{
background-color: #998DA6;
}
.BgClassName
{
background-color: #998DA6;
}
</style>
border-color css
<style>
span { border-color: #998DA6; }
span { border-color: rgb(153,141,166); }
td.TdClassName
{
border-color: #998DA6;
}
.TagClassName
{
border-color: #998DA6;
}
</style>