Shades of Amethyst Smoke #98949D
Tints of Amethyst Smoke #98949D
RGB
CMYK
RGB Variations
Color information
#98949D (or 0x98949D) is known color: Amethyst Smoke. HEX triplet: 98, 94 and 9D. RGB value is (152,148,157). Sum of RGB (Red+Green+Blue) = 152+148+157=457 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.26% from 457); Green value is 148 (58.20% from 255 or 32.39% from 457); Blue value is 157 (61.72% from 255 or 34.35% from 457); Max value from RGB is 157 - color contains mainly: blue. Hex color #98949D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98949D is #676B62. Grayscale: #969696. Windows color (decimal): -6777699 or 10327192. OLE color: 10327192.
HSL color Cylindrical-coordinate representation of color #98949D: hue angle of 266.67º degrees, saturation: 0.04, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #98949D is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 152 | 148 | 157 | - |
| CMYK | 0.03 | 0.06 | 0 | 0.38 |
| HSL | 266.67º | 0.04% | 0.6% | - |
| HSV(B) | 266.67º | 0.06% | 0.62% | - |
| XYZ | 29.62 | 30.29 | 36.18 | - |
| YUV | 150.22 | 131.83 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 148 | 157 | 0.03 | 0.06 | 0 | 0.38 | 266.67 | 0.04 | 0.6 |
| Hex | 98 | 94 | 9D | 3 | 6 | 0 | 26 | 10B | 4 | 3C |
| Octal | 230 | 224 | 235 | 3 | 6 | 0 | 46 | 413 | 4 | 74 |
| Binary | 10011000 | 10010100 | 10011101 | 11 | 110 | 0 | 100110 | 100001011 | 100 | 111100 |
Color Harmonies of #98949D
Complementary color
Monochromatic Colors of #98949D
Black with #98949D
Text Example
Text Example
White with #98949D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98949D; }
p { color: rgb(152,148,157); }
H1.HeaderClassName
{
color: #98949D;
}
.AnyTagClassName
{
color: #98949D;
}
</style>
background-color css
<style>
a { background-color: #98949D; }
a { background-color: rgb(152,148,157); }
div.DivClassName
{
background-color: #98949D;
}
.BgClassName
{
background-color: #98949D;
}
</style>
border-color css
<style>
span { border-color: #98949D; }
span { border-color: rgb(152,148,157); }
td.TdClassName
{
border-color: #98949D;
}
.TagClassName
{
border-color: #98949D;
}
</style>