Shades of Amethyst Smoke #9C8DA7
Tints of Amethyst Smoke #9C8DA7
RGB
CMYK
RGB Variations
Color information
#9C8DA7 (or 0x9C8DA7) is known color: Amethyst Smoke. HEX triplet: 9C, 8D and A7. RGB value is (156,141,167). Sum of RGB (Red+Green+Blue) = 156+141+167=464 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.62% from 464); Green value is 141 (55.47% from 255 or 30.39% from 464); Blue value is 167 (65.62% from 255 or 35.99% from 464); Max value from RGB is 167 - color contains mainly: blue. Hex color #9C8DA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8DA7 is #637258. Grayscale: #949494. Windows color (decimal): -6517337 or 10980764. OLE color: 10980764.
HSL color Cylindrical-coordinate representation of color #9C8DA7: hue angle of 274.62º degrees, saturation: 0.13, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9C8DA7 is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 156 | 141 | 167 | - |
| CMYK | 0.07 | 0.16 | 0 | 0.35 |
| HSL | 274.62º | 0.13% | 0.6% | - |
| HSV(B) | 274.62º | 0.16% | 0.65% | - |
| XYZ | 30.21 | 28.91 | 40.55 | - |
| YUV | 148.45 | 138.47 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 141 | 167 | 0.07 | 0.16 | 0 | 0.35 | 274.62 | 0.13 | 0.6 |
| Hex | 9C | 8D | A7 | 7 | 10 | 0 | 23 | 113 | D | 3C |
| Octal | 234 | 215 | 247 | 7 | 20 | 0 | 43 | 423 | 15 | 74 |
| Binary | 10011100 | 10001101 | 10100111 | 111 | 10000 | 0 | 100011 | 100010011 | 1101 | 111100 |
Color Harmonies of #9C8DA7
Complementary color
Monochromatic Colors of #9C8DA7
Black with #9C8DA7
Text Example
Text Example
White with #9C8DA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8DA7; }
p { color: rgb(156,141,167); }
H1.HeaderClassName
{
color: #9C8DA7;
}
.AnyTagClassName
{
color: #9C8DA7;
}
</style>
background-color css
<style>
a { background-color: #9C8DA7; }
a { background-color: rgb(156,141,167); }
div.DivClassName
{
background-color: #9C8DA7;
}
.BgClassName
{
background-color: #9C8DA7;
}
</style>
border-color css
<style>
span { border-color: #9C8DA7; }
span { border-color: rgb(156,141,167); }
td.TdClassName
{
border-color: #9C8DA7;
}
.TagClassName
{
border-color: #9C8DA7;
}
</style>