Shades of Amethyst Smoke #8F8899
Tints of Amethyst Smoke #8F8899
RGB
CMYK
RGB Variations
Color information
#8F8899 (or 0x8F8899) is known color: Amethyst Smoke. HEX triplet: 8F, 88 and 99. RGB value is (143,136,153). Sum of RGB (Red+Green+Blue) = 143+136+153=432 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.10% from 432); Green value is 136 (53.52% from 255 or 31.48% from 432); Blue value is 153 (60.16% from 255 or 35.42% from 432); Max value from RGB is 153 - color contains mainly: blue. Hex color #8F8899 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8899 is #707766. Grayscale: #8B8B8B. Windows color (decimal): -7370599 or 10061967. OLE color: 10061967.
HSL color Cylindrical-coordinate representation of color #8F8899: hue angle of 264.71º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8F8899 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 143 | 136 | 153 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.4 |
| HSL | 264.71º | 0.08% | 0.57% | - |
| HSV(B) | 264.71º | 0.11% | 0.6% | - |
| XYZ | 25.88 | 25.75 | 33.74 | - |
| YUV | 140.03 | 135.32 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 136 | 153 | 0.07 | 0.11 | 0 | 0.4 | 264.71 | 0.08 | 0.57 |
| Hex | 8F | 88 | 99 | 7 | B | 0 | 28 | 109 | 8 | 39 |
| Octal | 217 | 210 | 231 | 7 | 13 | 0 | 50 | 411 | 10 | 71 |
| Binary | 10001111 | 10001000 | 10011001 | 111 | 1011 | 0 | 101000 | 100001001 | 1000 | 111001 |
Color Harmonies of #8F8899
Complementary color
Monochromatic Colors of #8F8899
Black with #8F8899
Text Example
Text Example
White with #8F8899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8899; }
p { color: rgb(143,136,153); }
H1.HeaderClassName
{
color: #8F8899;
}
.AnyTagClassName
{
color: #8F8899;
}
</style>
background-color css
<style>
a { background-color: #8F8899; }
a { background-color: rgb(143,136,153); }
div.DivClassName
{
background-color: #8F8899;
}
.BgClassName
{
background-color: #8F8899;
}
</style>
border-color css
<style>
span { border-color: #8F8899; }
span { border-color: rgb(143,136,153); }
td.TdClassName
{
border-color: #8F8899;
}
.TagClassName
{
border-color: #8F8899;
}
</style>