Shades of Amethyst Smoke #8F8994
Tints of Amethyst Smoke #8F8994
RGB
CMYK
RGB Variations
Color information
#8F8994 (or 0x8F8994) is known color: Amethyst Smoke. HEX triplet: 8F, 89 and 94. RGB value is (143,137,148). Sum of RGB (Red+Green+Blue) = 143+137+148=428 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.41% from 428); Green value is 137 (53.91% from 255 or 32.01% from 428); Blue value is 148 (58.20% from 255 or 34.58% from 428); Max value from RGB is 148 - color contains mainly: blue. Hex color #8F8994 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8994 is #70766B. Grayscale: #8C8C8C. Windows color (decimal): -7370348 or 9734543. OLE color: 9734543.
HSL color Cylindrical-coordinate representation of color #8F8994: hue angle of 272.73º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8F8994 is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 137 | 148 | - |
| CMYK | 0.03 | 0.07 | 0 | 0.42 |
| HSL | 272.73º | 0.05% | 0.56% | - |
| HSV(B) | 272.73º | 0.07% | 0.58% | - |
| XYZ | 25.62 | 25.87 | 31.66 | - |
| YUV | 140.05 | 132.49 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 137 | 148 | 0.03 | 0.07 | 0 | 0.42 | 272.73 | 0.05 | 0.56 |
| Hex | 8F | 89 | 94 | 3 | 7 | 0 | 2A | 111 | 5 | 38 |
| Octal | 217 | 211 | 224 | 3 | 7 | 0 | 52 | 421 | 5 | 70 |
| Binary | 10001111 | 10001001 | 10010100 | 11 | 111 | 0 | 101010 | 100010001 | 101 | 111000 |
Color Harmonies of #8F8994
Complementary color
Monochromatic Colors of #8F8994
Black with #8F8994
Text Example
Text Example
White with #8F8994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8994; }
p { color: rgb(143,137,148); }
H1.HeaderClassName
{
color: #8F8994;
}
.AnyTagClassName
{
color: #8F8994;
}
</style>
background-color css
<style>
a { background-color: #8F8994; }
a { background-color: rgb(143,137,148); }
div.DivClassName
{
background-color: #8F8994;
}
.BgClassName
{
background-color: #8F8994;
}
</style>
border-color css
<style>
span { border-color: #8F8994; }
span { border-color: rgb(143,137,148); }
td.TdClassName
{
border-color: #8F8994;
}
.TagClassName
{
border-color: #8F8994;
}
</style>