Shades of Amethyst Smoke #98849E
Tints of Amethyst Smoke #98849E
RGB
CMYK
RGB Variations
Color information
#98849E (or 0x98849E) is known color: Amethyst Smoke. HEX triplet: 98, 84 and 9E. RGB value is (152,132,158). Sum of RGB (Red+Green+Blue) = 152+132+158=442 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.39% from 442); Green value is 132 (51.95% from 255 or 29.86% from 442); Blue value is 158 (62.11% from 255 or 35.75% from 442); Max value from RGB is 158 - color contains mainly: blue. Hex color #98849E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98849E is #677B61. Grayscale: #8C8C8C. Windows color (decimal): -6781794 or 10388632. OLE color: 10388632.
HSL color Cylindrical-coordinate representation of color #98849E: hue angle of 286.15º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #98849E is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 152 | 132 | 158 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.38 |
| HSL | 286.15º | 0.12% | 0.57% | - |
| HSV(B) | 286.15º | 0.16% | 0.62% | - |
| XYZ | 27.37 | 25.65 | 35.86 | - |
| YUV | 140.94 | 137.63 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 132 | 158 | 0.04 | 0.16 | 0 | 0.38 | 286.15 | 0.12 | 0.57 |
| Hex | 98 | 84 | 9E | 4 | 10 | 0 | 26 | 11E | C | 39 |
| Octal | 230 | 204 | 236 | 4 | 20 | 0 | 46 | 436 | 14 | 71 |
| Binary | 10011000 | 10000100 | 10011110 | 100 | 10000 | 0 | 100110 | 100011110 | 1100 | 111001 |
Color Harmonies of #98849E
Complementary color
Monochromatic Colors of #98849E
Black with #98849E
Text Example
Text Example
White with #98849E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98849E; }
p { color: rgb(152,132,158); }
H1.HeaderClassName
{
color: #98849E;
}
.AnyTagClassName
{
color: #98849E;
}
</style>
background-color css
<style>
a { background-color: #98849E; }
a { background-color: rgb(152,132,158); }
div.DivClassName
{
background-color: #98849E;
}
.BgClassName
{
background-color: #98849E;
}
</style>
border-color css
<style>
span { border-color: #98849E; }
span { border-color: rgb(152,132,158); }
td.TdClassName
{
border-color: #98849E;
}
.TagClassName
{
border-color: #98849E;
}
</style>