Shades of Amethyst Smoke #98819D
Tints of Amethyst Smoke #98819D
RGB
CMYK
RGB Variations
Color information
#98819D (or 0x98819D) is known color: Amethyst Smoke. HEX triplet: 98, 81 and 9D. RGB value is (152,129,157). Sum of RGB (Red+Green+Blue) = 152+129+157=438 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.70% from 438); Green value is 129 (50.78% from 255 or 29.45% from 438); Blue value is 157 (61.72% from 255 or 35.84% from 438); Max value from RGB is 157 - color contains mainly: blue. Hex color #98819D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98819D is #677E62. Grayscale: #8A8A8A. Windows color (decimal): -6782563 or 10322328. OLE color: 10322328.
HSL color Cylindrical-coordinate representation of color #98819D: hue angle of 289.29º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #98819D is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 152 | 129 | 157 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.38 |
| HSL | 289.29º | 0.13% | 0.56% | - |
| HSV(B) | 289.29º | 0.18% | 0.62% | - |
| XYZ | 26.88 | 24.81 | 35.27 | - |
| YUV | 139.07 | 138.12 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 129 | 157 | 0.03 | 0.18 | 0 | 0.38 | 289.29 | 0.13 | 0.56 |
| Hex | 98 | 81 | 9D | 3 | 12 | 0 | 26 | 121 | C | 38 |
| Octal | 230 | 201 | 235 | 3 | 22 | 0 | 46 | 441 | 14 | 70 |
| Binary | 10011000 | 10000001 | 10011101 | 11 | 10010 | 0 | 100110 | 100100001 | 1100 | 111000 |
Color Harmonies of #98819D
Complementary color
Monochromatic Colors of #98819D
Black with #98819D
Text Example
Text Example
White with #98819D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98819D; }
p { color: rgb(152,129,157); }
H1.HeaderClassName
{
color: #98819D;
}
.AnyTagClassName
{
color: #98819D;
}
</style>
background-color css
<style>
a { background-color: #98819D; }
a { background-color: rgb(152,129,157); }
div.DivClassName
{
background-color: #98819D;
}
.BgClassName
{
background-color: #98819D;
}
</style>
border-color css
<style>
span { border-color: #98819D; }
span { border-color: rgb(152,129,157); }
td.TdClassName
{
border-color: #98819D;
}
.TagClassName
{
border-color: #98819D;
}
</style>