Shades of Amethyst Smoke #98789E
Tints of Amethyst Smoke #98789E
RGB
CMYK
RGB Variations
Color information
#98789E (or 0x98789E) is known color: Amethyst Smoke. HEX triplet: 98, 78 and 9E. RGB value is (152,120,158). Sum of RGB (Red+Green+Blue) = 152+120+158=430 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.35% from 430); Green value is 120 (47.27% from 255 or 27.91% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 158 - color contains mainly: blue. Hex color #98789E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98789E is #678761. Grayscale: #858585. Windows color (decimal): -6784866 or 10385560. OLE color: 10385560.
HSL color Cylindrical-coordinate representation of color #98789E: hue angle of 290.53º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #98789E is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 152 | 120 | 158 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.38 |
| HSL | 290.53º | 0.16% | 0.55% | - |
| HSV(B) | 290.53º | 0.24% | 0.62% | - |
| XYZ | 25.84 | 22.58 | 35.34 | - |
| YUV | 133.9 | 141.6 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 120 | 158 | 0.04 | 0.24 | 0 | 0.38 | 290.53 | 0.16 | 0.55 |
| Hex | 98 | 78 | 9E | 4 | 18 | 0 | 26 | 123 | 10 | 37 |
| Octal | 230 | 170 | 236 | 4 | 30 | 0 | 46 | 443 | 20 | 67 |
| Binary | 10011000 | 1111000 | 10011110 | 100 | 11000 | 0 | 100110 | 100100011 | 10000 | 110111 |
Color Harmonies of #98789E
Complementary color
Monochromatic Colors of #98789E
Black with #98789E
Text Example
Text Example
White with #98789E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98789E; }
p { color: rgb(152,120,158); }
H1.HeaderClassName
{
color: #98789E;
}
.AnyTagClassName
{
color: #98789E;
}
</style>
background-color css
<style>
a { background-color: #98789E; }
a { background-color: rgb(152,120,158); }
div.DivClassName
{
background-color: #98789E;
}
.BgClassName
{
background-color: #98789E;
}
</style>
border-color css
<style>
span { border-color: #98789E; }
span { border-color: rgb(152,120,158); }
td.TdClassName
{
border-color: #98789E;
}
.TagClassName
{
border-color: #98789E;
}
</style>