Shades of Amethyst Smoke #8E7F9D
Tints of Amethyst Smoke #8E7F9D
RGB
CMYK
RGB Variations
Color information
#8E7F9D (or 0x8E7F9D) is known color: Amethyst Smoke. HEX triplet: 8E, 7F and 9D. RGB value is (142,127,157). Sum of RGB (Red+Green+Blue) = 142+127+157=426 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.33% from 426); Green value is 127 (50% from 255 or 29.81% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 157 - color contains mainly: blue. Hex color #8E7F9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7F9D is #718062. Grayscale: #868686. Windows color (decimal): -7438435 or 10321806. OLE color: 10321806.
HSL color Cylindrical-coordinate representation of color #8E7F9D: hue angle of 270º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8E7F9D is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 142 | 127 | 157 | - |
| CMYK | 0.10 | 0.19 | 0 | 0.38 |
| HSL | 270º | 0.13% | 0.56% | - |
| HSV(B) | 270º | 0.19% | 0.62% | - |
| XYZ | 24.83 | 23.36 | 35.1 | - |
| YUV | 134.91 | 140.47 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 127 | 157 | 0.10 | 0.19 | 0 | 0.38 | 270 | 0.13 | 0.56 |
| Hex | 8E | 7F | 9D | A | 13 | 0 | 26 | 10E | D | 38 |
| Octal | 216 | 177 | 235 | 12 | 23 | 0 | 46 | 416 | 15 | 70 |
| Binary | 10001110 | 1111111 | 10011101 | 1010 | 10011 | 0 | 100110 | 100001110 | 1101 | 111000 |
Color Harmonies of #8E7F9D
Complementary color
Monochromatic Colors of #8E7F9D
Black with #8E7F9D
Text Example
Text Example
White with #8E7F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7F9D; }
p { color: rgb(142,127,157); }
H1.HeaderClassName
{
color: #8E7F9D;
}
.AnyTagClassName
{
color: #8E7F9D;
}
</style>
background-color css
<style>
a { background-color: #8E7F9D; }
a { background-color: rgb(142,127,157); }
div.DivClassName
{
background-color: #8E7F9D;
}
.BgClassName
{
background-color: #8E7F9D;
}
</style>
border-color css
<style>
span { border-color: #8E7F9D; }
span { border-color: rgb(142,127,157); }
td.TdClassName
{
border-color: #8E7F9D;
}
.TagClassName
{
border-color: #8E7F9D;
}
</style>