Shades of Amethyst Smoke #99899F
Tints of Amethyst Smoke #99899F
RGB
CMYK
RGB Variations
Color information
#99899F (or 0x99899F) is known color: Amethyst Smoke. HEX triplet: 99, 89 and 9F. RGB value is (153,137,159). Sum of RGB (Red+Green+Blue) = 153+137+159=449 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.08% from 449); Green value is 137 (53.91% from 255 or 30.51% from 449); Blue value is 159 (62.5% from 255 or 35.41% from 449); Max value from RGB is 159 - color contains mainly: blue. Hex color #99899F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99899F is #667660. Grayscale: #909090. Windows color (decimal): -6714977 or 10455449. OLE color: 10455449.
HSL color Cylindrical-coordinate representation of color #99899F: hue angle of 283.64º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #99899F is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 137 | 159 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.38 |
| HSL | 283.64º | 0.1% | 0.58% | - |
| HSV(B) | 283.64º | 0.14% | 0.62% | - |
| XYZ | 28.34 | 27.17 | 36.55 | - |
| YUV | 144.29 | 136.3 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 137 | 159 | 0.04 | 0.14 | 0 | 0.38 | 283.64 | 0.1 | 0.58 |
| Hex | 99 | 89 | 9F | 4 | E | 0 | 26 | 11C | A | 3A |
| Octal | 231 | 211 | 237 | 4 | 16 | 0 | 46 | 434 | 12 | 72 |
| Binary | 10011001 | 10001001 | 10011111 | 100 | 1110 | 0 | 100110 | 100011100 | 1010 | 111010 |
Color Harmonies of #99899F
Complementary color
Monochromatic Colors of #99899F
Black with #99899F
Text Example
Text Example
White with #99899F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99899F; }
p { color: rgb(153,137,159); }
H1.HeaderClassName
{
color: #99899F;
}
.AnyTagClassName
{
color: #99899F;
}
</style>
background-color css
<style>
a { background-color: #99899F; }
a { background-color: rgb(153,137,159); }
div.DivClassName
{
background-color: #99899F;
}
.BgClassName
{
background-color: #99899F;
}
</style>
border-color css
<style>
span { border-color: #99899F; }
span { border-color: rgb(153,137,159); }
td.TdClassName
{
border-color: #99899F;
}
.TagClassName
{
border-color: #99899F;
}
</style>