Shades of Amethyst Smoke #8D7895
Tints of Amethyst Smoke #8D7895
RGB
CMYK
RGB Variations
Color information
#8D7895 (or 0x8D7895) is known color: Amethyst Smoke. HEX triplet: 8D, 78 and 95. RGB value is (141,120,149). Sum of RGB (Red+Green+Blue) = 141+120+149=410 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.39% from 410); Green value is 120 (47.27% from 255 or 29.27% from 410); Blue value is 149 (58.59% from 255 or 36.34% from 410); Max value from RGB is 149 - color contains mainly: blue. Hex color #8D7895 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7895 is #72876A. Grayscale: #818181. Windows color (decimal): -7505771 or 9795725. OLE color: 9795725.
HSL color Cylindrical-coordinate representation of color #8D7895: hue angle of 283.45º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8D7895 is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 120 | 149 | - |
| CMYK | 0.05 | 0.19 | 0 | 0.42 |
| HSL | 283.45º | 0.12% | 0.53% | - |
| HSV(B) | 283.45º | 0.19% | 0.58% | - |
| XYZ | 23.13 | 21.27 | 31.32 | - |
| YUV | 129.59 | 138.96 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 120 | 149 | 0.05 | 0.19 | 0 | 0.42 | 283.45 | 0.12 | 0.53 |
| Hex | 8D | 78 | 95 | 5 | 13 | 0 | 2A | 11B | C | 35 |
| Octal | 215 | 170 | 225 | 5 | 23 | 0 | 52 | 433 | 14 | 65 |
| Binary | 10001101 | 1111000 | 10010101 | 101 | 10011 | 0 | 101010 | 100011011 | 1100 | 110101 |
Color Harmonies of #8D7895
Complementary color
Monochromatic Colors of #8D7895
Black with #8D7895
Text Example
Text Example
White with #8D7895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7895; }
p { color: rgb(141,120,149); }
H1.HeaderClassName
{
color: #8D7895;
}
.AnyTagClassName
{
color: #8D7895;
}
</style>
background-color css
<style>
a { background-color: #8D7895; }
a { background-color: rgb(141,120,149); }
div.DivClassName
{
background-color: #8D7895;
}
.BgClassName
{
background-color: #8D7895;
}
</style>
border-color css
<style>
span { border-color: #8D7895; }
span { border-color: rgb(141,120,149); }
td.TdClassName
{
border-color: #8D7895;
}
.TagClassName
{
border-color: #8D7895;
}
</style>