Shades of Amethyst Smoke #99949A
Tints of Amethyst Smoke #99949A
RGB
CMYK
RGB Variations
Color information
#99949A (or 0x99949A) is known color: Amethyst Smoke. HEX triplet: 99, 94 and 9A. RGB value is (153,148,154). Sum of RGB (Red+Green+Blue) = 153+148+154=455 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.63% from 455); Green value is 148 (58.20% from 255 or 32.53% from 455); Blue value is 154 (60.55% from 255 or 33.85% from 455); Max value from RGB is 154 - color contains mainly: blue. Hex color #99949A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99949A is #666B65. Grayscale: #969696. Windows color (decimal): -6712166 or 10130585. OLE color: 10130585.
HSL color Cylindrical-coordinate representation of color #99949A: hue angle of 290º degrees, saturation: 0.03, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #99949A is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 153 | 148 | 154 | - |
| CMYK | 0.01 | 0.04 | 0 | 0.40 |
| HSL | 290º | 0.03% | 0.59% | - |
| HSV(B) | 290º | 0.04% | 0.6% | - |
| XYZ | 29.56 | 30.29 | 34.86 | - |
| YUV | 150.18 | 130.16 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 148 | 154 | 0.01 | 0.04 | 0 | 0.40 | 290 | 0.03 | 0.59 |
| Hex | 99 | 94 | 9A | 1 | 4 | 0 | 28 | 122 | 3 | 3B |
| Octal | 231 | 224 | 232 | 1 | 4 | 0 | 50 | 442 | 3 | 73 |
| Binary | 10011001 | 10010100 | 10011010 | 1 | 100 | 0 | 101000 | 100100010 | 11 | 111011 |
Color Harmonies of #99949A
Complementary color
Monochromatic Colors of #99949A
Black with #99949A
Text Example
Text Example
White with #99949A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99949A; }
p { color: rgb(153,148,154); }
H1.HeaderClassName
{
color: #99949A;
}
.AnyTagClassName
{
color: #99949A;
}
</style>
background-color css
<style>
a { background-color: #99949A; }
a { background-color: rgb(153,148,154); }
div.DivClassName
{
background-color: #99949A;
}
.BgClassName
{
background-color: #99949A;
}
</style>
border-color css
<style>
span { border-color: #99949A; }
span { border-color: rgb(153,148,154); }
td.TdClassName
{
border-color: #99949A;
}
.TagClassName
{
border-color: #99949A;
}
</style>