Shades of Amethyst Smoke #98799D
Tints of Amethyst Smoke #98799D
RGB
CMYK
RGB Variations
Color information
#98799D (or 0x98799D) is known color: Amethyst Smoke. HEX triplet: 98, 79 and 9D. RGB value is (152,121,157). Sum of RGB (Red+Green+Blue) = 152+121+157=430 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.35% from 430); Green value is 121 (47.66% from 255 or 28.14% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 157 - color contains mainly: blue. Hex color #98799D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98799D is #678662. Grayscale: #868686. Windows color (decimal): -6784611 or 10320280. OLE color: 10320280.
HSL color Cylindrical-coordinate representation of color #98799D: hue angle of 291.67º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #98799D is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 152 | 121 | 157 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.38 |
| HSL | 291.67º | 0.16% | 0.55% | - |
| HSV(B) | 291.67º | 0.23% | 0.62% | - |
| XYZ | 25.87 | 22.78 | 34.93 | - |
| YUV | 134.37 | 140.77 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 121 | 157 | 0.03 | 0.23 | 0 | 0.38 | 291.67 | 0.16 | 0.55 |
| Hex | 98 | 79 | 9D | 3 | 17 | 0 | 26 | 124 | 10 | 37 |
| Octal | 230 | 171 | 235 | 3 | 27 | 0 | 46 | 444 | 20 | 67 |
| Binary | 10011000 | 1111001 | 10011101 | 11 | 10111 | 0 | 100110 | 100100100 | 10000 | 110111 |
Color Harmonies of #98799D
Complementary color
Monochromatic Colors of #98799D
Black with #98799D
Text Example
Text Example
White with #98799D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98799D; }
p { color: rgb(152,121,157); }
H1.HeaderClassName
{
color: #98799D;
}
.AnyTagClassName
{
color: #98799D;
}
</style>
background-color css
<style>
a { background-color: #98799D; }
a { background-color: rgb(152,121,157); }
div.DivClassName
{
background-color: #98799D;
}
.BgClassName
{
background-color: #98799D;
}
</style>
border-color css
<style>
span { border-color: #98799D; }
span { border-color: rgb(152,121,157); }
td.TdClassName
{
border-color: #98799D;
}
.TagClassName
{
border-color: #98799D;
}
</style>