Shades of Amethyst Smoke #8D7D92
Tints of Amethyst Smoke #8D7D92
RGB
CMYK
RGB Variations
Color information
#8D7D92 (or 0x8D7D92) is known color: Amethyst Smoke. HEX triplet: 8D, 7D and 92. RGB value is (141,125,146). Sum of RGB (Red+Green+Blue) = 141+125+146=412 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.22% from 412); Green value is 125 (49.22% from 255 or 30.34% from 412); Blue value is 146 (57.42% from 255 or 35.44% from 412); Max value from RGB is 146 - color contains mainly: blue. Hex color #8D7D92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7D92 is #72826D. Grayscale: #848484. Windows color (decimal): -7504494 or 9600397. OLE color: 9600397.
HSL color Cylindrical-coordinate representation of color #8D7D92: hue angle of 285.71º degrees, saturation: 0.09, 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 #8D7D92 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 141 | 125 | 146 | - |
| CMYK | 0.03 | 0.14 | 0 | 0.43 |
| HSL | 285.71º | 0.09% | 0.53% | - |
| HSV(B) | 285.71º | 0.14% | 0.57% | - |
| XYZ | 23.51 | 22.41 | 30.28 | - |
| YUV | 132.18 | 135.8 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 125 | 146 | 0.03 | 0.14 | 0 | 0.43 | 285.71 | 0.09 | 0.53 |
| Hex | 8D | 7D | 92 | 3 | E | 0 | 2B | 11E | 9 | 35 |
| Octal | 215 | 175 | 222 | 3 | 16 | 0 | 53 | 436 | 11 | 65 |
| Binary | 10001101 | 1111101 | 10010010 | 11 | 1110 | 0 | 101011 | 100011110 | 1001 | 110101 |
Color Harmonies of #8D7D92
Complementary color
Monochromatic Colors of #8D7D92
Black with #8D7D92
Text Example
Text Example
White with #8D7D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7D92; }
p { color: rgb(141,125,146); }
H1.HeaderClassName
{
color: #8D7D92;
}
.AnyTagClassName
{
color: #8D7D92;
}
</style>
background-color css
<style>
a { background-color: #8D7D92; }
a { background-color: rgb(141,125,146); }
div.DivClassName
{
background-color: #8D7D92;
}
.BgClassName
{
background-color: #8D7D92;
}
</style>
border-color css
<style>
span { border-color: #8D7D92; }
span { border-color: rgb(141,125,146); }
td.TdClassName
{
border-color: #8D7D92;
}
.TagClassName
{
border-color: #8D7D92;
}
</style>