Shades of Amethyst Smoke #8F7E98
Tints of Amethyst Smoke #8F7E98
RGB
CMYK
RGB Variations
Color information
#8F7E98 (or 0x8F7E98) is known color: Amethyst Smoke. HEX triplet: 8F, 7E and 98. RGB value is (143,126,152). Sum of RGB (Red+Green+Blue) = 143+126+152=421 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.97% from 421); Green value is 126 (49.61% from 255 or 29.93% from 421); Blue value is 152 (59.77% from 255 or 36.10% from 421); Max value from RGB is 152 - color contains mainly: blue. Hex color #8F7E98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7E98 is #708167. Grayscale: #858585. Windows color (decimal): -7373160 or 9993871. OLE color: 9993871.
HSL color Cylindrical-coordinate representation of color #8F7E98: hue angle of 279.23º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8F7E98 is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 143 | 126 | 152 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.40 |
| HSL | 279.23º | 0.11% | 0.55% | - |
| HSV(B) | 279.23º | 0.17% | 0.6% | - |
| XYZ | 24.46 | 23.03 | 32.86 | - |
| YUV | 134.05 | 138.13 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 126 | 152 | 0.06 | 0.17 | 0 | 0.40 | 279.23 | 0.11 | 0.55 |
| Hex | 8F | 7E | 98 | 6 | 11 | 0 | 28 | 117 | B | 37 |
| Octal | 217 | 176 | 230 | 6 | 21 | 0 | 50 | 427 | 13 | 67 |
| Binary | 10001111 | 1111110 | 10011000 | 110 | 10001 | 0 | 101000 | 100010111 | 1011 | 110111 |
Color Harmonies of #8F7E98
Complementary color
Monochromatic Colors of #8F7E98
Black with #8F7E98
Text Example
Text Example
White with #8F7E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7E98; }
p { color: rgb(143,126,152); }
H1.HeaderClassName
{
color: #8F7E98;
}
.AnyTagClassName
{
color: #8F7E98;
}
</style>
background-color css
<style>
a { background-color: #8F7E98; }
a { background-color: rgb(143,126,152); }
div.DivClassName
{
background-color: #8F7E98;
}
.BgClassName
{
background-color: #8F7E98;
}
</style>
border-color css
<style>
span { border-color: #8F7E98; }
span { border-color: rgb(143,126,152); }
td.TdClassName
{
border-color: #8F7E98;
}
.TagClassName
{
border-color: #8F7E98;
}
</style>