Shades of Amethyst Smoke #98949A
Tints of Amethyst Smoke #98949A
RGB
CMYK
RGB Variations
Color information
#98949A (or 0x98949A) is known color: Amethyst Smoke. HEX triplet: 98, 94 and 9A. RGB value is (152,148,154). Sum of RGB (Red+Green+Blue) = 152+148+154=454 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.48% from 454); Green value is 148 (58.20% from 255 or 32.60% from 454); Blue value is 154 (60.55% from 255 or 33.92% from 454); Max value from RGB is 154 - color contains mainly: blue. Hex color #98949A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98949A is #676B65. Grayscale: #959595. Windows color (decimal): -6777702 or 10130584. OLE color: 10130584.
HSL color Cylindrical-coordinate representation of color #98949A: hue angle of 280º degrees, saturation: 0.03, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #98949A is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 148 | 154 | - |
| CMYK | 0.01 | 0.04 | 0 | 0.40 |
| HSL | 280º | 0.03% | 0.59% | - |
| HSV(B) | 280º | 0.04% | 0.6% | - |
| XYZ | 29.37 | 30.19 | 34.85 | - |
| YUV | 149.88 | 130.33 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 148 | 154 | 0.01 | 0.04 | 0 | 0.40 | 280 | 0.03 | 0.59 |
| Hex | 98 | 94 | 9A | 1 | 4 | 0 | 28 | 118 | 3 | 3B |
| Octal | 230 | 224 | 232 | 1 | 4 | 0 | 50 | 430 | 3 | 73 |
| Binary | 10011000 | 10010100 | 10011010 | 1 | 100 | 0 | 101000 | 100011000 | 11 | 111011 |
Color Harmonies of #98949A
Complementary color
Monochromatic Colors of #98949A
Black with #98949A
Text Example
Text Example
White with #98949A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98949A; }
p { color: rgb(152,148,154); }
H1.HeaderClassName
{
color: #98949A;
}
.AnyTagClassName
{
color: #98949A;
}
</style>
background-color css
<style>
a { background-color: #98949A; }
a { background-color: rgb(152,148,154); }
div.DivClassName
{
background-color: #98949A;
}
.BgClassName
{
background-color: #98949A;
}
</style>
border-color css
<style>
span { border-color: #98949A; }
span { border-color: rgb(152,148,154); }
td.TdClassName
{
border-color: #98949A;
}
.TagClassName
{
border-color: #98949A;
}
</style>