Shades of Amethyst Smoke #99929C
Tints of Amethyst Smoke #99929C
RGB
CMYK
RGB Variations
Color information
#99929C (or 0x99929C) is known color: Amethyst Smoke. HEX triplet: 99, 92 and 9C. RGB value is (153,146,156). Sum of RGB (Red+Green+Blue) = 153+146+156=455 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.63% from 455); Green value is 146 (57.42% from 255 or 32.09% from 455); Blue value is 156 (61.33% from 255 or 34.29% from 455); Max value from RGB is 156 - color contains mainly: blue. Hex color #99929C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99929C is #666D63. Grayscale: #959595. Windows color (decimal): -6712676 or 10261145. OLE color: 10261145.
HSL color Cylindrical-coordinate representation of color #99929C: hue angle of 282º degrees, saturation: 0.05, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #99929C is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 146 | 156 | - |
| CMYK | 0.02 | 0.06 | 0 | 0.39 |
| HSL | 282º | 0.05% | 0.59% | - |
| HSV(B) | 282º | 0.06% | 0.61% | - |
| XYZ | 29.42 | 29.73 | 35.64 | - |
| YUV | 149.23 | 131.82 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 146 | 156 | 0.02 | 0.06 | 0 | 0.39 | 282 | 0.05 | 0.59 |
| Hex | 99 | 92 | 9C | 2 | 6 | 0 | 27 | 11A | 5 | 3B |
| Octal | 231 | 222 | 234 | 2 | 6 | 0 | 47 | 432 | 5 | 73 |
| Binary | 10011001 | 10010010 | 10011100 | 10 | 110 | 0 | 100111 | 100011010 | 101 | 111011 |
Color Harmonies of #99929C
Complementary color
Monochromatic Colors of #99929C
Black with #99929C
Text Example
Text Example
White with #99929C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99929C; }
p { color: rgb(153,146,156); }
H1.HeaderClassName
{
color: #99929C;
}
.AnyTagClassName
{
color: #99929C;
}
</style>
background-color css
<style>
a { background-color: #99929C; }
a { background-color: rgb(153,146,156); }
div.DivClassName
{
background-color: #99929C;
}
.BgClassName
{
background-color: #99929C;
}
</style>
border-color css
<style>
span { border-color: #99929C; }
span { border-color: rgb(153,146,156); }
td.TdClassName
{
border-color: #99929C;
}
.TagClassName
{
border-color: #99929C;
}
</style>