Shades of Amethyst Smoke #9C879D
Tints of Amethyst Smoke #9C879D
RGB
CMYK
RGB Variations
Color information
#9C879D (or 0x9C879D) is known color: Amethyst Smoke. HEX triplet: 9C, 87 and 9D. RGB value is (156,135,157). Sum of RGB (Red+Green+Blue) = 156+135+157=448 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.82% from 448); Green value is 135 (53.12% from 255 or 30.13% from 448); Blue value is 157 (61.72% from 255 or 35.04% from 448); Max value from RGB is 157 - color contains mainly: blue. Hex color #9C879D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C879D is #637862. Grayscale: #8F8F8F. Windows color (decimal): -6518883 or 10323868. OLE color: 10323868.
HSL color Cylindrical-coordinate representation of color #9C879D: hue angle of 297.27º 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 #9C879D is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 156 | 135 | 157 | - |
| CMYK | 0.01 | 0.14 | 0 | 0.38 |
| HSL | 297.27º | 0.1% | 0.57% | - |
| HSV(B) | 297.27º | 0.14% | 0.62% | - |
| XYZ | 28.46 | 26.83 | 35.58 | - |
| YUV | 143.79 | 135.46 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 135 | 157 | 0.01 | 0.14 | 0 | 0.38 | 297.27 | 0.1 | 0.57 |
| Hex | 9C | 87 | 9D | 1 | E | 0 | 26 | 129 | A | 39 |
| Octal | 234 | 207 | 235 | 1 | 16 | 0 | 46 | 451 | 12 | 71 |
| Binary | 10011100 | 10000111 | 10011101 | 1 | 1110 | 0 | 100110 | 100101001 | 1010 | 111001 |
Color Harmonies of #9C879D
Complementary color
Monochromatic Colors of #9C879D
Black with #9C879D
Text Example
Text Example
White with #9C879D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C879D; }
p { color: rgb(156,135,157); }
H1.HeaderClassName
{
color: #9C879D;
}
.AnyTagClassName
{
color: #9C879D;
}
</style>
background-color css
<style>
a { background-color: #9C879D; }
a { background-color: rgb(156,135,157); }
div.DivClassName
{
background-color: #9C879D;
}
.BgClassName
{
background-color: #9C879D;
}
</style>
border-color css
<style>
span { border-color: #9C879D; }
span { border-color: rgb(156,135,157); }
td.TdClassName
{
border-color: #9C879D;
}
.TagClassName
{
border-color: #9C879D;
}
</style>