Shades of Amethyst Smoke #98829C
Tints of Amethyst Smoke #98829C
RGB
CMYK
RGB Variations
Color information
#98829C (or 0x98829C) is known color: Amethyst Smoke. HEX triplet: 98, 82 and 9C. RGB value is (152,130,156). Sum of RGB (Red+Green+Blue) = 152+130+156=438 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.70% from 438); Green value is 130 (51.17% from 255 or 29.68% from 438); Blue value is 156 (61.33% from 255 or 35.62% from 438); Max value from RGB is 156 - color contains mainly: blue. Hex color #98829C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98829C is #677D63. Grayscale: #8B8B8B. Windows color (decimal): -6782308 or 10257048. OLE color: 10257048.
HSL color Cylindrical-coordinate representation of color #98829C: hue angle of 290.77º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #98829C is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 152 | 130 | 156 | - |
| CMYK | 0.03 | 0.17 | 0 | 0.39 |
| HSL | 290.77º | 0.12% | 0.56% | - |
| HSV(B) | 290.77º | 0.17% | 0.61% | - |
| XYZ | 26.93 | 25.04 | 34.87 | - |
| YUV | 139.54 | 137.29 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 130 | 156 | 0.03 | 0.17 | 0 | 0.39 | 290.77 | 0.12 | 0.56 |
| Hex | 98 | 82 | 9C | 3 | 11 | 0 | 27 | 123 | C | 38 |
| Octal | 230 | 202 | 234 | 3 | 21 | 0 | 47 | 443 | 14 | 70 |
| Binary | 10011000 | 10000010 | 10011100 | 11 | 10001 | 0 | 100111 | 100100011 | 1100 | 111000 |
Color Harmonies of #98829C
Complementary color
Monochromatic Colors of #98829C
Black with #98829C
Text Example
Text Example
White with #98829C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98829C; }
p { color: rgb(152,130,156); }
H1.HeaderClassName
{
color: #98829C;
}
.AnyTagClassName
{
color: #98829C;
}
</style>
background-color css
<style>
a { background-color: #98829C; }
a { background-color: rgb(152,130,156); }
div.DivClassName
{
background-color: #98829C;
}
.BgClassName
{
background-color: #98829C;
}
</style>
border-color css
<style>
span { border-color: #98829C; }
span { border-color: rgb(152,130,156); }
td.TdClassName
{
border-color: #98829C;
}
.TagClassName
{
border-color: #98829C;
}
</style>