Shades of Amethyst Smoke #8F7997
Tints of Amethyst Smoke #8F7997
RGB
CMYK
RGB Variations
Color information
#8F7997 (or 0x8F7997) is known color: Amethyst Smoke. HEX triplet: 8F, 79 and 97. RGB value is (143,121,151). Sum of RGB (Red+Green+Blue) = 143+121+151=415 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.46% from 415); Green value is 121 (47.66% from 255 or 29.16% from 415); Blue value is 151 (59.38% from 255 or 36.39% from 415); Max value from RGB is 151 - color contains mainly: blue. Hex color #8F7997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7997 is #708668. Grayscale: #828282. Windows color (decimal): -7374441 or 9927055. OLE color: 9927055.
HSL color Cylindrical-coordinate representation of color #8F7997: hue angle of 284º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8F7997 is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 143 | 121 | 151 | - |
| CMYK | 0.05 | 0.20 | 0 | 0.41 |
| HSL | 284º | 0.13% | 0.53% | - |
| HSV(B) | 284º | 0.2% | 0.59% | - |
| XYZ | 23.75 | 21.75 | 32.22 | - |
| YUV | 131 | 139.29 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 121 | 151 | 0.05 | 0.20 | 0 | 0.41 | 284 | 0.13 | 0.53 |
| Hex | 8F | 79 | 97 | 5 | 14 | 0 | 29 | 11C | D | 35 |
| Octal | 217 | 171 | 227 | 5 | 24 | 0 | 51 | 434 | 15 | 65 |
| Binary | 10001111 | 1111001 | 10010111 | 101 | 10100 | 0 | 101001 | 100011100 | 1101 | 110101 |
Color Harmonies of #8F7997
Complementary color
Monochromatic Colors of #8F7997
Black with #8F7997
Text Example
Text Example
White with #8F7997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7997; }
p { color: rgb(143,121,151); }
H1.HeaderClassName
{
color: #8F7997;
}
.AnyTagClassName
{
color: #8F7997;
}
</style>
background-color css
<style>
a { background-color: #8F7997; }
a { background-color: rgb(143,121,151); }
div.DivClassName
{
background-color: #8F7997;
}
.BgClassName
{
background-color: #8F7997;
}
</style>
border-color css
<style>
span { border-color: #8F7997; }
span { border-color: rgb(143,121,151); }
td.TdClassName
{
border-color: #8F7997;
}
.TagClassName
{
border-color: #8F7997;
}
</style>