Shades of Amethyst Smoke #8E7898
Tints of Amethyst Smoke #8E7898
RGB
CMYK
RGB Variations
Color information
#8E7898 (or 0x8E7898) is known color: Amethyst Smoke. HEX triplet: 8E, 78 and 98. RGB value is (142,120,152). Sum of RGB (Red+Green+Blue) = 142+120+152=414 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.30% from 414); Green value is 120 (47.27% from 255 or 28.99% from 414); Blue value is 152 (59.77% from 255 or 36.71% from 414); Max value from RGB is 152 - color contains mainly: blue. Hex color #8E7898 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7898 is #718767. Grayscale: #828282. Windows color (decimal): -7440232 or 9992334. OLE color: 9992334.
HSL color Cylindrical-coordinate representation of color #8E7898: hue angle of 281.25º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8E7898 is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 142 | 120 | 152 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.40 |
| HSL | 281.25º | 0.13% | 0.53% | - |
| HSV(B) | 281.25º | 0.21% | 0.6% | - |
| XYZ | 23.54 | 21.45 | 32.61 | - |
| YUV | 130.23 | 140.29 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 120 | 152 | 0.07 | 0.21 | 0 | 0.40 | 281.25 | 0.13 | 0.53 |
| Hex | 8E | 78 | 98 | 7 | 15 | 0 | 28 | 119 | D | 35 |
| Octal | 216 | 170 | 230 | 7 | 25 | 0 | 50 | 431 | 15 | 65 |
| Binary | 10001110 | 1111000 | 10011000 | 111 | 10101 | 0 | 101000 | 100011001 | 1101 | 110101 |
Color Harmonies of #8E7898
Complementary color
Monochromatic Colors of #8E7898
Black with #8E7898
Text Example
Text Example
White with #8E7898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7898; }
p { color: rgb(142,120,152); }
H1.HeaderClassName
{
color: #8E7898;
}
.AnyTagClassName
{
color: #8E7898;
}
</style>
background-color css
<style>
a { background-color: #8E7898; }
a { background-color: rgb(142,120,152); }
div.DivClassName
{
background-color: #8E7898;
}
.BgClassName
{
background-color: #8E7898;
}
</style>
border-color css
<style>
span { border-color: #8E7898; }
span { border-color: rgb(142,120,152); }
td.TdClassName
{
border-color: #8E7898;
}
.TagClassName
{
border-color: #8E7898;
}
</style>