Shades of Amethyst Smoke #8F8198
Tints of Amethyst Smoke #8F8198
RGB
CMYK
RGB Variations
Color information
#8F8198 (or 0x8F8198) is known color: Amethyst Smoke. HEX triplet: 8F, 81 and 98. RGB value is (143,129,152). Sum of RGB (Red+Green+Blue) = 143+129+152=424 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.73% from 424); Green value is 129 (50.78% from 255 or 30.42% from 424); Blue value is 152 (59.77% from 255 or 35.85% from 424); Max value from RGB is 152 - color contains mainly: blue. Hex color #8F8198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8198 is #707E67. Grayscale: #878787. Windows color (decimal): -7372392 or 9994639. OLE color: 9994639.
HSL color Cylindrical-coordinate representation of color #8F8198: hue angle of 276.52º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8F8198 is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 143 | 129 | 152 | - |
| CMYK | 0.06 | 0.15 | 0 | 0.40 |
| HSL | 276.52º | 0.1% | 0.55% | - |
| HSV(B) | 276.52º | 0.15% | 0.6% | - |
| XYZ | 24.85 | 23.81 | 32.99 | - |
| YUV | 135.81 | 137.14 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 129 | 152 | 0.06 | 0.15 | 0 | 0.40 | 276.52 | 0.1 | 0.55 |
| Hex | 8F | 81 | 98 | 6 | F | 0 | 28 | 115 | A | 37 |
| Octal | 217 | 201 | 230 | 6 | 17 | 0 | 50 | 425 | 12 | 67 |
| Binary | 10001111 | 10000001 | 10011000 | 110 | 1111 | 0 | 101000 | 100010101 | 1010 | 110111 |
Color Harmonies of #8F8198
Complementary color
Monochromatic Colors of #8F8198
Black with #8F8198
Text Example
Text Example
White with #8F8198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8198; }
p { color: rgb(143,129,152); }
H1.HeaderClassName
{
color: #8F8198;
}
.AnyTagClassName
{
color: #8F8198;
}
</style>
background-color css
<style>
a { background-color: #8F8198; }
a { background-color: rgb(143,129,152); }
div.DivClassName
{
background-color: #8F8198;
}
.BgClassName
{
background-color: #8F8198;
}
</style>
border-color css
<style>
span { border-color: #8F8198; }
span { border-color: rgb(143,129,152); }
td.TdClassName
{
border-color: #8F8198;
}
.TagClassName
{
border-color: #8F8198;
}
</style>