Shades of Amethyst Smoke #99889C
Tints of Amethyst Smoke #99889C
RGB
CMYK
RGB Variations
Color information
#99889C (or 0x99889C) is known color: Amethyst Smoke. HEX triplet: 99, 88 and 9C. RGB value is (153,136,156). Sum of RGB (Red+Green+Blue) = 153+136+156=445 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.38% from 445); Green value is 136 (53.52% from 255 or 30.56% from 445); Blue value is 156 (61.33% from 255 or 35.06% from 445); Max value from RGB is 156 - color contains mainly: blue. Hex color #99889C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99889C is #667763. Grayscale: #8F8F8F. Windows color (decimal): -6715236 or 10258585. OLE color: 10258585.
HSL color Cylindrical-coordinate representation of color #99889C: hue angle of 291º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #99889C is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 136 | 156 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.39 |
| HSL | 291º | 0.09% | 0.57% | - |
| HSV(B) | 291º | 0.13% | 0.61% | - |
| XYZ | 27.94 | 26.78 | 35.15 | - |
| YUV | 143.36 | 135.13 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 136 | 156 | 0.02 | 0.13 | 0 | 0.39 | 291 | 0.09 | 0.57 |
| Hex | 99 | 88 | 9C | 2 | D | 0 | 27 | 123 | 9 | 39 |
| Octal | 231 | 210 | 234 | 2 | 15 | 0 | 47 | 443 | 11 | 71 |
| Binary | 10011001 | 10001000 | 10011100 | 10 | 1101 | 0 | 100111 | 100100011 | 1001 | 111001 |
Color Harmonies of #99889C
Complementary color
Monochromatic Colors of #99889C
Black with #99889C
Text Example
Text Example
White with #99889C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99889C; }
p { color: rgb(153,136,156); }
H1.HeaderClassName
{
color: #99889C;
}
.AnyTagClassName
{
color: #99889C;
}
</style>
background-color css
<style>
a { background-color: #99889C; }
a { background-color: rgb(153,136,156); }
div.DivClassName
{
background-color: #99889C;
}
.BgClassName
{
background-color: #99889C;
}
</style>
border-color css
<style>
span { border-color: #99889C; }
span { border-color: rgb(153,136,156); }
td.TdClassName
{
border-color: #99889C;
}
.TagClassName
{
border-color: #99889C;
}
</style>