Shades of Amethyst Smoke #8E7F9E
Tints of Amethyst Smoke #8E7F9E
RGB
CMYK
RGB Variations
Color information
#8E7F9E (or 0x8E7F9E) is known color: Amethyst Smoke. HEX triplet: 8E, 7F and 9E. RGB value is (142,127,158). Sum of RGB (Red+Green+Blue) = 142+127+158=427 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.26% from 427); Green value is 127 (50% from 255 or 29.74% from 427); Blue value is 158 (62.11% from 255 or 37.00% from 427); Max value from RGB is 158 - color contains mainly: blue. Hex color #8E7F9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7F9E is #718061. Grayscale: #868686. Windows color (decimal): -7438434 or 10387342. OLE color: 10387342.
HSL color Cylindrical-coordinate representation of color #8E7F9E: hue angle of 269.03º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8E7F9E is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 142 | 127 | 158 | - |
| CMYK | 0.10 | 0.20 | 0 | 0.38 |
| HSL | 269.03º | 0.14% | 0.56% | - |
| HSV(B) | 269.03º | 0.2% | 0.62% | - |
| XYZ | 24.92 | 23.4 | 35.55 | - |
| YUV | 135.02 | 140.97 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 127 | 158 | 0.10 | 0.20 | 0 | 0.38 | 269.03 | 0.14 | 0.56 |
| Hex | 8E | 7F | 9E | A | 14 | 0 | 26 | 10D | E | 38 |
| Octal | 216 | 177 | 236 | 12 | 24 | 0 | 46 | 415 | 16 | 70 |
| Binary | 10001110 | 1111111 | 10011110 | 1010 | 10100 | 0 | 100110 | 100001101 | 1110 | 111000 |
Color Harmonies of #8E7F9E
Complementary color
Monochromatic Colors of #8E7F9E
Black with #8E7F9E
Text Example
Text Example
White with #8E7F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7F9E; }
p { color: rgb(142,127,158); }
H1.HeaderClassName
{
color: #8E7F9E;
}
.AnyTagClassName
{
color: #8E7F9E;
}
</style>
background-color css
<style>
a { background-color: #8E7F9E; }
a { background-color: rgb(142,127,158); }
div.DivClassName
{
background-color: #8E7F9E;
}
.BgClassName
{
background-color: #8E7F9E;
}
</style>
border-color css
<style>
span { border-color: #8E7F9E; }
span { border-color: rgb(142,127,158); }
td.TdClassName
{
border-color: #8E7F9E;
}
.TagClassName
{
border-color: #8E7F9E;
}
</style>