Shades of Amethyst Smoke #99879B
Tints of Amethyst Smoke #99879B
RGB
CMYK
RGB Variations
Color information
#99879B (or 0x99879B) is known color: Amethyst Smoke. HEX triplet: 99, 87 and 9B. RGB value is (153,135,155). Sum of RGB (Red+Green+Blue) = 153+135+155=443 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.54% from 443); Green value is 135 (53.12% from 255 or 30.47% from 443); Blue value is 155 (60.94% from 255 or 34.99% from 443); Max value from RGB is 155 - color contains mainly: blue. Hex color #99879B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99879B is #667864. Grayscale: #8E8E8E. Windows color (decimal): -6715493 or 10192793. OLE color: 10192793.
HSL color Cylindrical-coordinate representation of color #99879B: hue angle of 294º 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 #99879B is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 135 | 155 | - |
| CMYK | 0.01 | 0.13 | 0 | 0.39 |
| HSL | 294º | 0.09% | 0.57% | - |
| HSV(B) | 294º | 0.13% | 0.61% | - |
| XYZ | 27.72 | 26.47 | 34.66 | - |
| YUV | 142.66 | 134.96 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 135 | 155 | 0.01 | 0.13 | 0 | 0.39 | 294 | 0.09 | 0.57 |
| Hex | 99 | 87 | 9B | 1 | D | 0 | 27 | 126 | 9 | 39 |
| Octal | 231 | 207 | 233 | 1 | 15 | 0 | 47 | 446 | 11 | 71 |
| Binary | 10011001 | 10000111 | 10011011 | 1 | 1101 | 0 | 100111 | 100100110 | 1001 | 111001 |
Color Harmonies of #99879B
Complementary color
Monochromatic Colors of #99879B
Black with #99879B
Text Example
Text Example
White with #99879B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99879B; }
p { color: rgb(153,135,155); }
H1.HeaderClassName
{
color: #99879B;
}
.AnyTagClassName
{
color: #99879B;
}
</style>
background-color css
<style>
a { background-color: #99879B; }
a { background-color: rgb(153,135,155); }
div.DivClassName
{
background-color: #99879B;
}
.BgClassName
{
background-color: #99879B;
}
</style>
border-color css
<style>
span { border-color: #99879B; }
span { border-color: rgb(153,135,155); }
td.TdClassName
{
border-color: #99879B;
}
.TagClassName
{
border-color: #99879B;
}
</style>