Shades of Amethyst Smoke #8D8198
Tints of Amethyst Smoke #8D8198
RGB
CMYK
RGB Variations
Color information
#8D8198 (or 0x8D8198) is known color: Amethyst Smoke. HEX triplet: 8D, 81 and 98. RGB value is (141,129,152). Sum of RGB (Red+Green+Blue) = 141+129+152=422 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.41% from 422); Green value is 129 (50.78% from 255 or 30.57% from 422); Blue value is 152 (59.77% from 255 or 36.02% from 422); Max value from RGB is 152 - color contains mainly: blue. Hex color #8D8198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8198 is #727E67. Grayscale: #878787. Windows color (decimal): -7503464 or 9994637. OLE color: 9994637.
HSL color Cylindrical-coordinate representation of color #8D8198: hue angle of 271.3º 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 #8D8198 is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 141 | 129 | 152 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.40 |
| HSL | 271.3º | 0.1% | 0.55% | - |
| HSV(B) | 271.3º | 0.15% | 0.6% | - |
| XYZ | 24.5 | 23.63 | 32.98 | - |
| YUV | 135.21 | 137.48 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 129 | 152 | 0.07 | 0.15 | 0 | 0.40 | 271.3 | 0.1 | 0.55 |
| Hex | 8D | 81 | 98 | 7 | F | 0 | 28 | 10F | A | 37 |
| Octal | 215 | 201 | 230 | 7 | 17 | 0 | 50 | 417 | 12 | 67 |
| Binary | 10001101 | 10000001 | 10011000 | 111 | 1111 | 0 | 101000 | 100001111 | 1010 | 110111 |
Color Harmonies of #8D8198
Complementary color
Monochromatic Colors of #8D8198
Black with #8D8198
Text Example
Text Example
White with #8D8198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8198; }
p { color: rgb(141,129,152); }
H1.HeaderClassName
{
color: #8D8198;
}
.AnyTagClassName
{
color: #8D8198;
}
</style>
background-color css
<style>
a { background-color: #8D8198; }
a { background-color: rgb(141,129,152); }
div.DivClassName
{
background-color: #8D8198;
}
.BgClassName
{
background-color: #8D8198;
}
</style>
border-color css
<style>
span { border-color: #8D8198; }
span { border-color: rgb(141,129,152); }
td.TdClassName
{
border-color: #8D8198;
}
.TagClassName
{
border-color: #8D8198;
}
</style>