Shades of Amethyst Smoke #8D7292
Tints of Amethyst Smoke #8D7292
RGB
CMYK
RGB Variations
Color information
#8D7292 (or 0x8D7292) is known color: Amethyst Smoke. HEX triplet: 8D, 72 and 92. RGB value is (141,114,146). Sum of RGB (Red+Green+Blue) = 141+114+146=401 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.16% from 401); Green value is 114 (44.92% from 255 or 28.43% from 401); Blue value is 146 (57.42% from 255 or 36.41% from 401); Max value from RGB is 146 - color contains mainly: blue. Hex color #8D7292 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7292 is #728D6D. Grayscale: #7D7D7D. Windows color (decimal): -7507310 or 9597581. OLE color: 9597581.
HSL color Cylindrical-coordinate representation of color #8D7292: hue angle of 290.62º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8D7292 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 141 | 114 | 146 | - |
| CMYK | 0.03 | 0.22 | 0 | 0.43 |
| HSL | 290.63º | 0.13% | 0.51% | - |
| HSV(B) | 290.63º | 0.22% | 0.57% | - |
| XYZ | 22.19 | 19.77 | 29.84 | - |
| YUV | 125.72 | 139.45 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 114 | 146 | 0.03 | 0.22 | 0 | 0.43 | 290.63 | 0.13 | 0.51 |
| Hex | 8D | 72 | 92 | 3 | 16 | 0 | 2B | 123 | D | 33 |
| Octal | 215 | 162 | 222 | 3 | 26 | 0 | 53 | 443 | 15 | 63 |
| Binary | 10001101 | 1110010 | 10010010 | 11 | 10110 | 0 | 101011 | 100100011 | 1101 | 110011 |
Color Harmonies of #8D7292
Complementary color
Monochromatic Colors of #8D7292
Black with #8D7292
Text Example
Text Example
White with #8D7292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7292; }
p { color: rgb(141,114,146); }
H1.HeaderClassName
{
color: #8D7292;
}
.AnyTagClassName
{
color: #8D7292;
}
</style>
background-color css
<style>
a { background-color: #8D7292; }
a { background-color: rgb(141,114,146); }
div.DivClassName
{
background-color: #8D7292;
}
.BgClassName
{
background-color: #8D7292;
}
</style>
border-color css
<style>
span { border-color: #8D7292; }
span { border-color: rgb(141,114,146); }
td.TdClassName
{
border-color: #8D7292;
}
.TagClassName
{
border-color: #8D7292;
}
</style>