Shades of Amethyst Smoke #8D7792
Tints of Amethyst Smoke #8D7792
RGB
CMYK
RGB Variations
Color information
#8D7792 (or 0x8D7792) is known color: Amethyst Smoke. HEX triplet: 8D, 77 and 92. RGB value is (141,119,146). Sum of RGB (Red+Green+Blue) = 141+119+146=406 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.73% from 406); Green value is 119 (46.88% from 255 or 29.31% from 406); Blue value is 146 (57.42% from 255 or 35.96% from 406); Max value from RGB is 146 - color contains mainly: blue. Hex color #8D7792 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7792 is #72886D. Grayscale: #808080. Windows color (decimal): -7506030 or 9598861. OLE color: 9598861.
HSL color Cylindrical-coordinate representation of color #8D7792: hue angle of 288.89º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8D7792 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 141 | 119 | 146 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.43 |
| HSL | 288.89º | 0.11% | 0.52% | - |
| HSV(B) | 288.89º | 0.18% | 0.57% | - |
| XYZ | 22.77 | 20.93 | 30.03 | - |
| YUV | 128.66 | 137.79 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 119 | 146 | 0.03 | 0.18 | 0 | 0.43 | 288.89 | 0.11 | 0.52 |
| Hex | 8D | 77 | 92 | 3 | 12 | 0 | 2B | 121 | B | 34 |
| Octal | 215 | 167 | 222 | 3 | 22 | 0 | 53 | 441 | 13 | 64 |
| Binary | 10001101 | 1110111 | 10010010 | 11 | 10010 | 0 | 101011 | 100100001 | 1011 | 110100 |
Color Harmonies of #8D7792
Complementary color
Monochromatic Colors of #8D7792
Black with #8D7792
Text Example
Text Example
White with #8D7792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7792; }
p { color: rgb(141,119,146); }
H1.HeaderClassName
{
color: #8D7792;
}
.AnyTagClassName
{
color: #8D7792;
}
</style>
background-color css
<style>
a { background-color: #8D7792; }
a { background-color: rgb(141,119,146); }
div.DivClassName
{
background-color: #8D7792;
}
.BgClassName
{
background-color: #8D7792;
}
</style>
border-color css
<style>
span { border-color: #8D7792; }
span { border-color: rgb(141,119,146); }
td.TdClassName
{
border-color: #8D7792;
}
.TagClassName
{
border-color: #8D7792;
}
</style>