Shades of Amethyst Smoke #8F7898
Tints of Amethyst Smoke #8F7898
RGB
CMYK
RGB Variations
Color information
#8F7898 (or 0x8F7898) is known color: Amethyst Smoke. HEX triplet: 8F, 78 and 98. RGB value is (143,120,152). Sum of RGB (Red+Green+Blue) = 143+120+152=415 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.46% from 415); Green value is 120 (47.27% from 255 or 28.92% from 415); Blue value is 152 (59.77% from 255 or 36.63% from 415); Max value from RGB is 152 - color contains mainly: blue. Hex color #8F7898 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7898 is #708767. Grayscale: #828282. Windows color (decimal): -7374696 or 9992335. OLE color: 9992335.
HSL color Cylindrical-coordinate representation of color #8F7898: hue angle of 283.12º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8F7898 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 143 | 120 | 152 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.40 |
| HSL | 283.13º | 0.13% | 0.53% | - |
| HSV(B) | 283.13º | 0.21% | 0.6% | - |
| XYZ | 23.71 | 21.54 | 32.61 | - |
| YUV | 130.53 | 140.12 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 120 | 152 | 0.06 | 0.21 | 0 | 0.40 | 283.13 | 0.13 | 0.53 |
| Hex | 8F | 78 | 98 | 6 | 15 | 0 | 28 | 11B | D | 35 |
| Octal | 217 | 170 | 230 | 6 | 25 | 0 | 50 | 433 | 15 | 65 |
| Binary | 10001111 | 1111000 | 10011000 | 110 | 10101 | 0 | 101000 | 100011011 | 1101 | 110101 |
Color Harmonies of #8F7898
Complementary color
Monochromatic Colors of #8F7898
Black with #8F7898
Text Example
Text Example
White with #8F7898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7898; }
p { color: rgb(143,120,152); }
H1.HeaderClassName
{
color: #8F7898;
}
.AnyTagClassName
{
color: #8F7898;
}
</style>
background-color css
<style>
a { background-color: #8F7898; }
a { background-color: rgb(143,120,152); }
div.DivClassName
{
background-color: #8F7898;
}
.BgClassName
{
background-color: #8F7898;
}
</style>
border-color css
<style>
span { border-color: #8F7898; }
span { border-color: rgb(143,120,152); }
td.TdClassName
{
border-color: #8F7898;
}
.TagClassName
{
border-color: #8F7898;
}
</style>