Shades of Amethyst Smoke #8E809E
Tints of Amethyst Smoke #8E809E
RGB
CMYK
RGB Variations
Color information
#8E809E (or 0x8E809E) is known color: Amethyst Smoke. HEX triplet: 8E, 80 and 9E. RGB value is (142,128,158). Sum of RGB (Red+Green+Blue) = 142+128+158=428 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.18% from 428); Green value is 128 (50.39% from 255 or 29.91% from 428); Blue value is 158 (62.11% from 255 or 36.92% from 428); Max value from RGB is 158 - color contains mainly: blue. Hex color #8E809E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E809E is #717F61. Grayscale: #878787. Windows color (decimal): -7438178 or 10387598. OLE color: 10387598.
HSL color Cylindrical-coordinate representation of color #8E809E: hue angle of 268º 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 #8E809E is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 142 | 128 | 158 | - |
| CMYK | 0.10 | 0.19 | 0 | 0.38 |
| HSL | 268º | 0.13% | 0.56% | - |
| HSV(B) | 268º | 0.19% | 0.62% | - |
| XYZ | 25.05 | 23.66 | 35.59 | - |
| YUV | 135.61 | 140.64 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 128 | 158 | 0.10 | 0.19 | 0 | 0.38 | 268 | 0.13 | 0.56 |
| Hex | 8E | 80 | 9E | A | 13 | 0 | 26 | 10C | D | 38 |
| Octal | 216 | 200 | 236 | 12 | 23 | 0 | 46 | 414 | 15 | 70 |
| Binary | 10001110 | 10000000 | 10011110 | 1010 | 10011 | 0 | 100110 | 100001100 | 1101 | 111000 |
Color Harmonies of #8E809E
Complementary color
Monochromatic Colors of #8E809E
Black with #8E809E
Text Example
Text Example
White with #8E809E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E809E; }
p { color: rgb(142,128,158); }
H1.HeaderClassName
{
color: #8E809E;
}
.AnyTagClassName
{
color: #8E809E;
}
</style>
background-color css
<style>
a { background-color: #8E809E; }
a { background-color: rgb(142,128,158); }
div.DivClassName
{
background-color: #8E809E;
}
.BgClassName
{
background-color: #8E809E;
}
</style>
border-color css
<style>
span { border-color: #8E809E; }
span { border-color: rgb(142,128,158); }
td.TdClassName
{
border-color: #8E809E;
}
.TagClassName
{
border-color: #8E809E;
}
</style>