Shades of Amethyst Smoke #978199
Tints of Amethyst Smoke #978199
RGB
CMYK
RGB Variations
Color information
#978199 (or 0x978199) is known color: Amethyst Smoke. HEX triplet: 97, 81 and 99. RGB value is (151,129,153). Sum of RGB (Red+Green+Blue) = 151+129+153=433 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.87% from 433); Green value is 129 (50.78% from 255 or 29.79% from 433); Blue value is 153 (60.16% from 255 or 35.33% from 433); Max value from RGB is 153 - color contains mainly: blue. Hex color #978199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978199 is #687E66. Grayscale: #8A8A8A. Windows color (decimal): -6848103 or 10060183. OLE color: 10060183.
HSL color Cylindrical-coordinate representation of color #978199: hue angle of 295º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #978199 is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 151 | 129 | 153 | - |
| CMYK | 0.01 | 0.16 | 0 | 0.4 |
| HSL | 295º | 0.11% | 0.55% | - |
| HSV(B) | 295º | 0.16% | 0.6% | - |
| XYZ | 26.36 | 24.58 | 33.49 | - |
| YUV | 138.31 | 136.29 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 129 | 153 | 0.01 | 0.16 | 0 | 0.4 | 295 | 0.11 | 0.55 |
| Hex | 97 | 81 | 99 | 1 | 10 | 0 | 28 | 127 | B | 37 |
| Octal | 227 | 201 | 231 | 1 | 20 | 0 | 50 | 447 | 13 | 67 |
| Binary | 10010111 | 10000001 | 10011001 | 1 | 10000 | 0 | 101000 | 100100111 | 1011 | 110111 |
Color Harmonies of #978199
Complementary color
Monochromatic Colors of #978199
Black with #978199
Text Example
Text Example
White with #978199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978199; }
p { color: rgb(151,129,153); }
H1.HeaderClassName
{
color: #978199;
}
.AnyTagClassName
{
color: #978199;
}
</style>
background-color css
<style>
a { background-color: #978199; }
a { background-color: rgb(151,129,153); }
div.DivClassName
{
background-color: #978199;
}
.BgClassName
{
background-color: #978199;
}
</style>
border-color css
<style>
span { border-color: #978199; }
span { border-color: rgb(151,129,153); }
td.TdClassName
{
border-color: #978199;
}
.TagClassName
{
border-color: #978199;
}
</style>