Shades of Amethyst Smoke #8F8097
Tints of Amethyst Smoke #8F8097
RGB
CMYK
RGB Variations
Color information
#8F8097 (or 0x8F8097) is known color: Amethyst Smoke. HEX triplet: 8F, 80 and 97. RGB value is (143,128,151). Sum of RGB (Red+Green+Blue) = 143+128+151=422 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.89% from 422); Green value is 128 (50.39% from 255 or 30.33% from 422); Blue value is 151 (59.38% from 255 or 35.78% from 422); Max value from RGB is 151 - color contains mainly: blue. Hex color #8F8097 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8097 is #707F68. Grayscale: #878787. Windows color (decimal): -7372649 or 9928847. OLE color: 9928847.
HSL color Cylindrical-coordinate representation of color #8F8097: hue angle of 279.13º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8F8097 is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 143 | 128 | 151 | - |
| CMYK | 0.05 | 0.15 | 0 | 0.41 |
| HSL | 279.13º | 0.1% | 0.55% | - |
| HSV(B) | 279.13º | 0.15% | 0.59% | - |
| XYZ | 24.63 | 23.51 | 32.52 | - |
| YUV | 135.11 | 136.97 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 128 | 151 | 0.05 | 0.15 | 0 | 0.41 | 279.13 | 0.1 | 0.55 |
| Hex | 8F | 80 | 97 | 5 | F | 0 | 29 | 117 | A | 37 |
| Octal | 217 | 200 | 227 | 5 | 17 | 0 | 51 | 427 | 12 | 67 |
| Binary | 10001111 | 10000000 | 10010111 | 101 | 1111 | 0 | 101001 | 100010111 | 1010 | 110111 |
Color Harmonies of #8F8097
Complementary color
Monochromatic Colors of #8F8097
Black with #8F8097
Text Example
Text Example
White with #8F8097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8097; }
p { color: rgb(143,128,151); }
H1.HeaderClassName
{
color: #8F8097;
}
.AnyTagClassName
{
color: #8F8097;
}
</style>
background-color css
<style>
a { background-color: #8F8097; }
a { background-color: rgb(143,128,151); }
div.DivClassName
{
background-color: #8F8097;
}
.BgClassName
{
background-color: #8F8097;
}
</style>
border-color css
<style>
span { border-color: #8F8097; }
span { border-color: rgb(143,128,151); }
td.TdClassName
{
border-color: #8F8097;
}
.TagClassName
{
border-color: #8F8097;
}
</style>