Shades of Amethyst Smoke #978198
Tints of Amethyst Smoke #978198
RGB
CMYK
RGB Variations
Color information
#978198 (or 0x978198) is known color: Amethyst Smoke. HEX triplet: 97, 81 and 98. RGB value is (151,129,152). Sum of RGB (Red+Green+Blue) = 151+129+152=432 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.95% from 432); Green value is 129 (50.78% from 255 or 29.86% from 432); Blue value is 152 (59.77% from 255 or 35.19% from 432); Max value from RGB is 152 - color contains mainly: blue. Hex color #978198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978198 is #687E67. Grayscale: #8A8A8A. Windows color (decimal): -6848104 or 9994647. OLE color: 9994647.
HSL color Cylindrical-coordinate representation of color #978198: hue angle of 297.39º 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 #978198 is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 151 | 129 | 152 | - |
| CMYK | 0.01 | 0.15 | 0 | 0.40 |
| HSL | 297.39º | 0.1% | 0.55% | - |
| HSV(B) | 297.39º | 0.15% | 0.6% | - |
| XYZ | 26.28 | 24.55 | 33.06 | - |
| YUV | 138.2 | 135.79 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 129 | 152 | 0.01 | 0.15 | 0 | 0.40 | 297.39 | 0.1 | 0.55 |
| Hex | 97 | 81 | 98 | 1 | F | 0 | 28 | 129 | A | 37 |
| Octal | 227 | 201 | 230 | 1 | 17 | 0 | 50 | 451 | 12 | 67 |
| Binary | 10010111 | 10000001 | 10011000 | 1 | 1111 | 0 | 101000 | 100101001 | 1010 | 110111 |
Color Harmonies of #978198
Complementary color
Monochromatic Colors of #978198
Black with #978198
Text Example
Text Example
White with #978198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978198; }
p { color: rgb(151,129,152); }
H1.HeaderClassName
{
color: #978198;
}
.AnyTagClassName
{
color: #978198;
}
</style>
background-color css
<style>
a { background-color: #978198; }
a { background-color: rgb(151,129,152); }
div.DivClassName
{
background-color: #978198;
}
.BgClassName
{
background-color: #978198;
}
</style>
border-color css
<style>
span { border-color: #978198; }
span { border-color: rgb(151,129,152); }
td.TdClassName
{
border-color: #978198;
}
.TagClassName
{
border-color: #978198;
}
</style>