Shades of Amethyst Smoke #8F8794
Tints of Amethyst Smoke #8F8794
RGB
CMYK
RGB Variations
Color information
#8F8794 (or 0x8F8794) is known color: Amethyst Smoke. HEX triplet: 8F, 87 and 94. RGB value is (143,135,148). Sum of RGB (Red+Green+Blue) = 143+135+148=426 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.57% from 426); Green value is 135 (53.12% from 255 or 31.69% from 426); Blue value is 148 (58.20% from 255 or 34.74% from 426); Max value from RGB is 148 - color contains mainly: blue. Hex color #8F8794 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8794 is #70786B. Grayscale: #8A8A8A. Windows color (decimal): -7370860 or 9734031. OLE color: 9734031.
HSL color Cylindrical-coordinate representation of color #8F8794: hue angle of 276.92º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8F8794 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 135 | 148 | - |
| CMYK | 0.03 | 0.09 | 0 | 0.42 |
| HSL | 276.92º | 0.06% | 0.55% | - |
| HSV(B) | 276.92º | 0.09% | 0.58% | - |
| XYZ | 25.34 | 25.31 | 31.57 | - |
| YUV | 138.87 | 133.15 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 135 | 148 | 0.03 | 0.09 | 0 | 0.42 | 276.92 | 0.06 | 0.55 |
| Hex | 8F | 87 | 94 | 3 | 9 | 0 | 2A | 115 | 6 | 37 |
| Octal | 217 | 207 | 224 | 3 | 11 | 0 | 52 | 425 | 6 | 67 |
| Binary | 10001111 | 10000111 | 10010100 | 11 | 1001 | 0 | 101010 | 100010101 | 110 | 110111 |
Color Harmonies of #8F8794
Complementary color
Monochromatic Colors of #8F8794
Black with #8F8794
Text Example
Text Example
White with #8F8794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8794; }
p { color: rgb(143,135,148); }
H1.HeaderClassName
{
color: #8F8794;
}
.AnyTagClassName
{
color: #8F8794;
}
</style>
background-color css
<style>
a { background-color: #8F8794; }
a { background-color: rgb(143,135,148); }
div.DivClassName
{
background-color: #8F8794;
}
.BgClassName
{
background-color: #8F8794;
}
</style>
border-color css
<style>
span { border-color: #8F8794; }
span { border-color: rgb(143,135,148); }
td.TdClassName
{
border-color: #8F8794;
}
.TagClassName
{
border-color: #8F8794;
}
</style>