Shades of Amethyst Smoke #8E7E92
Tints of Amethyst Smoke #8E7E92
RGB
CMYK
RGB Variations
Color information
#8E7E92 (or 0x8E7E92) is known color: Amethyst Smoke. HEX triplet: 8E, 7E and 92. RGB value is (142,126,146). Sum of RGB (Red+Green+Blue) = 142+126+146=414 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.30% from 414); Green value is 126 (49.61% from 255 or 30.43% from 414); Blue value is 146 (57.42% from 255 or 35.27% from 414); Max value from RGB is 146 - color contains mainly: blue. Hex color #8E7E92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7E92 is #71816D. Grayscale: #858585. Windows color (decimal): -7438702 or 9600654. OLE color: 9600654.
HSL color Cylindrical-coordinate representation of color #8E7E92: hue angle of 288º 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 #8E7E92 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 142 | 126 | 146 | - |
| CMYK | 0.03 | 0.14 | 0 | 0.43 |
| HSL | 288º | 0.08% | 0.53% | - |
| HSV(B) | 288º | 0.14% | 0.57% | - |
| XYZ | 23.8 | 22.75 | 30.33 | - |
| YUV | 133.06 | 135.3 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 126 | 146 | 0.03 | 0.14 | 0 | 0.43 | 288 | 0.08 | 0.53 |
| Hex | 8E | 7E | 92 | 3 | E | 0 | 2B | 120 | 8 | 35 |
| Octal | 216 | 176 | 222 | 3 | 16 | 0 | 53 | 440 | 10 | 65 |
| Binary | 10001110 | 1111110 | 10010010 | 11 | 1110 | 0 | 101011 | 100100000 | 1000 | 110101 |
Color Harmonies of #8E7E92
Complementary color
Monochromatic Colors of #8E7E92
Black with #8E7E92
Text Example
Text Example
White with #8E7E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7E92; }
p { color: rgb(142,126,146); }
H1.HeaderClassName
{
color: #8E7E92;
}
.AnyTagClassName
{
color: #8E7E92;
}
</style>
background-color css
<style>
a { background-color: #8E7E92; }
a { background-color: rgb(142,126,146); }
div.DivClassName
{
background-color: #8E7E92;
}
.BgClassName
{
background-color: #8E7E92;
}
</style>
border-color css
<style>
span { border-color: #8E7E92; }
span { border-color: rgb(142,126,146); }
td.TdClassName
{
border-color: #8E7E92;
}
.TagClassName
{
border-color: #8E7E92;
}
</style>