Shades of Amethyst Smoke #8F7D9E
Tints of Amethyst Smoke #8F7D9E
RGB
CMYK
RGB Variations
Color information
#8F7D9E (or 0x8F7D9E) is known color: Amethyst Smoke. HEX triplet: 8F, 7D and 9E. RGB value is (143,125,158). Sum of RGB (Red+Green+Blue) = 143+125+158=426 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.57% from 426); Green value is 125 (49.22% from 255 or 29.34% from 426); Blue value is 158 (62.11% from 255 or 37.09% from 426); Max value from RGB is 158 - color contains mainly: blue. Hex color #8F7D9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7D9E is #708261. Grayscale: #868686. Windows color (decimal): -7373410 or 10386831. OLE color: 10386831.
HSL color Cylindrical-coordinate representation of color #8F7D9E: hue angle of 272.73º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8F7D9E is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 125 | 158 | - |
| CMYK | 0.09 | 0.21 | 0 | 0.38 |
| HSL | 272.73º | 0.15% | 0.55% | - |
| HSV(B) | 272.73º | 0.21% | 0.62% | - |
| XYZ | 24.83 | 22.98 | 35.47 | - |
| YUV | 134.14 | 141.46 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 125 | 158 | 0.09 | 0.21 | 0 | 0.38 | 272.73 | 0.15 | 0.55 |
| Hex | 8F | 7D | 9E | 9 | 15 | 0 | 26 | 111 | F | 37 |
| Octal | 217 | 175 | 236 | 11 | 25 | 0 | 46 | 421 | 17 | 67 |
| Binary | 10001111 | 1111101 | 10011110 | 1001 | 10101 | 0 | 100110 | 100010001 | 1111 | 110111 |
Color Harmonies of #8F7D9E
Complementary color
Monochromatic Colors of #8F7D9E
Black with #8F7D9E
Text Example
Text Example
White with #8F7D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7D9E; }
p { color: rgb(143,125,158); }
H1.HeaderClassName
{
color: #8F7D9E;
}
.AnyTagClassName
{
color: #8F7D9E;
}
</style>
background-color css
<style>
a { background-color: #8F7D9E; }
a { background-color: rgb(143,125,158); }
div.DivClassName
{
background-color: #8F7D9E;
}
.BgClassName
{
background-color: #8F7D9E;
}
</style>
border-color css
<style>
span { border-color: #8F7D9E; }
span { border-color: rgb(143,125,158); }
td.TdClassName
{
border-color: #8F7D9E;
}
.TagClassName
{
border-color: #8F7D9E;
}
</style>