Shades of Amethyst Smoke #8F869B
Tints of Amethyst Smoke #8F869B
RGB
CMYK
RGB Variations
Color information
#8F869B (or 0x8F869B) is known color: Amethyst Smoke. HEX triplet: 8F, 86 and 9B. RGB value is (143,134,155). Sum of RGB (Red+Green+Blue) = 143+134+155=432 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.10% from 432); Green value is 134 (52.73% from 255 or 31.02% from 432); Blue value is 155 (60.94% from 255 or 35.88% from 432); Max value from RGB is 155 - color contains mainly: blue. Hex color #8F869B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F869B is #707964. Grayscale: #8B8B8B. Windows color (decimal): -7371109 or 10192527. OLE color: 10192527.
HSL color Cylindrical-coordinate representation of color #8F869B: hue angle of 265.71º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8F869B is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 143 | 134 | 155 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.39 |
| HSL | 265.71º | 0.1% | 0.57% | - |
| HSV(B) | 265.71º | 0.14% | 0.61% | - |
| XYZ | 25.77 | 25.26 | 34.53 | - |
| YUV | 139.09 | 136.98 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 134 | 155 | 0.08 | 0.14 | 0 | 0.39 | 265.71 | 0.1 | 0.57 |
| Hex | 8F | 86 | 9B | 8 | E | 0 | 27 | 10A | A | 39 |
| Octal | 217 | 206 | 233 | 10 | 16 | 0 | 47 | 412 | 12 | 71 |
| Binary | 10001111 | 10000110 | 10011011 | 1000 | 1110 | 0 | 100111 | 100001010 | 1010 | 111001 |
Color Harmonies of #8F869B
Complementary color
Monochromatic Colors of #8F869B
Black with #8F869B
Text Example
Text Example
White with #8F869B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F869B; }
p { color: rgb(143,134,155); }
H1.HeaderClassName
{
color: #8F869B;
}
.AnyTagClassName
{
color: #8F869B;
}
</style>
background-color css
<style>
a { background-color: #8F869B; }
a { background-color: rgb(143,134,155); }
div.DivClassName
{
background-color: #8F869B;
}
.BgClassName
{
background-color: #8F869B;
}
</style>
border-color css
<style>
span { border-color: #8F869B; }
span { border-color: rgb(143,134,155); }
td.TdClassName
{
border-color: #8F869B;
}
.TagClassName
{
border-color: #8F869B;
}
</style>