Shades of Amethyst Smoke #98919A
Tints of Amethyst Smoke #98919A
RGB
CMYK
RGB Variations
Color information
#98919A (or 0x98919A) is known color: Amethyst Smoke. HEX triplet: 98, 91 and 9A. RGB value is (152,145,154). Sum of RGB (Red+Green+Blue) = 152+145+154=451 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.70% from 451); Green value is 145 (57.03% from 255 or 32.15% from 451); Blue value is 154 (60.55% from 255 or 34.15% from 451); Max value from RGB is 154 - color contains mainly: blue. Hex color #98919A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98919A is #676E65. Grayscale: #949494. Windows color (decimal): -6778470 or 10129816. OLE color: 10129816.
HSL color Cylindrical-coordinate representation of color #98919A: hue angle of 286.67º degrees, saturation: 0.04, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #98919A is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 145 | 154 | - |
| CMYK | 0.01 | 0.06 | 0 | 0.40 |
| HSL | 286.67º | 0.04% | 0.59% | - |
| HSV(B) | 286.67º | 0.06% | 0.6% | - |
| XYZ | 28.91 | 29.26 | 34.7 | - |
| YUV | 148.12 | 131.32 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 145 | 154 | 0.01 | 0.06 | 0 | 0.40 | 286.67 | 0.04 | 0.59 |
| Hex | 98 | 91 | 9A | 1 | 6 | 0 | 28 | 11F | 4 | 3B |
| Octal | 230 | 221 | 232 | 1 | 6 | 0 | 50 | 437 | 4 | 73 |
| Binary | 10011000 | 10010001 | 10011010 | 1 | 110 | 0 | 101000 | 100011111 | 100 | 111011 |
Color Harmonies of #98919A
Complementary color
Monochromatic Colors of #98919A
Black with #98919A
Text Example
Text Example
White with #98919A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98919A; }
p { color: rgb(152,145,154); }
H1.HeaderClassName
{
color: #98919A;
}
.AnyTagClassName
{
color: #98919A;
}
</style>
background-color css
<style>
a { background-color: #98919A; }
a { background-color: rgb(152,145,154); }
div.DivClassName
{
background-color: #98919A;
}
.BgClassName
{
background-color: #98919A;
}
</style>
border-color css
<style>
span { border-color: #98919A; }
span { border-color: rgb(152,145,154); }
td.TdClassName
{
border-color: #98919A;
}
.TagClassName
{
border-color: #98919A;
}
</style>