Shades of Amethyst Smoke #99899D
Tints of Amethyst Smoke #99899D
RGB
CMYK
RGB Variations
Color information
#99899D (or 0x99899D) is known color: Amethyst Smoke. HEX triplet: 99, 89 and 9D. RGB value is (153,137,157). Sum of RGB (Red+Green+Blue) = 153+137+157=447 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.23% from 447); Green value is 137 (53.91% from 255 or 30.65% from 447); Blue value is 157 (61.72% from 255 or 35.12% from 447); Max value from RGB is 157 - color contains mainly: blue. Hex color #99899D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99899D is #667662. Grayscale: #909090. Windows color (decimal): -6714979 or 10324377. OLE color: 10324377.
HSL color Cylindrical-coordinate representation of color #99899D: hue angle of 288º degrees, saturation: 0.09, 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 #99899D is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 137 | 157 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.38 |
| HSL | 288º | 0.09% | 0.58% | - |
| HSV(B) | 288º | 0.13% | 0.62% | - |
| XYZ | 28.17 | 27.1 | 35.64 | - |
| YUV | 144.06 | 135.3 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 137 | 157 | 0.03 | 0.13 | 0 | 0.38 | 288 | 0.09 | 0.58 |
| Hex | 99 | 89 | 9D | 3 | D | 0 | 26 | 120 | 9 | 3A |
| Octal | 231 | 211 | 235 | 3 | 15 | 0 | 46 | 440 | 11 | 72 |
| Binary | 10011001 | 10001001 | 10011101 | 11 | 1101 | 0 | 100110 | 100100000 | 1001 | 111010 |
Color Harmonies of #99899D
Complementary color
Monochromatic Colors of #99899D
Black with #99899D
Text Example
Text Example
White with #99899D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99899D; }
p { color: rgb(153,137,157); }
H1.HeaderClassName
{
color: #99899D;
}
.AnyTagClassName
{
color: #99899D;
}
</style>
background-color css
<style>
a { background-color: #99899D; }
a { background-color: rgb(153,137,157); }
div.DivClassName
{
background-color: #99899D;
}
.BgClassName
{
background-color: #99899D;
}
</style>
border-color css
<style>
span { border-color: #99899D; }
span { border-color: rgb(153,137,157); }
td.TdClassName
{
border-color: #99899D;
}
.TagClassName
{
border-color: #99899D;
}
</style>