Shades of Amethyst Smoke #98929C
Tints of Amethyst Smoke #98929C
RGB
CMYK
RGB Variations
Color information
#98929C (or 0x98929C) is known color: Amethyst Smoke. HEX triplet: 98, 92 and 9C. RGB value is (152,146,156). Sum of RGB (Red+Green+Blue) = 152+146+156=454 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.48% from 454); Green value is 146 (57.42% from 255 or 32.16% from 454); Blue value is 156 (61.33% from 255 or 34.36% from 454); Max value from RGB is 156 - color contains mainly: blue. Hex color #98929C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98929C is #676D63. Grayscale: #949494. Windows color (decimal): -6778212 or 10261144. OLE color: 10261144.
HSL color Cylindrical-coordinate representation of color #98929C: hue angle of 276º degrees, saturation: 0.05, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #98929C is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 152 | 146 | 156 | - |
| CMYK | 0.03 | 0.06 | 0 | 0.39 |
| HSL | 276º | 0.05% | 0.59% | - |
| HSV(B) | 276º | 0.06% | 0.61% | - |
| XYZ | 29.23 | 29.63 | 35.63 | - |
| YUV | 148.93 | 131.99 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 146 | 156 | 0.03 | 0.06 | 0 | 0.39 | 276 | 0.05 | 0.59 |
| Hex | 98 | 92 | 9C | 3 | 6 | 0 | 27 | 114 | 5 | 3B |
| Octal | 230 | 222 | 234 | 3 | 6 | 0 | 47 | 424 | 5 | 73 |
| Binary | 10011000 | 10010010 | 10011100 | 11 | 110 | 0 | 100111 | 100010100 | 101 | 111011 |
Color Harmonies of #98929C
Complementary color
Monochromatic Colors of #98929C
Black with #98929C
Text Example
Text Example
White with #98929C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98929C; }
p { color: rgb(152,146,156); }
H1.HeaderClassName
{
color: #98929C;
}
.AnyTagClassName
{
color: #98929C;
}
</style>
background-color css
<style>
a { background-color: #98929C; }
a { background-color: rgb(152,146,156); }
div.DivClassName
{
background-color: #98929C;
}
.BgClassName
{
background-color: #98929C;
}
</style>
border-color css
<style>
span { border-color: #98929C; }
span { border-color: rgb(152,146,156); }
td.TdClassName
{
border-color: #98929C;
}
.TagClassName
{
border-color: #98929C;
}
</style>