Shades of Amethyst Smoke #9C869D
Tints of Amethyst Smoke #9C869D
RGB
CMYK
RGB Variations
Color information
#9C869D (or 0x9C869D) is known color: Amethyst Smoke. HEX triplet: 9C, 86 and 9D. RGB value is (156,134,157). Sum of RGB (Red+Green+Blue) = 156+134+157=447 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.90% from 447); Green value is 134 (52.73% from 255 or 29.98% from 447); Blue value is 157 (61.72% from 255 or 35.12% from 447); Max value from RGB is 157 - color contains mainly: blue. Hex color #9C869D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C869D is #637962. Grayscale: #8F8F8F. Windows color (decimal): -6519139 or 10323612. OLE color: 10323612.
HSL color Cylindrical-coordinate representation of color #9C869D: hue angle of 297.39º 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 #9C869D is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 156 | 134 | 157 | - |
| CMYK | 0.01 | 0.15 | 0 | 0.38 |
| HSL | 297.39º | 0.11% | 0.57% | - |
| HSV(B) | 297.39º | 0.15% | 0.62% | - |
| XYZ | 28.32 | 26.55 | 35.53 | - |
| YUV | 143.2 | 135.79 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 134 | 157 | 0.01 | 0.15 | 0 | 0.38 | 297.39 | 0.11 | 0.57 |
| Hex | 9C | 86 | 9D | 1 | F | 0 | 26 | 129 | B | 39 |
| Octal | 234 | 206 | 235 | 1 | 17 | 0 | 46 | 451 | 13 | 71 |
| Binary | 10011100 | 10000110 | 10011101 | 1 | 1111 | 0 | 100110 | 100101001 | 1011 | 111001 |
Color Harmonies of #9C869D
Complementary color
Monochromatic Colors of #9C869D
Black with #9C869D
Text Example
Text Example
White with #9C869D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C869D; }
p { color: rgb(156,134,157); }
H1.HeaderClassName
{
color: #9C869D;
}
.AnyTagClassName
{
color: #9C869D;
}
</style>
background-color css
<style>
a { background-color: #9C869D; }
a { background-color: rgb(156,134,157); }
div.DivClassName
{
background-color: #9C869D;
}
.BgClassName
{
background-color: #9C869D;
}
</style>
border-color css
<style>
span { border-color: #9C869D; }
span { border-color: rgb(156,134,157); }
td.TdClassName
{
border-color: #9C869D;
}
.TagClassName
{
border-color: #9C869D;
}
</style>