Shades of Amethyst Smoke #8F8D91
Tints of Amethyst Smoke #8F8D91
RGB
CMYK
RGB Variations
Color information
#8F8D91 (or 0x8F8D91) is known color: Amethyst Smoke. HEX triplet: 8F, 8D and 91. RGB value is (143,141,145). Sum of RGB (Red+Green+Blue) = 143+141+145=429 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.33% from 429); Green value is 141 (55.47% from 255 or 32.87% from 429); Blue value is 145 (57.03% from 255 or 33.80% from 429); Max value from RGB is 145 - color contains mainly: blue. Hex color #8F8D91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8D91 is #70726E. Grayscale: #8E8E8E. Windows color (decimal): -7369327 or 9538959. OLE color: 9538959.
HSL color Cylindrical-coordinate representation of color #8F8D91: hue angle of 270º degrees, saturation: 0.02, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #8F8D91 is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 143 | 141 | 145 | - |
| CMYK | 0.01 | 0.03 | 0 | 0.43 |
| HSL | 270º | 0.02% | 0.56% | - |
| HSV(B) | 270º | 0.03% | 0.57% | - |
| XYZ | 25.96 | 26.93 | 30.62 | - |
| YUV | 142.05 | 129.66 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 141 | 145 | 0.01 | 0.03 | 0 | 0.43 | 270 | 0.02 | 0.56 |
| Hex | 8F | 8D | 91 | 1 | 3 | 0 | 2B | 10E | 2 | 38 |
| Octal | 217 | 215 | 221 | 1 | 3 | 0 | 53 | 416 | 2 | 70 |
| Binary | 10001111 | 10001101 | 10010001 | 1 | 11 | 0 | 101011 | 100001110 | 10 | 111000 |
Color Harmonies of #8F8D91
Complementary color
Monochromatic Colors of #8F8D91
Black with #8F8D91
Text Example
Text Example
White with #8F8D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8D91; }
p { color: rgb(143,141,145); }
H1.HeaderClassName
{
color: #8F8D91;
}
.AnyTagClassName
{
color: #8F8D91;
}
</style>
background-color css
<style>
a { background-color: #8F8D91; }
a { background-color: rgb(143,141,145); }
div.DivClassName
{
background-color: #8F8D91;
}
.BgClassName
{
background-color: #8F8D91;
}
</style>
border-color css
<style>
span { border-color: #8F8D91; }
span { border-color: rgb(143,141,145); }
td.TdClassName
{
border-color: #8F8D91;
}
.TagClassName
{
border-color: #8F8D91;
}
</style>