Shades of Amethyst Smoke #98939D
Tints of Amethyst Smoke #98939D
RGB
CMYK
RGB Variations
Color information
#98939D (or 0x98939D) is known color: Amethyst Smoke. HEX triplet: 98, 93 and 9D. RGB value is (152,147,157). Sum of RGB (Red+Green+Blue) = 152+147+157=456 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.33% from 456); Green value is 147 (57.81% from 255 or 32.24% from 456); Blue value is 157 (61.72% from 255 or 34.43% from 456); Max value from RGB is 157 - color contains mainly: blue. Hex color #98939D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98939D is #676C62. Grayscale: #959595. Windows color (decimal): -6777955 or 10326936. OLE color: 10326936.
HSL color Cylindrical-coordinate representation of color #98939D: hue angle of 270º degrees, saturation: 0.05, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #98939D is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 152 | 147 | 157 | - |
| CMYK | 0.03 | 0.06 | 0 | 0.38 |
| HSL | 270º | 0.05% | 0.6% | - |
| HSV(B) | 270º | 0.06% | 0.62% | - |
| XYZ | 29.47 | 29.98 | 36.13 | - |
| YUV | 149.64 | 132.16 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 147 | 157 | 0.03 | 0.06 | 0 | 0.38 | 270 | 0.05 | 0.6 |
| Hex | 98 | 93 | 9D | 3 | 6 | 0 | 26 | 10E | 5 | 3C |
| Octal | 230 | 223 | 235 | 3 | 6 | 0 | 46 | 416 | 5 | 74 |
| Binary | 10011000 | 10010011 | 10011101 | 11 | 110 | 0 | 100110 | 100001110 | 101 | 111100 |
Color Harmonies of #98939D
Complementary color
Monochromatic Colors of #98939D
Black with #98939D
Text Example
Text Example
White with #98939D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98939D; }
p { color: rgb(152,147,157); }
H1.HeaderClassName
{
color: #98939D;
}
.AnyTagClassName
{
color: #98939D;
}
</style>
background-color css
<style>
a { background-color: #98939D; }
a { background-color: rgb(152,147,157); }
div.DivClassName
{
background-color: #98939D;
}
.BgClassName
{
background-color: #98939D;
}
</style>
border-color css
<style>
span { border-color: #98939D; }
span { border-color: rgb(152,147,157); }
td.TdClassName
{
border-color: #98939D;
}
.TagClassName
{
border-color: #98939D;
}
</style>