Shades of Amethyst Smoke #97829F
Tints of Amethyst Smoke #97829F
RGB
CMYK
RGB Variations
Color information
#97829F (or 0x97829F) is known color: Amethyst Smoke. HEX triplet: 97, 82 and 9F. RGB value is (151,130,159). Sum of RGB (Red+Green+Blue) = 151+130+159=440 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.32% from 440); Green value is 130 (51.17% from 255 or 29.55% from 440); Blue value is 159 (62.5% from 255 or 36.14% from 440); Max value from RGB is 159 - color contains mainly: blue. Hex color #97829F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97829F is #687D60. Grayscale: #8B8B8B. Windows color (decimal): -6847841 or 10453655. OLE color: 10453655.
HSL color Cylindrical-coordinate representation of color #97829F: hue angle of 283.45º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #97829F is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 151 | 130 | 159 | - |
| CMYK | 0.05 | 0.18 | 0 | 0.38 |
| HSL | 283.45º | 0.13% | 0.57% | - |
| HSV(B) | 283.45º | 0.18% | 0.62% | - |
| XYZ | 27 | 25.05 | 36.21 | - |
| YUV | 139.59 | 138.96 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 130 | 159 | 0.05 | 0.18 | 0 | 0.38 | 283.45 | 0.13 | 0.57 |
| Hex | 97 | 82 | 9F | 5 | 12 | 0 | 26 | 11B | D | 39 |
| Octal | 227 | 202 | 237 | 5 | 22 | 0 | 46 | 433 | 15 | 71 |
| Binary | 10010111 | 10000010 | 10011111 | 101 | 10010 | 0 | 100110 | 100011011 | 1101 | 111001 |
Color Harmonies of #97829F
Complementary color
Monochromatic Colors of #97829F
Black with #97829F
Text Example
Text Example
White with #97829F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97829F; }
p { color: rgb(151,130,159); }
H1.HeaderClassName
{
color: #97829F;
}
.AnyTagClassName
{
color: #97829F;
}
</style>
background-color css
<style>
a { background-color: #97829F; }
a { background-color: rgb(151,130,159); }
div.DivClassName
{
background-color: #97829F;
}
.BgClassName
{
background-color: #97829F;
}
</style>
border-color css
<style>
span { border-color: #97829F; }
span { border-color: rgb(151,130,159); }
td.TdClassName
{
border-color: #97829F;
}
.TagClassName
{
border-color: #97829F;
}
</style>