Shades of Amethyst Smoke #8F8294
Tints of Amethyst Smoke #8F8294
RGB
CMYK
RGB Variations
Color information
#8F8294 (or 0x8F8294) is known color: Amethyst Smoke. HEX triplet: 8F, 82 and 94. RGB value is (143,130,148). Sum of RGB (Red+Green+Blue) = 143+130+148=421 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.97% from 421); Green value is 130 (51.17% from 255 or 30.88% from 421); Blue value is 148 (58.20% from 255 or 35.15% from 421); Max value from RGB is 148 - color contains mainly: blue. Hex color #8F8294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8294 is #707D6B. Grayscale: #878787. Windows color (decimal): -7372140 or 9732751. OLE color: 9732751.
HSL color Cylindrical-coordinate representation of color #8F8294: hue angle of 283.33º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8F8294 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 130 | 148 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.42 |
| HSL | 283.33º | 0.08% | 0.55% | - |
| HSV(B) | 283.33º | 0.12% | 0.58% | - |
| XYZ | 24.66 | 23.94 | 31.34 | - |
| YUV | 135.94 | 134.81 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 130 | 148 | 0.03 | 0.12 | 0 | 0.42 | 283.33 | 0.08 | 0.55 |
| Hex | 8F | 82 | 94 | 3 | C | 0 | 2A | 11B | 8 | 37 |
| Octal | 217 | 202 | 224 | 3 | 14 | 0 | 52 | 433 | 10 | 67 |
| Binary | 10001111 | 10000010 | 10010100 | 11 | 1100 | 0 | 101010 | 100011011 | 1000 | 110111 |
Color Harmonies of #8F8294
Complementary color
Monochromatic Colors of #8F8294
Black with #8F8294
Text Example
Text Example
White with #8F8294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8294; }
p { color: rgb(143,130,148); }
H1.HeaderClassName
{
color: #8F8294;
}
.AnyTagClassName
{
color: #8F8294;
}
</style>
background-color css
<style>
a { background-color: #8F8294; }
a { background-color: rgb(143,130,148); }
div.DivClassName
{
background-color: #8F8294;
}
.BgClassName
{
background-color: #8F8294;
}
</style>
border-color css
<style>
span { border-color: #8F8294; }
span { border-color: rgb(143,130,148); }
td.TdClassName
{
border-color: #8F8294;
}
.TagClassName
{
border-color: #8F8294;
}
</style>