Shades of Amethyst Smoke #8F8390
Tints of Amethyst Smoke #8F8390
RGB
CMYK
RGB Variations
Color information
#8F8390 (or 0x8F8390) is known color: Amethyst Smoke. HEX triplet: 8F, 83 and 90. RGB value is (143,131,144). Sum of RGB (Red+Green+Blue) = 143+131+144=418 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.21% from 418); Green value is 131 (51.56% from 255 or 31.34% from 418); Blue value is 144 (56.64% from 255 or 34.45% from 418); Max value from RGB is 144 - color contains mainly: blue. Hex color #8F8390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8390 is #707C6F. Grayscale: #888888. Windows color (decimal): -7371888 or 9470863. OLE color: 9470863.
HSL color Cylindrical-coordinate representation of color #8F8390: hue angle of 295.38º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8F8390 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 131 | 144 | - |
| CMYK | 0.01 | 0.09 | 0 | 0.44 |
| HSL | 295.38º | 0.06% | 0.54% | - |
| HSV(B) | 295.38º | 0.09% | 0.56% | - |
| XYZ | 24.48 | 24.09 | 29.74 | - |
| YUV | 136.07 | 132.48 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 131 | 144 | 0.01 | 0.09 | 0 | 0.44 | 295.38 | 0.06 | 0.54 |
| Hex | 8F | 83 | 90 | 1 | 9 | 0 | 2C | 127 | 6 | 36 |
| Octal | 217 | 203 | 220 | 1 | 11 | 0 | 54 | 447 | 6 | 66 |
| Binary | 10001111 | 10000011 | 10010000 | 1 | 1001 | 0 | 101100 | 100100111 | 110 | 110110 |
Color Harmonies of #8F8390
Complementary color
Monochromatic Colors of #8F8390
Black with #8F8390
Text Example
Text Example
White with #8F8390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8390; }
p { color: rgb(143,131,144); }
H1.HeaderClassName
{
color: #8F8390;
}
.AnyTagClassName
{
color: #8F8390;
}
</style>
background-color css
<style>
a { background-color: #8F8390; }
a { background-color: rgb(143,131,144); }
div.DivClassName
{
background-color: #8F8390;
}
.BgClassName
{
background-color: #8F8390;
}
</style>
border-color css
<style>
span { border-color: #8F8390; }
span { border-color: rgb(143,131,144); }
td.TdClassName
{
border-color: #8F8390;
}
.TagClassName
{
border-color: #8F8390;
}
</style>