Shades of Amethyst Smoke #98829A
Tints of Amethyst Smoke #98829A
RGB
CMYK
RGB Variations
Color information
#98829A (or 0x98829A) is known color: Amethyst Smoke. HEX triplet: 98, 82 and 9A. RGB value is (152,130,154). Sum of RGB (Red+Green+Blue) = 152+130+154=436 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.86% from 436); Green value is 130 (51.17% from 255 or 29.82% from 436); Blue value is 154 (60.55% from 255 or 35.32% from 436); Max value from RGB is 154 - color contains mainly: blue. Hex color #98829A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98829A is #677D65. Grayscale: #8B8B8B. Windows color (decimal): -6782310 or 10125976. OLE color: 10125976.
HSL color Cylindrical-coordinate representation of color #98829A: hue angle of 295º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #98829A is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 130 | 154 | - |
| CMYK | 0.01 | 0.16 | 0 | 0.40 |
| HSL | 295º | 0.11% | 0.56% | - |
| HSV(B) | 295º | 0.16% | 0.6% | - |
| XYZ | 26.76 | 24.97 | 33.98 | - |
| YUV | 139.31 | 136.29 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 130 | 154 | 0.01 | 0.16 | 0 | 0.40 | 295 | 0.11 | 0.56 |
| Hex | 98 | 82 | 9A | 1 | 10 | 0 | 28 | 127 | B | 38 |
| Octal | 230 | 202 | 232 | 1 | 20 | 0 | 50 | 447 | 13 | 70 |
| Binary | 10011000 | 10000010 | 10011010 | 1 | 10000 | 0 | 101000 | 100100111 | 1011 | 111000 |
Color Harmonies of #98829A
Complementary color
Monochromatic Colors of #98829A
Black with #98829A
Text Example
Text Example
White with #98829A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98829A; }
p { color: rgb(152,130,154); }
H1.HeaderClassName
{
color: #98829A;
}
.AnyTagClassName
{
color: #98829A;
}
</style>
background-color css
<style>
a { background-color: #98829A; }
a { background-color: rgb(152,130,154); }
div.DivClassName
{
background-color: #98829A;
}
.BgClassName
{
background-color: #98829A;
}
</style>
border-color css
<style>
span { border-color: #98829A; }
span { border-color: rgb(152,130,154); }
td.TdClassName
{
border-color: #98829A;
}
.TagClassName
{
border-color: #98829A;
}
</style>