Shades of Amethyst Smoke #978F9C
Tints of Amethyst Smoke #978F9C
RGB
CMYK
RGB Variations
Color information
#978F9C (or 0x978F9C) is known color: Amethyst Smoke. HEX triplet: 97, 8F and 9C. RGB value is (151,143,156). Sum of RGB (Red+Green+Blue) = 151+143+156=450 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.56% from 450); Green value is 143 (56.25% from 255 or 31.78% from 450); Blue value is 156 (61.33% from 255 or 34.67% from 450); Max value from RGB is 156 - color contains mainly: blue. Hex color #978F9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978F9C is #687063. Grayscale: #929292. Windows color (decimal): -6844516 or 10260375. OLE color: 10260375.
HSL color Cylindrical-coordinate representation of color #978F9C: hue angle of 276.92º degrees, saturation: 0.06, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #978F9C is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 151 | 143 | 156 | - |
| CMYK | 0.03 | 0.08 | 0 | 0.39 |
| HSL | 276.92º | 0.06% | 0.59% | - |
| HSV(B) | 276.92º | 0.08% | 0.61% | - |
| XYZ | 28.59 | 28.62 | 35.47 | - |
| YUV | 146.87 | 133.15 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 143 | 156 | 0.03 | 0.08 | 0 | 0.39 | 276.92 | 0.06 | 0.59 |
| Hex | 97 | 8F | 9C | 3 | 8 | 0 | 27 | 115 | 6 | 3B |
| Octal | 227 | 217 | 234 | 3 | 10 | 0 | 47 | 425 | 6 | 73 |
| Binary | 10010111 | 10001111 | 10011100 | 11 | 1000 | 0 | 100111 | 100010101 | 110 | 111011 |
Color Harmonies of #978F9C
Complementary color
Monochromatic Colors of #978F9C
Black with #978F9C
Text Example
Text Example
White with #978F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978F9C; }
p { color: rgb(151,143,156); }
H1.HeaderClassName
{
color: #978F9C;
}
.AnyTagClassName
{
color: #978F9C;
}
</style>
background-color css
<style>
a { background-color: #978F9C; }
a { background-color: rgb(151,143,156); }
div.DivClassName
{
background-color: #978F9C;
}
.BgClassName
{
background-color: #978F9C;
}
</style>
border-color css
<style>
span { border-color: #978F9C; }
span { border-color: rgb(151,143,156); }
td.TdClassName
{
border-color: #978F9C;
}
.TagClassName
{
border-color: #978F9C;
}
</style>