Shades of Amethyst Smoke #99929E
Tints of Amethyst Smoke #99929E
RGB
CMYK
RGB Variations
Color information
#99929E (or 0x99929E) is known color: Amethyst Smoke. HEX triplet: 99, 92 and 9E. RGB value is (153,146,158). Sum of RGB (Red+Green+Blue) = 153+146+158=457 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.48% from 457); Green value is 146 (57.42% from 255 or 31.95% from 457); Blue value is 158 (62.11% from 255 or 34.57% from 457); Max value from RGB is 158 - color contains mainly: blue. Hex color #99929E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99929E is #666D61. Grayscale: #959595. Windows color (decimal): -6712674 or 10392217. OLE color: 10392217.
HSL color Cylindrical-coordinate representation of color #99929E: hue angle of 275º degrees, saturation: 0.06, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #99929E is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 146 | 158 | - |
| CMYK | 0.03 | 0.08 | 0 | 0.38 |
| HSL | 275º | 0.06% | 0.6% | - |
| HSV(B) | 275º | 0.08% | 0.62% | - |
| XYZ | 29.59 | 29.8 | 36.54 | - |
| YUV | 149.46 | 132.82 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 146 | 158 | 0.03 | 0.08 | 0 | 0.38 | 275 | 0.06 | 0.6 |
| Hex | 99 | 92 | 9E | 3 | 8 | 0 | 26 | 113 | 6 | 3C |
| Octal | 231 | 222 | 236 | 3 | 10 | 0 | 46 | 423 | 6 | 74 |
| Binary | 10011001 | 10010010 | 10011110 | 11 | 1000 | 0 | 100110 | 100010011 | 110 | 111100 |
Color Harmonies of #99929E
Complementary color
Monochromatic Colors of #99929E
Black with #99929E
Text Example
Text Example
White with #99929E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99929E; }
p { color: rgb(153,146,158); }
H1.HeaderClassName
{
color: #99929E;
}
.AnyTagClassName
{
color: #99929E;
}
</style>
background-color css
<style>
a { background-color: #99929E; }
a { background-color: rgb(153,146,158); }
div.DivClassName
{
background-color: #99929E;
}
.BgClassName
{
background-color: #99929E;
}
</style>
border-color css
<style>
span { border-color: #99929E; }
span { border-color: rgb(153,146,158); }
td.TdClassName
{
border-color: #99929E;
}
.TagClassName
{
border-color: #99929E;
}
</style>