Shades of Amethyst Smoke #9C879E
Tints of Amethyst Smoke #9C879E
RGB
CMYK
RGB Variations
Color information
#9C879E (or 0x9C879E) is known color: Amethyst Smoke. HEX triplet: 9C, 87 and 9E. RGB value is (156,135,158). Sum of RGB (Red+Green+Blue) = 156+135+158=449 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.74% from 449); Green value is 135 (53.12% from 255 or 30.07% from 449); Blue value is 158 (62.11% from 255 or 35.19% from 449); Max value from RGB is 158 - color contains mainly: blue. Hex color #9C879E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C879E is #637861. Grayscale: #8F8F8F. Windows color (decimal): -6518882 or 10389404. OLE color: 10389404.
HSL color Cylindrical-coordinate representation of color #9C879E: hue angle of 294.78º 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 #9C879E is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 156 | 135 | 158 | - |
| CMYK | 0.01 | 0.15 | 0 | 0.38 |
| HSL | 294.78º | 0.11% | 0.57% | - |
| HSV(B) | 294.78º | 0.15% | 0.62% | - |
| XYZ | 28.55 | 26.86 | 36.03 | - |
| YUV | 143.9 | 135.96 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 135 | 158 | 0.01 | 0.15 | 0 | 0.38 | 294.78 | 0.11 | 0.57 |
| Hex | 9C | 87 | 9E | 1 | F | 0 | 26 | 127 | B | 39 |
| Octal | 234 | 207 | 236 | 1 | 17 | 0 | 46 | 447 | 13 | 71 |
| Binary | 10011100 | 10000111 | 10011110 | 1 | 1111 | 0 | 100110 | 100100111 | 1011 | 111001 |
Color Harmonies of #9C879E
Complementary color
Monochromatic Colors of #9C879E
Black with #9C879E
Text Example
Text Example
White with #9C879E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C879E; }
p { color: rgb(156,135,158); }
H1.HeaderClassName
{
color: #9C879E;
}
.AnyTagClassName
{
color: #9C879E;
}
</style>
background-color css
<style>
a { background-color: #9C879E; }
a { background-color: rgb(156,135,158); }
div.DivClassName
{
background-color: #9C879E;
}
.BgClassName
{
background-color: #9C879E;
}
</style>
border-color css
<style>
span { border-color: #9C879E; }
span { border-color: rgb(156,135,158); }
td.TdClassName
{
border-color: #9C879E;
}
.TagClassName
{
border-color: #9C879E;
}
</style>