Shades of Amethyst Smoke #897C8A
Tints of Amethyst Smoke #897C8A
RGB
CMYK
RGB Variations
Color information
#897C8A (or 0x897C8A) is known color: Amethyst Smoke. HEX triplet: 89, 7C and 8A. RGB value is (137,124,138). Sum of RGB (Red+Green+Blue) = 137+124+138=399 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.34% from 399); Green value is 124 (48.83% from 255 or 31.08% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 138 - color contains mainly: blue. Hex color #897C8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897C8A is #768375. Grayscale: #818181. Windows color (decimal): -7766902 or 9075849. OLE color: 9075849.
HSL color Cylindrical-coordinate representation of color #897C8A: hue angle of 295.71º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #897C8A is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 124 | 138 | - |
| CMYK | 0.01 | 0.10 | 0 | 0.46 |
| HSL | 295.71º | 0.06% | 0.51% | - |
| HSV(B) | 295.71º | 0.1% | 0.54% | - |
| XYZ | 22.11 | 21.57 | 27.04 | - |
| YUV | 129.48 | 132.81 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 124 | 138 | 0.01 | 0.10 | 0 | 0.46 | 295.71 | 0.06 | 0.51 |
| Hex | 89 | 7C | 8A | 1 | A | 0 | 2E | 128 | 6 | 33 |
| Octal | 211 | 174 | 212 | 1 | 12 | 0 | 56 | 450 | 6 | 63 |
| Binary | 10001001 | 1111100 | 10001010 | 1 | 1010 | 0 | 101110 | 100101000 | 110 | 110011 |
Color Harmonies of #897C8A
Complementary color
Monochromatic Colors of #897C8A
Black with #897C8A
Text Example
Text Example
White with #897C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897C8A; }
p { color: rgb(137,124,138); }
H1.HeaderClassName
{
color: #897C8A;
}
.AnyTagClassName
{
color: #897C8A;
}
</style>
background-color css
<style>
a { background-color: #897C8A; }
a { background-color: rgb(137,124,138); }
div.DivClassName
{
background-color: #897C8A;
}
.BgClassName
{
background-color: #897C8A;
}
</style>
border-color css
<style>
span { border-color: #897C8A; }
span { border-color: rgb(137,124,138); }
td.TdClassName
{
border-color: #897C8A;
}
.TagClassName
{
border-color: #897C8A;
}
</style>