Shades of Amethyst Smoke #8F7A9B
Tints of Amethyst Smoke #8F7A9B
RGB
CMYK
RGB Variations
Color information
#8F7A9B (or 0x8F7A9B) is known color: Amethyst Smoke. HEX triplet: 8F, 7A and 9B. RGB value is (143,122,155). Sum of RGB (Red+Green+Blue) = 143+122+155=420 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.05% from 420); Green value is 122 (48.05% from 255 or 29.05% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 155 - color contains mainly: blue. Hex color #8F7A9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7A9B is #708564. Grayscale: #838383. Windows color (decimal): -7374181 or 10189455. OLE color: 10189455.
HSL color Cylindrical-coordinate representation of color #8F7A9B: hue angle of 278.18º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8F7A9B is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 143 | 122 | 155 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.39 |
| HSL | 278.18º | 0.14% | 0.54% | - |
| HSV(B) | 278.18º | 0.21% | 0.61% | - |
| XYZ | 24.2 | 22.13 | 34.01 | - |
| YUV | 132.04 | 140.96 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 122 | 155 | 0.08 | 0.21 | 0 | 0.39 | 278.18 | 0.14 | 0.54 |
| Hex | 8F | 7A | 9B | 8 | 15 | 0 | 27 | 116 | E | 36 |
| Octal | 217 | 172 | 233 | 10 | 25 | 0 | 47 | 426 | 16 | 66 |
| Binary | 10001111 | 1111010 | 10011011 | 1000 | 10101 | 0 | 100111 | 100010110 | 1110 | 110110 |
Color Harmonies of #8F7A9B
Complementary color
Monochromatic Colors of #8F7A9B
Black with #8F7A9B
Text Example
Text Example
White with #8F7A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7A9B; }
p { color: rgb(143,122,155); }
H1.HeaderClassName
{
color: #8F7A9B;
}
.AnyTagClassName
{
color: #8F7A9B;
}
</style>
background-color css
<style>
a { background-color: #8F7A9B; }
a { background-color: rgb(143,122,155); }
div.DivClassName
{
background-color: #8F7A9B;
}
.BgClassName
{
background-color: #8F7A9B;
}
</style>
border-color css
<style>
span { border-color: #8F7A9B; }
span { border-color: rgb(143,122,155); }
td.TdClassName
{
border-color: #8F7A9B;
}
.TagClassName
{
border-color: #8F7A9B;
}
</style>