Shades of Amethyst Smoke #8F7F9B
Tints of Amethyst Smoke #8F7F9B
RGB
CMYK
RGB Variations
Color information
#8F7F9B (or 0x8F7F9B) is known color: Amethyst Smoke. HEX triplet: 8F, 7F and 9B. RGB value is (143,127,155). Sum of RGB (Red+Green+Blue) = 143+127+155=425 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.65% from 425); Green value is 127 (50% from 255 or 29.88% from 425); Blue value is 155 (60.94% from 255 or 36.47% from 425); Max value from RGB is 155 - color contains mainly: blue. Hex color #8F7F9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7F9B is #708064. Grayscale: #868686. Windows color (decimal): -7372901 or 10190735. OLE color: 10190735.
HSL color Cylindrical-coordinate representation of color #8F7F9B: hue angle of 274.29º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8F7F9B is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 143 | 127 | 155 | - |
| CMYK | 0.08 | 0.18 | 0 | 0.39 |
| HSL | 274.29º | 0.12% | 0.55% | - |
| HSV(B) | 274.29º | 0.18% | 0.61% | - |
| XYZ | 24.83 | 23.38 | 34.22 | - |
| YUV | 134.98 | 139.3 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 127 | 155 | 0.08 | 0.18 | 0 | 0.39 | 274.29 | 0.12 | 0.55 |
| Hex | 8F | 7F | 9B | 8 | 12 | 0 | 27 | 112 | C | 37 |
| Octal | 217 | 177 | 233 | 10 | 22 | 0 | 47 | 422 | 14 | 67 |
| Binary | 10001111 | 1111111 | 10011011 | 1000 | 10010 | 0 | 100111 | 100010010 | 1100 | 110111 |
Color Harmonies of #8F7F9B
Complementary color
Monochromatic Colors of #8F7F9B
Black with #8F7F9B
Text Example
Text Example
White with #8F7F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7F9B; }
p { color: rgb(143,127,155); }
H1.HeaderClassName
{
color: #8F7F9B;
}
.AnyTagClassName
{
color: #8F7F9B;
}
</style>
background-color css
<style>
a { background-color: #8F7F9B; }
a { background-color: rgb(143,127,155); }
div.DivClassName
{
background-color: #8F7F9B;
}
.BgClassName
{
background-color: #8F7F9B;
}
</style>
border-color css
<style>
span { border-color: #8F7F9B; }
span { border-color: rgb(143,127,155); }
td.TdClassName
{
border-color: #8F7F9B;
}
.TagClassName
{
border-color: #8F7F9B;
}
</style>