Shades of Amethyst Smoke #8E809D
Tints of Amethyst Smoke #8E809D
RGB
CMYK
RGB Variations
Color information
#8E809D (or 0x8E809D) is known color: Amethyst Smoke. HEX triplet: 8E, 80 and 9D. RGB value is (142,128,157). Sum of RGB (Red+Green+Blue) = 142+128+157=427 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.26% from 427); Green value is 128 (50.39% from 255 or 29.98% from 427); Blue value is 157 (61.72% from 255 or 36.77% from 427); Max value from RGB is 157 - color contains mainly: blue. Hex color #8E809D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E809D is #717F62. Grayscale: #878787. Windows color (decimal): -7438179 or 10322062. OLE color: 10322062.
HSL color Cylindrical-coordinate representation of color #8E809D: hue angle of 268.97º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8E809D is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 142 | 128 | 157 | - |
| CMYK | 0.10 | 0.18 | 0 | 0.38 |
| HSL | 268.97º | 0.13% | 0.56% | - |
| HSV(B) | 268.97º | 0.18% | 0.62% | - |
| XYZ | 24.96 | 23.62 | 35.14 | - |
| YUV | 135.49 | 140.14 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 128 | 157 | 0.10 | 0.18 | 0 | 0.38 | 268.97 | 0.13 | 0.56 |
| Hex | 8E | 80 | 9D | A | 12 | 0 | 26 | 10D | D | 38 |
| Octal | 216 | 200 | 235 | 12 | 22 | 0 | 46 | 415 | 15 | 70 |
| Binary | 10001110 | 10000000 | 10011101 | 1010 | 10010 | 0 | 100110 | 100001101 | 1101 | 111000 |
Color Harmonies of #8E809D
Complementary color
Monochromatic Colors of #8E809D
Black with #8E809D
Text Example
Text Example
White with #8E809D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E809D; }
p { color: rgb(142,128,157); }
H1.HeaderClassName
{
color: #8E809D;
}
.AnyTagClassName
{
color: #8E809D;
}
</style>
background-color css
<style>
a { background-color: #8E809D; }
a { background-color: rgb(142,128,157); }
div.DivClassName
{
background-color: #8E809D;
}
.BgClassName
{
background-color: #8E809D;
}
</style>
border-color css
<style>
span { border-color: #8E809D; }
span { border-color: rgb(142,128,157); }
td.TdClassName
{
border-color: #8E809D;
}
.TagClassName
{
border-color: #8E809D;
}
</style>