Shades of Amethyst Smoke #9C879F
Tints of Amethyst Smoke #9C879F
RGB
CMYK
RGB Variations
Color information
#9C879F (or 0x9C879F) is known color: Amethyst Smoke. HEX triplet: 9C, 87 and 9F. RGB value is (156,135,159). Sum of RGB (Red+Green+Blue) = 156+135+159=450 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.67% from 450); Green value is 135 (53.12% from 255 or 30% from 450); Blue value is 159 (62.5% from 255 or 35.33% from 450); Max value from RGB is 159 - color contains mainly: blue. Hex color #9C879F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C879F is #637860. Grayscale: #8F8F8F. Windows color (decimal): -6518881 or 10454940. OLE color: 10454940.
HSL color Cylindrical-coordinate representation of color #9C879F: hue angle of 292.5º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9C879F is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 156 | 135 | 159 | - |
| CMYK | 0.02 | 0.15 | 0 | 0.38 |
| HSL | 292.5º | 0.11% | 0.58% | - |
| HSV(B) | 292.5º | 0.15% | 0.62% | - |
| XYZ | 28.63 | 26.9 | 36.48 | - |
| YUV | 144.02 | 136.46 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 135 | 159 | 0.02 | 0.15 | 0 | 0.38 | 292.5 | 0.11 | 0.58 |
| Hex | 9C | 87 | 9F | 2 | F | 0 | 26 | 124 | B | 3A |
| Octal | 234 | 207 | 237 | 2 | 17 | 0 | 46 | 444 | 13 | 72 |
| Binary | 10011100 | 10000111 | 10011111 | 10 | 1111 | 0 | 100110 | 100100100 | 1011 | 111010 |
Color Harmonies of #9C879F
Complementary color
Monochromatic Colors of #9C879F
Black with #9C879F
Text Example
Text Example
White with #9C879F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C879F; }
p { color: rgb(156,135,159); }
H1.HeaderClassName
{
color: #9C879F;
}
.AnyTagClassName
{
color: #9C879F;
}
</style>
background-color css
<style>
a { background-color: #9C879F; }
a { background-color: rgb(156,135,159); }
div.DivClassName
{
background-color: #9C879F;
}
.BgClassName
{
background-color: #9C879F;
}
</style>
border-color css
<style>
span { border-color: #9C879F; }
span { border-color: rgb(156,135,159); }
td.TdClassName
{
border-color: #9C879F;
}
.TagClassName
{
border-color: #9C879F;
}
</style>