Shades of Amethyst Smoke #99949B
Tints of Amethyst Smoke #99949B
RGB
CMYK
RGB Variations
Color information
#99949B (or 0x99949B) is known color: Amethyst Smoke. HEX triplet: 99, 94 and 9B. RGB value is (153,148,155). Sum of RGB (Red+Green+Blue) = 153+148+155=456 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.55% from 456); Green value is 148 (58.20% from 255 or 32.46% from 456); Blue value is 155 (60.94% from 255 or 33.99% from 456); Max value from RGB is 155 - color contains mainly: blue. Hex color #99949B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99949B is #666B64. Grayscale: #969696. Windows color (decimal): -6712165 or 10196121. OLE color: 10196121.
HSL color Cylindrical-coordinate representation of color #99949B: hue angle of 282.86º degrees, saturation: 0.03, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #99949B is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 148 | 155 | - |
| CMYK | 0.01 | 0.05 | 0 | 0.39 |
| HSL | 282.86º | 0.03% | 0.59% | - |
| HSV(B) | 282.86º | 0.05% | 0.61% | - |
| XYZ | 29.64 | 30.32 | 35.3 | - |
| YUV | 150.29 | 130.66 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 148 | 155 | 0.01 | 0.05 | 0 | 0.39 | 282.86 | 0.03 | 0.59 |
| Hex | 99 | 94 | 9B | 1 | 5 | 0 | 27 | 11B | 3 | 3B |
| Octal | 231 | 224 | 233 | 1 | 5 | 0 | 47 | 433 | 3 | 73 |
| Binary | 10011001 | 10010100 | 10011011 | 1 | 101 | 0 | 100111 | 100011011 | 11 | 111011 |
Color Harmonies of #99949B
Complementary color
Monochromatic Colors of #99949B
Black with #99949B
Text Example
Text Example
White with #99949B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99949B; }
p { color: rgb(153,148,155); }
H1.HeaderClassName
{
color: #99949B;
}
.AnyTagClassName
{
color: #99949B;
}
</style>
background-color css
<style>
a { background-color: #99949B; }
a { background-color: rgb(153,148,155); }
div.DivClassName
{
background-color: #99949B;
}
.BgClassName
{
background-color: #99949B;
}
</style>
border-color css
<style>
span { border-color: #99949B; }
span { border-color: rgb(153,148,155); }
td.TdClassName
{
border-color: #99949B;
}
.TagClassName
{
border-color: #99949B;
}
</style>