Shades of Amethyst Smoke #99879C
Tints of Amethyst Smoke #99879C
RGB
CMYK
RGB Variations
Color information
#99879C (or 0x99879C) is known color: Amethyst Smoke. HEX triplet: 99, 87 and 9C. RGB value is (153,135,156). Sum of RGB (Red+Green+Blue) = 153+135+156=444 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.46% from 444); Green value is 135 (53.12% from 255 or 30.41% from 444); Blue value is 156 (61.33% from 255 or 35.14% from 444); Max value from RGB is 156 - color contains mainly: blue. Hex color #99879C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99879C is #667863. Grayscale: #8E8E8E. Windows color (decimal): -6715492 or 10258329. OLE color: 10258329.
HSL color Cylindrical-coordinate representation of color #99879C: hue angle of 291.43º degrees, saturation: 0.1, 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 #99879C is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 135 | 156 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.39 |
| HSL | 291.43º | 0.1% | 0.57% | - |
| HSV(B) | 291.43º | 0.13% | 0.61% | - |
| XYZ | 27.8 | 26.5 | 35.1 | - |
| YUV | 142.78 | 135.46 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 135 | 156 | 0.02 | 0.13 | 0 | 0.39 | 291.43 | 0.1 | 0.57 |
| Hex | 99 | 87 | 9C | 2 | D | 0 | 27 | 123 | A | 39 |
| Octal | 231 | 207 | 234 | 2 | 15 | 0 | 47 | 443 | 12 | 71 |
| Binary | 10011001 | 10000111 | 10011100 | 10 | 1101 | 0 | 100111 | 100100011 | 1010 | 111001 |
Color Harmonies of #99879C
Complementary color
Monochromatic Colors of #99879C
Black with #99879C
Text Example
Text Example
White with #99879C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99879C; }
p { color: rgb(153,135,156); }
H1.HeaderClassName
{
color: #99879C;
}
.AnyTagClassName
{
color: #99879C;
}
</style>
background-color css
<style>
a { background-color: #99879C; }
a { background-color: rgb(153,135,156); }
div.DivClassName
{
background-color: #99879C;
}
.BgClassName
{
background-color: #99879C;
}
</style>
border-color css
<style>
span { border-color: #99879C; }
span { border-color: rgb(153,135,156); }
td.TdClassName
{
border-color: #99879C;
}
.TagClassName
{
border-color: #99879C;
}
</style>