Shades of Amethyst Smoke #8F8B90
Tints of Amethyst Smoke #8F8B90
RGB
CMYK
RGB Variations
Color information
#8F8B90 (or 0x8F8B90) is known color: Amethyst Smoke. HEX triplet: 8F, 8B and 90. RGB value is (143,139,144). Sum of RGB (Red+Green+Blue) = 143+139+144=426 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.57% from 426); Green value is 139 (54.69% from 255 or 32.63% from 426); Blue value is 144 (56.64% from 255 or 33.80% from 426); Max value from RGB is 144 - color contains mainly: blue. Hex color #8F8B90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8B90 is #70746F. Grayscale: #8C8C8C. Windows color (decimal): -7369840 or 9472911. OLE color: 9472911.
HSL color Cylindrical-coordinate representation of color #8F8B90: hue angle of 288º degrees, saturation: 0.02, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #8F8B90 is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 139 | 144 | - |
| CMYK | 0.01 | 0.03 | 0 | 0.44 |
| HSL | 288º | 0.02% | 0.55% | - |
| HSV(B) | 288º | 0.03% | 0.56% | - |
| XYZ | 25.59 | 26.32 | 30.12 | - |
| YUV | 140.77 | 129.83 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 139 | 144 | 0.01 | 0.03 | 0 | 0.44 | 288 | 0.02 | 0.55 |
| Hex | 8F | 8B | 90 | 1 | 3 | 0 | 2C | 120 | 2 | 37 |
| Octal | 217 | 213 | 220 | 1 | 3 | 0 | 54 | 440 | 2 | 67 |
| Binary | 10001111 | 10001011 | 10010000 | 1 | 11 | 0 | 101100 | 100100000 | 10 | 110111 |
Color Harmonies of #8F8B90
Complementary color
Monochromatic Colors of #8F8B90
Black with #8F8B90
Text Example
Text Example
White with #8F8B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8B90; }
p { color: rgb(143,139,144); }
H1.HeaderClassName
{
color: #8F8B90;
}
.AnyTagClassName
{
color: #8F8B90;
}
</style>
background-color css
<style>
a { background-color: #8F8B90; }
a { background-color: rgb(143,139,144); }
div.DivClassName
{
background-color: #8F8B90;
}
.BgClassName
{
background-color: #8F8B90;
}
</style>
border-color css
<style>
span { border-color: #8F8B90; }
span { border-color: rgb(143,139,144); }
td.TdClassName
{
border-color: #8F8B90;
}
.TagClassName
{
border-color: #8F8B90;
}
</style>