Shades of Amethyst Smoke #99949C
Tints of Amethyst Smoke #99949C
RGB
CMYK
RGB Variations
Color information
#99949C (or 0x99949C) is known color: Amethyst Smoke. HEX triplet: 99, 94 and 9C. RGB value is (153,148,156). Sum of RGB (Red+Green+Blue) = 153+148+156=457 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.48% from 457); Green value is 148 (58.20% from 255 or 32.39% from 457); Blue value is 156 (61.33% from 255 or 34.14% from 457); Max value from RGB is 156 - color contains mainly: blue. Hex color #99949C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99949C is #666B63. Grayscale: #969696. Windows color (decimal): -6712164 or 10261657. OLE color: 10261657.
HSL color Cylindrical-coordinate representation of color #99949C: hue angle of 277.5º degrees, saturation: 0.04, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #99949C is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 148 | 156 | - |
| CMYK | 0.02 | 0.05 | 0 | 0.39 |
| HSL | 277.5º | 0.04% | 0.6% | - |
| HSV(B) | 277.5º | 0.05% | 0.61% | - |
| XYZ | 29.73 | 30.35 | 35.74 | - |
| YUV | 150.41 | 131.16 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 148 | 156 | 0.02 | 0.05 | 0 | 0.39 | 277.5 | 0.04 | 0.6 |
| Hex | 99 | 94 | 9C | 2 | 5 | 0 | 27 | 116 | 4 | 3C |
| Octal | 231 | 224 | 234 | 2 | 5 | 0 | 47 | 426 | 4 | 74 |
| Binary | 10011001 | 10010100 | 10011100 | 10 | 101 | 0 | 100111 | 100010110 | 100 | 111100 |
Color Harmonies of #99949C
Complementary color
Monochromatic Colors of #99949C
Black with #99949C
Text Example
Text Example
White with #99949C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99949C; }
p { color: rgb(153,148,156); }
H1.HeaderClassName
{
color: #99949C;
}
.AnyTagClassName
{
color: #99949C;
}
</style>
background-color css
<style>
a { background-color: #99949C; }
a { background-color: rgb(153,148,156); }
div.DivClassName
{
background-color: #99949C;
}
.BgClassName
{
background-color: #99949C;
}
</style>
border-color css
<style>
span { border-color: #99949C; }
span { border-color: rgb(153,148,156); }
td.TdClassName
{
border-color: #99949C;
}
.TagClassName
{
border-color: #99949C;
}
</style>