Shades of Amethyst Smoke #8F7B96
Tints of Amethyst Smoke #8F7B96
RGB
CMYK
RGB Variations
Color information
#8F7B96 (or 0x8F7B96) is known color: Amethyst Smoke. HEX triplet: 8F, 7B and 96. RGB value is (143,123,150). Sum of RGB (Red+Green+Blue) = 143+123+150=416 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.38% from 416); Green value is 123 (48.44% from 255 or 29.57% from 416); Blue value is 150 (58.98% from 255 or 36.06% from 416); Max value from RGB is 150 - color contains mainly: blue. Hex color #8F7B96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7B96 is #708469. Grayscale: #838383. Windows color (decimal): -7373930 or 9862031. OLE color: 9862031.
HSL color Cylindrical-coordinate representation of color #8F7B96: hue angle of 284.44º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8F7B96 is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 143 | 123 | 150 | - |
| CMYK | 0.05 | 0.18 | 0 | 0.41 |
| HSL | 284.44º | 0.11% | 0.54% | - |
| HSV(B) | 284.44º | 0.18% | 0.59% | - |
| XYZ | 23.92 | 22.21 | 31.88 | - |
| YUV | 132.06 | 138.13 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 123 | 150 | 0.05 | 0.18 | 0 | 0.41 | 284.44 | 0.11 | 0.54 |
| Hex | 8F | 7B | 96 | 5 | 12 | 0 | 29 | 11C | B | 36 |
| Octal | 217 | 173 | 226 | 5 | 22 | 0 | 51 | 434 | 13 | 66 |
| Binary | 10001111 | 1111011 | 10010110 | 101 | 10010 | 0 | 101001 | 100011100 | 1011 | 110110 |
Color Harmonies of #8F7B96
Complementary color
Monochromatic Colors of #8F7B96
Black with #8F7B96
Text Example
Text Example
White with #8F7B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7B96; }
p { color: rgb(143,123,150); }
H1.HeaderClassName
{
color: #8F7B96;
}
.AnyTagClassName
{
color: #8F7B96;
}
</style>
background-color css
<style>
a { background-color: #8F7B96; }
a { background-color: rgb(143,123,150); }
div.DivClassName
{
background-color: #8F7B96;
}
.BgClassName
{
background-color: #8F7B96;
}
</style>
border-color css
<style>
span { border-color: #8F7B96; }
span { border-color: rgb(143,123,150); }
td.TdClassName
{
border-color: #8F7B96;
}
.TagClassName
{
border-color: #8F7B96;
}
</style>