Shades of Amethyst Smoke #897A8F
Tints of Amethyst Smoke #897A8F
RGB
CMYK
RGB Variations
Color information
#897A8F (or 0x897A8F) is known color: Amethyst Smoke. HEX triplet: 89, 7A and 8F. RGB value is (137,122,143). Sum of RGB (Red+Green+Blue) = 137+122+143=402 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.08% from 402); Green value is 122 (48.05% from 255 or 30.35% from 402); Blue value is 143 (56.25% from 255 or 35.57% from 402); Max value from RGB is 143 - color contains mainly: blue. Hex color #897A8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897A8F is #768570. Grayscale: #808080. Windows color (decimal): -7767409 or 9403017. OLE color: 9403017.
HSL color Cylindrical-coordinate representation of color #897A8F: hue angle of 282.86º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #897A8F is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 122 | 143 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.44 |
| HSL | 282.86º | 0.09% | 0.52% | - |
| HSV(B) | 282.86º | 0.15% | 0.56% | - |
| XYZ | 22.23 | 21.22 | 28.91 | - |
| YUV | 128.88 | 135.97 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 122 | 143 | 0.04 | 0.15 | 0 | 0.44 | 282.86 | 0.09 | 0.52 |
| Hex | 89 | 7A | 8F | 4 | F | 0 | 2C | 11B | 9 | 34 |
| Octal | 211 | 172 | 217 | 4 | 17 | 0 | 54 | 433 | 11 | 64 |
| Binary | 10001001 | 1111010 | 10001111 | 100 | 1111 | 0 | 101100 | 100011011 | 1001 | 110100 |
Color Harmonies of #897A8F
Complementary color
Monochromatic Colors of #897A8F
Black with #897A8F
Text Example
Text Example
White with #897A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897A8F; }
p { color: rgb(137,122,143); }
H1.HeaderClassName
{
color: #897A8F;
}
.AnyTagClassName
{
color: #897A8F;
}
</style>
background-color css
<style>
a { background-color: #897A8F; }
a { background-color: rgb(137,122,143); }
div.DivClassName
{
background-color: #897A8F;
}
.BgClassName
{
background-color: #897A8F;
}
</style>
border-color css
<style>
span { border-color: #897A8F; }
span { border-color: rgb(137,122,143); }
td.TdClassName
{
border-color: #897A8F;
}
.TagClassName
{
border-color: #897A8F;
}
</style>