Shades of Amethyst Smoke #8A7A8D
Tints of Amethyst Smoke #8A7A8D
RGB
CMYK
RGB Variations
Color information
#8A7A8D (or 0x8A7A8D) is known color: Amethyst Smoke. HEX triplet: 8A, 7A and 8D. RGB value is (138,122,141). Sum of RGB (Red+Green+Blue) = 138+122+141=401 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.41% from 401); Green value is 122 (48.05% from 255 or 30.42% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 141 - color contains mainly: blue. Hex color #8A7A8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7A8D is #758572. Grayscale: #808080. Windows color (decimal): -7701875 or 9271946. OLE color: 9271946.
HSL color Cylindrical-coordinate representation of color #8A7A8D: hue angle of 290.53º degrees, saturation: 0.08, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8A7A8D is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 138 | 122 | 141 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.45 |
| HSL | 290.53º | 0.08% | 0.52% | - |
| HSV(B) | 290.53º | 0.13% | 0.55% | - |
| XYZ | 22.25 | 21.25 | 28.13 | - |
| YUV | 128.95 | 134.8 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 122 | 141 | 0.02 | 0.13 | 0 | 0.45 | 290.53 | 0.08 | 0.52 |
| Hex | 8A | 7A | 8D | 2 | D | 0 | 2D | 123 | 8 | 34 |
| Octal | 212 | 172 | 215 | 2 | 15 | 0 | 55 | 443 | 10 | 64 |
| Binary | 10001010 | 1111010 | 10001101 | 10 | 1101 | 0 | 101101 | 100100011 | 1000 | 110100 |
Color Harmonies of #8A7A8D
Complementary color
Monochromatic Colors of #8A7A8D
Black with #8A7A8D
Text Example
Text Example
White with #8A7A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7A8D; }
p { color: rgb(138,122,141); }
H1.HeaderClassName
{
color: #8A7A8D;
}
.AnyTagClassName
{
color: #8A7A8D;
}
</style>
background-color css
<style>
a { background-color: #8A7A8D; }
a { background-color: rgb(138,122,141); }
div.DivClassName
{
background-color: #8A7A8D;
}
.BgClassName
{
background-color: #8A7A8D;
}
</style>
border-color css
<style>
span { border-color: #8A7A8D; }
span { border-color: rgb(138,122,141); }
td.TdClassName
{
border-color: #8A7A8D;
}
.TagClassName
{
border-color: #8A7A8D;
}
</style>