Shades of Amethyst Smoke #8F8094
Tints of Amethyst Smoke #8F8094
RGB
CMYK
RGB Variations
Color information
#8F8094 (or 0x8F8094) is known color: Amethyst Smoke. HEX triplet: 8F, 80 and 94. RGB value is (143,128,148). Sum of RGB (Red+Green+Blue) = 143+128+148=419 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.13% from 419); Green value is 128 (50.39% from 255 or 30.55% from 419); Blue value is 148 (58.20% from 255 or 35.32% from 419); Max value from RGB is 148 - color contains mainly: blue. Hex color #8F8094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8094 is #707F6B. Grayscale: #868686. Windows color (decimal): -7372652 or 9732239. OLE color: 9732239.
HSL color Cylindrical-coordinate representation of color #8F8094: hue angle of 285º 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 #8F8094 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 128 | 148 | - |
| CMYK | 0.03 | 0.14 | 0 | 0.42 |
| HSL | 285º | 0.09% | 0.54% | - |
| HSV(B) | 285º | 0.14% | 0.58% | - |
| XYZ | 24.39 | 23.42 | 31.25 | - |
| YUV | 134.77 | 135.47 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 128 | 148 | 0.03 | 0.14 | 0 | 0.42 | 285 | 0.09 | 0.54 |
| Hex | 8F | 80 | 94 | 3 | E | 0 | 2A | 11D | 9 | 36 |
| Octal | 217 | 200 | 224 | 3 | 16 | 0 | 52 | 435 | 11 | 66 |
| Binary | 10001111 | 10000000 | 10010100 | 11 | 1110 | 0 | 101010 | 100011101 | 1001 | 110110 |
Color Harmonies of #8F8094
Complementary color
Monochromatic Colors of #8F8094
Black with #8F8094
Text Example
Text Example
White with #8F8094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8094; }
p { color: rgb(143,128,148); }
H1.HeaderClassName
{
color: #8F8094;
}
.AnyTagClassName
{
color: #8F8094;
}
</style>
background-color css
<style>
a { background-color: #8F8094; }
a { background-color: rgb(143,128,148); }
div.DivClassName
{
background-color: #8F8094;
}
.BgClassName
{
background-color: #8F8094;
}
</style>
border-color css
<style>
span { border-color: #8F8094; }
span { border-color: rgb(143,128,148); }
td.TdClassName
{
border-color: #8F8094;
}
.TagClassName
{
border-color: #8F8094;
}
</style>