Shades of Amethyst Smoke #8F8293
Tints of Amethyst Smoke #8F8293
RGB
CMYK
RGB Variations
Color information
#8F8293 (or 0x8F8293) is known color: Amethyst Smoke. HEX triplet: 8F, 82 and 93. RGB value is (143,130,147). Sum of RGB (Red+Green+Blue) = 143+130+147=420 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.05% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 147 (57.81% from 255 or 35% from 420); Max value from RGB is 147 - color contains mainly: blue. Hex color #8F8293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8293 is #707D6C. Grayscale: #878787. Windows color (decimal): -7372141 or 9667215. OLE color: 9667215.
HSL color Cylindrical-coordinate representation of color #8F8293: hue angle of 285.88º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8F8293 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 130 | 147 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.42 |
| HSL | 285.88º | 0.07% | 0.54% | - |
| HSV(B) | 285.88º | 0.12% | 0.58% | - |
| XYZ | 24.58 | 23.91 | 30.92 | - |
| YUV | 135.83 | 134.31 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 130 | 147 | 0.03 | 0.12 | 0 | 0.42 | 285.88 | 0.07 | 0.54 |
| Hex | 8F | 82 | 93 | 3 | C | 0 | 2A | 11E | 7 | 36 |
| Octal | 217 | 202 | 223 | 3 | 14 | 0 | 52 | 436 | 7 | 66 |
| Binary | 10001111 | 10000010 | 10010011 | 11 | 1100 | 0 | 101010 | 100011110 | 111 | 110110 |
Color Harmonies of #8F8293
Complementary color
Monochromatic Colors of #8F8293
Black with #8F8293
Text Example
Text Example
White with #8F8293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8293; }
p { color: rgb(143,130,147); }
H1.HeaderClassName
{
color: #8F8293;
}
.AnyTagClassName
{
color: #8F8293;
}
</style>
background-color css
<style>
a { background-color: #8F8293; }
a { background-color: rgb(143,130,147); }
div.DivClassName
{
background-color: #8F8293;
}
.BgClassName
{
background-color: #8F8293;
}
</style>
border-color css
<style>
span { border-color: #8F8293; }
span { border-color: rgb(143,130,147); }
td.TdClassName
{
border-color: #8F8293;
}
.TagClassName
{
border-color: #8F8293;
}
</style>