Shades of Amethyst Smoke #8E7993
Tints of Amethyst Smoke #8E7993
RGB
CMYK
RGB Variations
Color information
#8E7993 (or 0x8E7993) is known color: Amethyst Smoke. HEX triplet: 8E, 79 and 93. RGB value is (142,121,147). Sum of RGB (Red+Green+Blue) = 142+121+147=410 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.63% from 410); Green value is 121 (47.66% from 255 or 29.51% from 410); Blue value is 147 (57.81% from 255 or 35.85% from 410); Max value from RGB is 147 - color contains mainly: blue. Hex color #8E7993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7993 is #71866C. Grayscale: #828282. Windows color (decimal): -7439981 or 9664910. OLE color: 9664910.
HSL color Cylindrical-coordinate representation of color #8E7993: hue angle of 288.46º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8E7993 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 142 | 121 | 147 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.42 |
| HSL | 288.46º | 0.11% | 0.53% | - |
| HSV(B) | 288.46º | 0.18% | 0.58% | - |
| XYZ | 23.26 | 21.53 | 30.53 | - |
| YUV | 130.24 | 137.46 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 121 | 147 | 0.03 | 0.18 | 0 | 0.42 | 288.46 | 0.11 | 0.53 |
| Hex | 8E | 79 | 93 | 3 | 12 | 0 | 2A | 120 | B | 35 |
| Octal | 216 | 171 | 223 | 3 | 22 | 0 | 52 | 440 | 13 | 65 |
| Binary | 10001110 | 1111001 | 10010011 | 11 | 10010 | 0 | 101010 | 100100000 | 1011 | 110101 |
Color Harmonies of #8E7993
Complementary color
Monochromatic Colors of #8E7993
Black with #8E7993
Text Example
Text Example
White with #8E7993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7993; }
p { color: rgb(142,121,147); }
H1.HeaderClassName
{
color: #8E7993;
}
.AnyTagClassName
{
color: #8E7993;
}
</style>
background-color css
<style>
a { background-color: #8E7993; }
a { background-color: rgb(142,121,147); }
div.DivClassName
{
background-color: #8E7993;
}
.BgClassName
{
background-color: #8E7993;
}
</style>
border-color css
<style>
span { border-color: #8E7993; }
span { border-color: rgb(142,121,147); }
td.TdClassName
{
border-color: #8E7993;
}
.TagClassName
{
border-color: #8E7993;
}
</style>