Shades of Amethyst Smoke #99899E
Tints of Amethyst Smoke #99899E
RGB
CMYK
RGB Variations
Color information
#99899E (or 0x99899E) is known color: Amethyst Smoke. HEX triplet: 99, 89 and 9E. RGB value is (153,137,158). Sum of RGB (Red+Green+Blue) = 153+137+158=448 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.15% from 448); Green value is 137 (53.91% from 255 or 30.58% from 448); Blue value is 158 (62.11% from 255 or 35.27% from 448); Max value from RGB is 158 - color contains mainly: blue. Hex color #99899E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99899E is #667661. Grayscale: #909090. Windows color (decimal): -6714978 or 10389913. OLE color: 10389913.
HSL color Cylindrical-coordinate representation of color #99899E: hue angle of 285.71º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #99899E is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 137 | 158 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.38 |
| HSL | 285.71º | 0.1% | 0.58% | - |
| HSV(B) | 285.71º | 0.13% | 0.62% | - |
| XYZ | 28.25 | 27.13 | 36.1 | - |
| YUV | 144.18 | 135.8 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 137 | 158 | 0.03 | 0.13 | 0 | 0.38 | 285.71 | 0.1 | 0.58 |
| Hex | 99 | 89 | 9E | 3 | D | 0 | 26 | 11E | A | 3A |
| Octal | 231 | 211 | 236 | 3 | 15 | 0 | 46 | 436 | 12 | 72 |
| Binary | 10011001 | 10001001 | 10011110 | 11 | 1101 | 0 | 100110 | 100011110 | 1010 | 111010 |
Color Harmonies of #99899E
Complementary color
Monochromatic Colors of #99899E
Black with #99899E
Text Example
Text Example
White with #99899E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99899E; }
p { color: rgb(153,137,158); }
H1.HeaderClassName
{
color: #99899E;
}
.AnyTagClassName
{
color: #99899E;
}
</style>
background-color css
<style>
a { background-color: #99899E; }
a { background-color: rgb(153,137,158); }
div.DivClassName
{
background-color: #99899E;
}
.BgClassName
{
background-color: #99899E;
}
</style>
border-color css
<style>
span { border-color: #99899E; }
span { border-color: rgb(153,137,158); }
td.TdClassName
{
border-color: #99899E;
}
.TagClassName
{
border-color: #99899E;
}
</style>