Shades of Amethyst Smoke #8F8A90
Tints of Amethyst Smoke #8F8A90
RGB
CMYK
RGB Variations
Color information
#8F8A90 (or 0x8F8A90) is known color: Amethyst Smoke. HEX triplet: 8F, 8A and 90. RGB value is (143,138,144). Sum of RGB (Red+Green+Blue) = 143+138+144=425 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.65% from 425); Green value is 138 (54.30% from 255 or 32.47% from 425); Blue value is 144 (56.64% from 255 or 33.88% from 425); Max value from RGB is 144 - color contains mainly: blue. Hex color #8F8A90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8A90 is #70756F. Grayscale: #8C8C8C. Windows color (decimal): -7370096 or 9472655. OLE color: 9472655.
HSL color Cylindrical-coordinate representation of color #8F8A90: hue angle of 290º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #8F8A90 is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 138 | 144 | - |
| CMYK | 0.01 | 0.04 | 0 | 0.44 |
| HSL | 290º | 0.03% | 0.55% | - |
| HSV(B) | 290º | 0.04% | 0.56% | - |
| XYZ | 25.45 | 26.03 | 30.07 | - |
| YUV | 140.18 | 130.16 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 138 | 144 | 0.01 | 0.04 | 0 | 0.44 | 290 | 0.03 | 0.55 |
| Hex | 8F | 8A | 90 | 1 | 4 | 0 | 2C | 122 | 3 | 37 |
| Octal | 217 | 212 | 220 | 1 | 4 | 0 | 54 | 442 | 3 | 67 |
| Binary | 10001111 | 10001010 | 10010000 | 1 | 100 | 0 | 101100 | 100100010 | 11 | 110111 |
Color Harmonies of #8F8A90
Complementary color
Monochromatic Colors of #8F8A90
Black with #8F8A90
Text Example
Text Example
White with #8F8A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8A90; }
p { color: rgb(143,138,144); }
H1.HeaderClassName
{
color: #8F8A90;
}
.AnyTagClassName
{
color: #8F8A90;
}
</style>
background-color css
<style>
a { background-color: #8F8A90; }
a { background-color: rgb(143,138,144); }
div.DivClassName
{
background-color: #8F8A90;
}
.BgClassName
{
background-color: #8F8A90;
}
</style>
border-color css
<style>
span { border-color: #8F8A90; }
span { border-color: rgb(143,138,144); }
td.TdClassName
{
border-color: #8F8A90;
}
.TagClassName
{
border-color: #8F8A90;
}
</style>