Shades of Amethyst Smoke #8B7891
Tints of Amethyst Smoke #8B7891
RGB
CMYK
RGB Variations
Color information
#8B7891 (or 0x8B7891) is known color: Amethyst Smoke. HEX triplet: 8B, 78 and 91. RGB value is (139,120,145). Sum of RGB (Red+Green+Blue) = 139+120+145=404 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.41% from 404); Green value is 120 (47.27% from 255 or 29.70% from 404); Blue value is 145 (57.03% from 255 or 35.89% from 404); Max value from RGB is 145 - color contains mainly: blue. Hex color #8B7891 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7891 is #74876E. Grayscale: #808080. Windows color (decimal): -7636847 or 9533579. OLE color: 9533579.
HSL color Cylindrical-coordinate representation of color #8B7891: hue angle of 285.6º 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 #8B7891 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 139 | 120 | 145 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.43 |
| HSL | 285.6º | 0.1% | 0.52% | - |
| HSV(B) | 285.6º | 0.17% | 0.57% | - |
| XYZ | 22.47 | 20.97 | 29.65 | - |
| YUV | 128.53 | 137.29 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 120 | 145 | 0.04 | 0.17 | 0 | 0.43 | 285.6 | 0.1 | 0.52 |
| Hex | 8B | 78 | 91 | 4 | 11 | 0 | 2B | 11E | A | 34 |
| Octal | 213 | 170 | 221 | 4 | 21 | 0 | 53 | 436 | 12 | 64 |
| Binary | 10001011 | 1111000 | 10010001 | 100 | 10001 | 0 | 101011 | 100011110 | 1010 | 110100 |
Color Harmonies of #8B7891
Complementary color
Monochromatic Colors of #8B7891
Black with #8B7891
Text Example
Text Example
White with #8B7891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7891; }
p { color: rgb(139,120,145); }
H1.HeaderClassName
{
color: #8B7891;
}
.AnyTagClassName
{
color: #8B7891;
}
</style>
background-color css
<style>
a { background-color: #8B7891; }
a { background-color: rgb(139,120,145); }
div.DivClassName
{
background-color: #8B7891;
}
.BgClassName
{
background-color: #8B7891;
}
</style>
border-color css
<style>
span { border-color: #8B7891; }
span { border-color: rgb(139,120,145); }
td.TdClassName
{
border-color: #8B7891;
}
.TagClassName
{
border-color: #8B7891;
}
</style>