Shades of Amethyst Smoke #8D7E92
Tints of Amethyst Smoke #8D7E92
RGB
CMYK
RGB Variations
Color information
#8D7E92 (or 0x8D7E92) is known color: Amethyst Smoke. HEX triplet: 8D, 7E and 92. RGB value is (141,126,146). Sum of RGB (Red+Green+Blue) = 141+126+146=413 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.14% from 413); Green value is 126 (49.61% from 255 or 30.51% from 413); Blue value is 146 (57.42% from 255 or 35.35% from 413); Max value from RGB is 146 - color contains mainly: blue. Hex color #8D7E92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7E92 is #72816D. Grayscale: #848484. Windows color (decimal): -7504238 or 9600653. OLE color: 9600653.
HSL color Cylindrical-coordinate representation of color #8D7E92: hue angle of 285º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8D7E92 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 141 | 126 | 146 | - |
| CMYK | 0.03 | 0.14 | 0 | 0.43 |
| HSL | 285º | 0.08% | 0.53% | - |
| HSV(B) | 285º | 0.14% | 0.57% | - |
| XYZ | 23.63 | 22.66 | 30.32 | - |
| YUV | 132.77 | 135.47 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 126 | 146 | 0.03 | 0.14 | 0 | 0.43 | 285 | 0.08 | 0.53 |
| Hex | 8D | 7E | 92 | 3 | E | 0 | 2B | 11D | 8 | 35 |
| Octal | 215 | 176 | 222 | 3 | 16 | 0 | 53 | 435 | 10 | 65 |
| Binary | 10001101 | 1111110 | 10010010 | 11 | 1110 | 0 | 101011 | 100011101 | 1000 | 110101 |
Color Harmonies of #8D7E92
Complementary color
Monochromatic Colors of #8D7E92
Black with #8D7E92
Text Example
Text Example
White with #8D7E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7E92; }
p { color: rgb(141,126,146); }
H1.HeaderClassName
{
color: #8D7E92;
}
.AnyTagClassName
{
color: #8D7E92;
}
</style>
background-color css
<style>
a { background-color: #8D7E92; }
a { background-color: rgb(141,126,146); }
div.DivClassName
{
background-color: #8D7E92;
}
.BgClassName
{
background-color: #8D7E92;
}
</style>
border-color css
<style>
span { border-color: #8D7E92; }
span { border-color: rgb(141,126,146); }
td.TdClassName
{
border-color: #8D7E92;
}
.TagClassName
{
border-color: #8D7E92;
}
</style>