Shades of Amethyst Smoke #98899C
Tints of Amethyst Smoke #98899C
RGB
CMYK
RGB Variations
Color information
#98899C (or 0x98899C) is known color: Amethyst Smoke. HEX triplet: 98, 89 and 9C. RGB value is (152,137,156). Sum of RGB (Red+Green+Blue) = 152+137+156=445 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.16% from 445); Green value is 137 (53.91% from 255 or 30.79% from 445); Blue value is 156 (61.33% from 255 or 35.06% from 445); Max value from RGB is 156 - color contains mainly: blue. Hex color #98899C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98899C is #677663. Grayscale: #8F8F8F. Windows color (decimal): -6780516 or 10258840. OLE color: 10258840.
HSL color Cylindrical-coordinate representation of color #98899C: hue angle of 287.37º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #98899C is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 152 | 137 | 156 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.39 |
| HSL | 287.37º | 0.09% | 0.57% | - |
| HSV(B) | 287.37º | 0.12% | 0.61% | - |
| XYZ | 27.9 | 26.97 | 35.19 | - |
| YUV | 143.65 | 134.97 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 137 | 156 | 0.03 | 0.12 | 0 | 0.39 | 287.37 | 0.09 | 0.57 |
| Hex | 98 | 89 | 9C | 3 | C | 0 | 27 | 11F | 9 | 39 |
| Octal | 230 | 211 | 234 | 3 | 14 | 0 | 47 | 437 | 11 | 71 |
| Binary | 10011000 | 10001001 | 10011100 | 11 | 1100 | 0 | 100111 | 100011111 | 1001 | 111001 |
Color Harmonies of #98899C
Complementary color
Monochromatic Colors of #98899C
Black with #98899C
Text Example
Text Example
White with #98899C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98899C; }
p { color: rgb(152,137,156); }
H1.HeaderClassName
{
color: #98899C;
}
.AnyTagClassName
{
color: #98899C;
}
</style>
background-color css
<style>
a { background-color: #98899C; }
a { background-color: rgb(152,137,156); }
div.DivClassName
{
background-color: #98899C;
}
.BgClassName
{
background-color: #98899C;
}
</style>
border-color css
<style>
span { border-color: #98899C; }
span { border-color: rgb(152,137,156); }
td.TdClassName
{
border-color: #98899C;
}
.TagClassName
{
border-color: #98899C;
}
</style>