Shades of Amethyst Smoke #8A7E8E
Tints of Amethyst Smoke #8A7E8E
RGB
CMYK
RGB Variations
Color information
#8A7E8E (or 0x8A7E8E) is known color: Amethyst Smoke. HEX triplet: 8A, 7E and 8E. RGB value is (138,126,142). Sum of RGB (Red+Green+Blue) = 138+126+142=406 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.99% from 406); Green value is 126 (49.61% from 255 or 31.03% from 406); Blue value is 142 (55.86% from 255 or 34.98% from 406); Max value from RGB is 142 - color contains mainly: blue. Hex color #8A7E8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7E8E is #758171. Grayscale: #838383. Windows color (decimal): -7700850 or 9338506. OLE color: 9338506.
HSL color Cylindrical-coordinate representation of color #8A7E8E: hue angle of 285º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8A7E8E is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 138 | 126 | 142 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.44 |
| HSL | 285º | 0.07% | 0.53% | - |
| HSV(B) | 285º | 0.11% | 0.56% | - |
| XYZ | 22.82 | 22.28 | 28.69 | - |
| YUV | 131.41 | 133.98 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 126 | 142 | 0.03 | 0.11 | 0 | 0.44 | 285 | 0.07 | 0.53 |
| Hex | 8A | 7E | 8E | 3 | B | 0 | 2C | 11D | 7 | 35 |
| Octal | 212 | 176 | 216 | 3 | 13 | 0 | 54 | 435 | 7 | 65 |
| Binary | 10001010 | 1111110 | 10001110 | 11 | 1011 | 0 | 101100 | 100011101 | 111 | 110101 |
Color Harmonies of #8A7E8E
Complementary color
Monochromatic Colors of #8A7E8E
Black with #8A7E8E
Text Example
Text Example
White with #8A7E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7E8E; }
p { color: rgb(138,126,142); }
H1.HeaderClassName
{
color: #8A7E8E;
}
.AnyTagClassName
{
color: #8A7E8E;
}
</style>
background-color css
<style>
a { background-color: #8A7E8E; }
a { background-color: rgb(138,126,142); }
div.DivClassName
{
background-color: #8A7E8E;
}
.BgClassName
{
background-color: #8A7E8E;
}
</style>
border-color css
<style>
span { border-color: #8A7E8E; }
span { border-color: rgb(138,126,142); }
td.TdClassName
{
border-color: #8A7E8E;
}
.TagClassName
{
border-color: #8A7E8E;
}
</style>