Shades of Amethyst Smoke #99879E
Tints of Amethyst Smoke #99879E
RGB
CMYK
RGB Variations
Color information
#99879E (or 0x99879E) is known color: Amethyst Smoke. HEX triplet: 99, 87 and 9E. RGB value is (153,135,158). Sum of RGB (Red+Green+Blue) = 153+135+158=446 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.30% from 446); Green value is 135 (53.12% from 255 or 30.27% from 446); Blue value is 158 (62.11% from 255 or 35.43% from 446); Max value from RGB is 158 - color contains mainly: blue. Hex color #99879E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99879E is #667861. Grayscale: #8E8E8E. Windows color (decimal): -6715490 or 10389401. OLE color: 10389401.
HSL color Cylindrical-coordinate representation of color #99879E: hue angle of 286.96º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #99879E is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 135 | 158 | - |
| CMYK | 0.03 | 0.15 | 0 | 0.38 |
| HSL | 286.96º | 0.11% | 0.57% | - |
| HSV(B) | 286.96º | 0.15% | 0.62% | - |
| XYZ | 27.97 | 26.57 | 36 | - |
| YUV | 143 | 136.46 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 135 | 158 | 0.03 | 0.15 | 0 | 0.38 | 286.96 | 0.11 | 0.57 |
| Hex | 99 | 87 | 9E | 3 | F | 0 | 26 | 11F | B | 39 |
| Octal | 231 | 207 | 236 | 3 | 17 | 0 | 46 | 437 | 13 | 71 |
| Binary | 10011001 | 10000111 | 10011110 | 11 | 1111 | 0 | 100110 | 100011111 | 1011 | 111001 |
Color Harmonies of #99879E
Complementary color
Monochromatic Colors of #99879E
Black with #99879E
Text Example
Text Example
White with #99879E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99879E; }
p { color: rgb(153,135,158); }
H1.HeaderClassName
{
color: #99879E;
}
.AnyTagClassName
{
color: #99879E;
}
</style>
background-color css
<style>
a { background-color: #99879E; }
a { background-color: rgb(153,135,158); }
div.DivClassName
{
background-color: #99879E;
}
.BgClassName
{
background-color: #99879E;
}
</style>
border-color css
<style>
span { border-color: #99879E; }
span { border-color: rgb(153,135,158); }
td.TdClassName
{
border-color: #99879E;
}
.TagClassName
{
border-color: #99879E;
}
</style>