Shades of Amethyst Smoke #8F7E9E
Tints of Amethyst Smoke #8F7E9E
RGB
CMYK
RGB Variations
Color information
#8F7E9E (or 0x8F7E9E) is known color: Amethyst Smoke. HEX triplet: 8F, 7E and 9E. RGB value is (143,126,158). Sum of RGB (Red+Green+Blue) = 143+126+158=427 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.49% from 427); Green value is 126 (49.61% from 255 or 29.51% 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 #8F7E9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7E9E is #708161. Grayscale: #868686. Windows color (decimal): -7373154 or 10387087. OLE color: 10387087.
HSL color Cylindrical-coordinate representation of color #8F7E9E: hue angle of 271.88º 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 #8F7E9E is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 126 | 158 | - |
| CMYK | 0.09 | 0.20 | 0 | 0.38 |
| HSL | 271.88º | 0.14% | 0.56% | - |
| HSV(B) | 271.88º | 0.2% | 0.62% | - |
| XYZ | 24.96 | 23.23 | 35.52 | - |
| YUV | 134.73 | 141.13 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 126 | 158 | 0.09 | 0.20 | 0 | 0.38 | 271.88 | 0.14 | 0.56 |
| Hex | 8F | 7E | 9E | 9 | 14 | 0 | 26 | 110 | E | 38 |
| Octal | 217 | 176 | 236 | 11 | 24 | 0 | 46 | 420 | 16 | 70 |
| Binary | 10001111 | 1111110 | 10011110 | 1001 | 10100 | 0 | 100110 | 100010000 | 1110 | 111000 |
Color Harmonies of #8F7E9E
Complementary color
Monochromatic Colors of #8F7E9E
Black with #8F7E9E
Text Example
Text Example
White with #8F7E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7E9E; }
p { color: rgb(143,126,158); }
H1.HeaderClassName
{
color: #8F7E9E;
}
.AnyTagClassName
{
color: #8F7E9E;
}
</style>
background-color css
<style>
a { background-color: #8F7E9E; }
a { background-color: rgb(143,126,158); }
div.DivClassName
{
background-color: #8F7E9E;
}
.BgClassName
{
background-color: #8F7E9E;
}
</style>
border-color css
<style>
span { border-color: #8F7E9E; }
span { border-color: rgb(143,126,158); }
td.TdClassName
{
border-color: #8F7E9E;
}
.TagClassName
{
border-color: #8F7E9E;
}
</style>