Shades of Amethyst Smoke #8F8996
Tints of Amethyst Smoke #8F8996
RGB
CMYK
RGB Variations
Color information
#8F8996 (or 0x8F8996) is known color: Amethyst Smoke. HEX triplet: 8F, 89 and 96. RGB value is (143,137,150). Sum of RGB (Red+Green+Blue) = 143+137+150=430 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.26% from 430); Green value is 137 (53.91% from 255 or 31.86% from 430); Blue value is 150 (58.98% from 255 or 34.88% from 430); Max value from RGB is 150 - color contains mainly: blue. Hex color #8F8996 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8996 is #707669. Grayscale: #8C8C8C. Windows color (decimal): -7370346 or 9865615. OLE color: 9865615.
HSL color Cylindrical-coordinate representation of color #8F8996: hue angle of 267.69º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8F8996 is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 143 | 137 | 150 | - |
| CMYK | 0.05 | 0.09 | 0 | 0.41 |
| HSL | 267.69º | 0.06% | 0.56% | - |
| HSV(B) | 267.69º | 0.09% | 0.59% | - |
| XYZ | 25.78 | 25.93 | 32.5 | - |
| YUV | 140.28 | 133.49 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 137 | 150 | 0.05 | 0.09 | 0 | 0.41 | 267.69 | 0.06 | 0.56 |
| Hex | 8F | 89 | 96 | 5 | 9 | 0 | 29 | 10C | 6 | 38 |
| Octal | 217 | 211 | 226 | 5 | 11 | 0 | 51 | 414 | 6 | 70 |
| Binary | 10001111 | 10001001 | 10010110 | 101 | 1001 | 0 | 101001 | 100001100 | 110 | 111000 |
Color Harmonies of #8F8996
Complementary color
Monochromatic Colors of #8F8996
Black with #8F8996
Text Example
Text Example
White with #8F8996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8996; }
p { color: rgb(143,137,150); }
H1.HeaderClassName
{
color: #8F8996;
}
.AnyTagClassName
{
color: #8F8996;
}
</style>
background-color css
<style>
a { background-color: #8F8996; }
a { background-color: rgb(143,137,150); }
div.DivClassName
{
background-color: #8F8996;
}
.BgClassName
{
background-color: #8F8996;
}
</style>
border-color css
<style>
span { border-color: #8F8996; }
span { border-color: rgb(143,137,150); }
td.TdClassName
{
border-color: #8F8996;
}
.TagClassName
{
border-color: #8F8996;
}
</style>