Shades of Amethyst Smoke #8F8095
Tints of Amethyst Smoke #8F8095
RGB
CMYK
RGB Variations
Color information
#8F8095 (or 0x8F8095) is known color: Amethyst Smoke. HEX triplet: 8F, 80 and 95. RGB value is (143,128,149). Sum of RGB (Red+Green+Blue) = 143+128+149=420 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.05% from 420); Green value is 128 (50.39% from 255 or 30.48% from 420); Blue value is 149 (58.59% from 255 or 35.48% from 420); Max value from RGB is 149 - color contains mainly: blue. Hex color #8F8095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8095 is #707F6A. Grayscale: #868686. Windows color (decimal): -7372651 or 9797775. OLE color: 9797775.
HSL color Cylindrical-coordinate representation of color #8F8095: hue angle of 282.86º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8F8095 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 128 | 149 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.42 |
| HSL | 282.86º | 0.09% | 0.54% | - |
| HSV(B) | 282.86º | 0.14% | 0.58% | - |
| XYZ | 24.47 | 23.45 | 31.67 | - |
| YUV | 134.88 | 135.97 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 128 | 149 | 0.04 | 0.14 | 0 | 0.42 | 282.86 | 0.09 | 0.54 |
| Hex | 8F | 80 | 95 | 4 | E | 0 | 2A | 11B | 9 | 36 |
| Octal | 217 | 200 | 225 | 4 | 16 | 0 | 52 | 433 | 11 | 66 |
| Binary | 10001111 | 10000000 | 10010101 | 100 | 1110 | 0 | 101010 | 100011011 | 1001 | 110110 |
Color Harmonies of #8F8095
Complementary color
Monochromatic Colors of #8F8095
Black with #8F8095
Text Example
Text Example
White with #8F8095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8095; }
p { color: rgb(143,128,149); }
H1.HeaderClassName
{
color: #8F8095;
}
.AnyTagClassName
{
color: #8F8095;
}
</style>
background-color css
<style>
a { background-color: #8F8095; }
a { background-color: rgb(143,128,149); }
div.DivClassName
{
background-color: #8F8095;
}
.BgClassName
{
background-color: #8F8095;
}
</style>
border-color css
<style>
span { border-color: #8F8095; }
span { border-color: rgb(143,128,149); }
td.TdClassName
{
border-color: #8F8095;
}
.TagClassName
{
border-color: #8F8095;
}
</style>