Shades of Amethyst Smoke #8D7797
Tints of Amethyst Smoke #8D7797
RGB
CMYK
RGB Variations
Color information
#8D7797 (or 0x8D7797) is known color: Amethyst Smoke. HEX triplet: 8D, 77 and 97. RGB value is (141,119,151). Sum of RGB (Red+Green+Blue) = 141+119+151=411 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.31% from 411); Green value is 119 (46.88% from 255 or 28.95% from 411); Blue value is 151 (59.38% from 255 or 36.74% from 411); Max value from RGB is 151 - color contains mainly: blue. Hex color #8D7797 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7797 is #728868. Grayscale: #818181. Windows color (decimal): -7506025 or 9926541. OLE color: 9926541.
HSL color Cylindrical-coordinate representation of color #8D7797: hue angle of 281.25º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8D7797 is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 141 | 119 | 151 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.41 |
| HSL | 281.25º | 0.13% | 0.53% | - |
| HSV(B) | 281.25º | 0.21% | 0.59% | - |
| XYZ | 23.17 | 21.09 | 32.13 | - |
| YUV | 129.23 | 140.29 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 119 | 151 | 0.07 | 0.21 | 0 | 0.41 | 281.25 | 0.13 | 0.53 |
| Hex | 8D | 77 | 97 | 7 | 15 | 0 | 29 | 119 | D | 35 |
| Octal | 215 | 167 | 227 | 7 | 25 | 0 | 51 | 431 | 15 | 65 |
| Binary | 10001101 | 1110111 | 10010111 | 111 | 10101 | 0 | 101001 | 100011001 | 1101 | 110101 |
Color Harmonies of #8D7797
Complementary color
Monochromatic Colors of #8D7797
Black with #8D7797
Text Example
Text Example
White with #8D7797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7797; }
p { color: rgb(141,119,151); }
H1.HeaderClassName
{
color: #8D7797;
}
.AnyTagClassName
{
color: #8D7797;
}
</style>
background-color css
<style>
a { background-color: #8D7797; }
a { background-color: rgb(141,119,151); }
div.DivClassName
{
background-color: #8D7797;
}
.BgClassName
{
background-color: #8D7797;
}
</style>
border-color css
<style>
span { border-color: #8D7797; }
span { border-color: rgb(141,119,151); }
td.TdClassName
{
border-color: #8D7797;
}
.TagClassName
{
border-color: #8D7797;
}
</style>