Shades of Amethyst Smoke #8D7D93
Tints of Amethyst Smoke #8D7D93
RGB
CMYK
RGB Variations
Color information
#8D7D93 (or 0x8D7D93) is known color: Amethyst Smoke. HEX triplet: 8D, 7D and 93. RGB value is (141,125,147). Sum of RGB (Red+Green+Blue) = 141+125+147=413 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.14% from 413); Green value is 125 (49.22% from 255 or 30.27% from 413); Blue value is 147 (57.81% from 255 or 35.59% from 413); Max value from RGB is 147 - color contains mainly: blue. Hex color #8D7D93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7D93 is #72826C. Grayscale: #848484. Windows color (decimal): -7504493 or 9665933. OLE color: 9665933.
HSL color Cylindrical-coordinate representation of color #8D7D93: hue angle of 283.64º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8D7D93 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 125 | 147 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.42 |
| HSL | 283.64º | 0.09% | 0.53% | - |
| HSV(B) | 283.64º | 0.15% | 0.58% | - |
| XYZ | 23.58 | 22.44 | 30.69 | - |
| YUV | 132.29 | 136.3 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 125 | 147 | 0.04 | 0.15 | 0 | 0.42 | 283.64 | 0.09 | 0.53 |
| Hex | 8D | 7D | 93 | 4 | F | 0 | 2A | 11C | 9 | 35 |
| Octal | 215 | 175 | 223 | 4 | 17 | 0 | 52 | 434 | 11 | 65 |
| Binary | 10001101 | 1111101 | 10010011 | 100 | 1111 | 0 | 101010 | 100011100 | 1001 | 110101 |
Color Harmonies of #8D7D93
Complementary color
Monochromatic Colors of #8D7D93
Black with #8D7D93
Text Example
Text Example
White with #8D7D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7D93; }
p { color: rgb(141,125,147); }
H1.HeaderClassName
{
color: #8D7D93;
}
.AnyTagClassName
{
color: #8D7D93;
}
</style>
background-color css
<style>
a { background-color: #8D7D93; }
a { background-color: rgb(141,125,147); }
div.DivClassName
{
background-color: #8D7D93;
}
.BgClassName
{
background-color: #8D7D93;
}
</style>
border-color css
<style>
span { border-color: #8D7D93; }
span { border-color: rgb(141,125,147); }
td.TdClassName
{
border-color: #8D7D93;
}
.TagClassName
{
border-color: #8D7D93;
}
</style>