Shades of Amethyst Smoke #99879D
Tints of Amethyst Smoke #99879D
RGB
CMYK
RGB Variations
Color information
#99879D (or 0x99879D) is known color: Amethyst Smoke. HEX triplet: 99, 87 and 9D. RGB value is (153,135,157). Sum of RGB (Red+Green+Blue) = 153+135+157=445 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.38% from 445); Green value is 135 (53.12% from 255 or 30.34% from 445); Blue value is 157 (61.72% from 255 or 35.28% from 445); Max value from RGB is 157 - color contains mainly: blue. Hex color #99879D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99879D is #667862. Grayscale: #8E8E8E. Windows color (decimal): -6715491 or 10323865. OLE color: 10323865.
HSL color Cylindrical-coordinate representation of color #99879D: hue angle of 289.09º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #99879D is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 135 | 157 | - |
| CMYK | 0.03 | 0.14 | 0 | 0.38 |
| HSL | 289.09º | 0.1% | 0.57% | - |
| HSV(B) | 289.09º | 0.14% | 0.62% | - |
| XYZ | 27.89 | 26.53 | 35.55 | - |
| YUV | 142.89 | 135.96 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 135 | 157 | 0.03 | 0.14 | 0 | 0.38 | 289.09 | 0.1 | 0.57 |
| Hex | 99 | 87 | 9D | 3 | E | 0 | 26 | 121 | A | 39 |
| Octal | 231 | 207 | 235 | 3 | 16 | 0 | 46 | 441 | 12 | 71 |
| Binary | 10011001 | 10000111 | 10011101 | 11 | 1110 | 0 | 100110 | 100100001 | 1010 | 111001 |
Color Harmonies of #99879D
Complementary color
Monochromatic Colors of #99879D
Black with #99879D
Text Example
Text Example
White with #99879D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99879D; }
p { color: rgb(153,135,157); }
H1.HeaderClassName
{
color: #99879D;
}
.AnyTagClassName
{
color: #99879D;
}
</style>
background-color css
<style>
a { background-color: #99879D; }
a { background-color: rgb(153,135,157); }
div.DivClassName
{
background-color: #99879D;
}
.BgClassName
{
background-color: #99879D;
}
</style>
border-color css
<style>
span { border-color: #99879D; }
span { border-color: rgb(153,135,157); }
td.TdClassName
{
border-color: #99879D;
}
.TagClassName
{
border-color: #99879D;
}
</style>