Shades of Amethyst Smoke #8F8696
Tints of Amethyst Smoke #8F8696
RGB
CMYK
RGB Variations
Color information
#8F8696 (or 0x8F8696) is known color: Amethyst Smoke. HEX triplet: 8F, 86 and 96. RGB value is (143,134,150). Sum of RGB (Red+Green+Blue) = 143+134+150=427 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.49% from 427); Green value is 134 (52.73% from 255 or 31.38% from 427); Blue value is 150 (58.98% from 255 or 35.13% from 427); Max value from RGB is 150 - color contains mainly: blue. Hex color #8F8696 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8696 is #707969. Grayscale: #8A8A8A. Windows color (decimal): -7371114 or 9864847. OLE color: 9864847.
HSL color Cylindrical-coordinate representation of color #8F8696: hue angle of 273.75º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8F8696 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 143 | 134 | 150 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.41 |
| HSL | 273.75º | 0.07% | 0.56% | - |
| HSV(B) | 273.75º | 0.11% | 0.59% | - |
| XYZ | 25.36 | 25.09 | 32.36 | - |
| YUV | 138.52 | 134.48 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 134 | 150 | 0.05 | 0.11 | 0 | 0.41 | 273.75 | 0.07 | 0.56 |
| Hex | 8F | 86 | 96 | 5 | B | 0 | 29 | 112 | 7 | 38 |
| Octal | 217 | 206 | 226 | 5 | 13 | 0 | 51 | 422 | 7 | 70 |
| Binary | 10001111 | 10000110 | 10010110 | 101 | 1011 | 0 | 101001 | 100010010 | 111 | 111000 |
Color Harmonies of #8F8696
Complementary color
Monochromatic Colors of #8F8696
Black with #8F8696
Text Example
Text Example
White with #8F8696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8696; }
p { color: rgb(143,134,150); }
H1.HeaderClassName
{
color: #8F8696;
}
.AnyTagClassName
{
color: #8F8696;
}
</style>
background-color css
<style>
a { background-color: #8F8696; }
a { background-color: rgb(143,134,150); }
div.DivClassName
{
background-color: #8F8696;
}
.BgClassName
{
background-color: #8F8696;
}
</style>
border-color css
<style>
span { border-color: #8F8696; }
span { border-color: rgb(143,134,150); }
td.TdClassName
{
border-color: #8F8696;
}
.TagClassName
{
border-color: #8F8696;
}
</style>