Shades of Amethyst Smoke #97829B
Tints of Amethyst Smoke #97829B
RGB
CMYK
RGB Variations
Color information
#97829B (or 0x97829B) is known color: Amethyst Smoke. HEX triplet: 97, 82 and 9B. RGB value is (151,130,155). Sum of RGB (Red+Green+Blue) = 151+130+155=436 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.63% from 436); Green value is 130 (51.17% from 255 or 29.82% from 436); Blue value is 155 (60.94% from 255 or 35.55% from 436); Max value from RGB is 155 - color contains mainly: blue. Hex color #97829B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97829B is #687D64. Grayscale: #8B8B8B. Windows color (decimal): -6847845 or 10191511. OLE color: 10191511.
HSL color Cylindrical-coordinate representation of color #97829B: hue angle of 290.4º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #97829B is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 151 | 130 | 155 | - |
| CMYK | 0.03 | 0.16 | 0 | 0.39 |
| HSL | 290.4º | 0.11% | 0.56% | - |
| HSV(B) | 290.4º | 0.16% | 0.61% | - |
| XYZ | 26.66 | 24.91 | 34.41 | - |
| YUV | 139.13 | 136.96 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 130 | 155 | 0.03 | 0.16 | 0 | 0.39 | 290.4 | 0.11 | 0.56 |
| Hex | 97 | 82 | 9B | 3 | 10 | 0 | 27 | 122 | B | 38 |
| Octal | 227 | 202 | 233 | 3 | 20 | 0 | 47 | 442 | 13 | 70 |
| Binary | 10010111 | 10000010 | 10011011 | 11 | 10000 | 0 | 100111 | 100100010 | 1011 | 111000 |
Color Harmonies of #97829B
Complementary color
Monochromatic Colors of #97829B
Black with #97829B
Text Example
Text Example
White with #97829B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97829B; }
p { color: rgb(151,130,155); }
H1.HeaderClassName
{
color: #97829B;
}
.AnyTagClassName
{
color: #97829B;
}
</style>
background-color css
<style>
a { background-color: #97829B; }
a { background-color: rgb(151,130,155); }
div.DivClassName
{
background-color: #97829B;
}
.BgClassName
{
background-color: #97829B;
}
</style>
border-color css
<style>
span { border-color: #97829B; }
span { border-color: rgb(151,130,155); }
td.TdClassName
{
border-color: #97829B;
}
.TagClassName
{
border-color: #97829B;
}
</style>