Shades of Amethyst Smoke #897891
Tints of Amethyst Smoke #897891
RGB
CMYK
RGB Variations
Color information
#897891 (or 0x897891) is known color: Amethyst Smoke. HEX triplet: 89, 78 and 91. RGB value is (137,120,145). Sum of RGB (Red+Green+Blue) = 137+120+145=402 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.08% from 402); Green value is 120 (47.27% from 255 or 29.85% from 402); Blue value is 145 (57.03% from 255 or 36.07% from 402); Max value from RGB is 145 - color contains mainly: blue. Hex color #897891 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897891 is #76876E. Grayscale: #7F7F7F. Windows color (decimal): -7767919 or 9533577. OLE color: 9533577.
HSL color Cylindrical-coordinate representation of color #897891: hue angle of 280.8º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #897891 is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 137 | 120 | 145 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.43 |
| HSL | 280.8º | 0.1% | 0.52% | - |
| HSV(B) | 280.8º | 0.17% | 0.57% | - |
| XYZ | 22.14 | 20.8 | 29.63 | - |
| YUV | 127.93 | 137.63 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 120 | 145 | 0.06 | 0.17 | 0 | 0.43 | 280.8 | 0.1 | 0.52 |
| Hex | 89 | 78 | 91 | 6 | 11 | 0 | 2B | 119 | A | 34 |
| Octal | 211 | 170 | 221 | 6 | 21 | 0 | 53 | 431 | 12 | 64 |
| Binary | 10001001 | 1111000 | 10010001 | 110 | 10001 | 0 | 101011 | 100011001 | 1010 | 110100 |
Color Harmonies of #897891
Complementary color
Monochromatic Colors of #897891
Black with #897891
Text Example
Text Example
White with #897891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897891; }
p { color: rgb(137,120,145); }
H1.HeaderClassName
{
color: #897891;
}
.AnyTagClassName
{
color: #897891;
}
</style>
background-color css
<style>
a { background-color: #897891; }
a { background-color: rgb(137,120,145); }
div.DivClassName
{
background-color: #897891;
}
.BgClassName
{
background-color: #897891;
}
</style>
border-color css
<style>
span { border-color: #897891; }
span { border-color: rgb(137,120,145); }
td.TdClassName
{
border-color: #897891;
}
.TagClassName
{
border-color: #897891;
}
</style>