Shades of Amethyst Smoke #98759D
Tints of Amethyst Smoke #98759D
RGB
CMYK
RGB Variations
Color information
#98759D (or 0x98759D) is known color: Amethyst Smoke. HEX triplet: 98, 75 and 9D. RGB value is (152,117,157). Sum of RGB (Red+Green+Blue) = 152+117+157=426 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.68% from 426); Green value is 117 (46.09% from 255 or 27.46% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 157 - color contains mainly: blue. Hex color #98759D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98759D is #678A62. Grayscale: #838383. Windows color (decimal): -6785635 or 10319256. OLE color: 10319256.
HSL color Cylindrical-coordinate representation of color #98759D: hue angle of 292.5º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #98759D is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 152 | 117 | 157 | - |
| CMYK | 0.03 | 0.25 | 0 | 0.38 |
| HSL | 292.5º | 0.17% | 0.54% | - |
| HSV(B) | 292.5º | 0.25% | 0.62% | - |
| XYZ | 25.4 | 21.83 | 34.77 | - |
| YUV | 132.03 | 142.1 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 117 | 157 | 0.03 | 0.25 | 0 | 0.38 | 292.5 | 0.17 | 0.54 |
| Hex | 98 | 75 | 9D | 3 | 19 | 0 | 26 | 124 | 11 | 36 |
| Octal | 230 | 165 | 235 | 3 | 31 | 0 | 46 | 444 | 21 | 66 |
| Binary | 10011000 | 1110101 | 10011101 | 11 | 11001 | 0 | 100110 | 100100100 | 10001 | 110110 |
Color Harmonies of #98759D
Complementary color
Monochromatic Colors of #98759D
Black with #98759D
Text Example
Text Example
White with #98759D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98759D; }
p { color: rgb(152,117,157); }
H1.HeaderClassName
{
color: #98759D;
}
.AnyTagClassName
{
color: #98759D;
}
</style>
background-color css
<style>
a { background-color: #98759D; }
a { background-color: rgb(152,117,157); }
div.DivClassName
{
background-color: #98759D;
}
.BgClassName
{
background-color: #98759D;
}
</style>
border-color css
<style>
span { border-color: #98759D; }
span { border-color: rgb(152,117,157); }
td.TdClassName
{
border-color: #98759D;
}
.TagClassName
{
border-color: #98759D;
}
</style>