Shades of Amethyst Smoke #98779D
Tints of Amethyst Smoke #98779D
RGB
CMYK
RGB Variations
Color information
#98779D (or 0x98779D) is known color: Amethyst Smoke. HEX triplet: 98, 77 and 9D. RGB value is (152,119,157). Sum of RGB (Red+Green+Blue) = 152+119+157=428 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.51% from 428); Green value is 119 (46.88% from 255 or 27.80% from 428); Blue value is 157 (61.72% from 255 or 36.68% from 428); Max value from RGB is 157 - color contains mainly: blue. Hex color #98779D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98779D is #678862. Grayscale: #858585. Windows color (decimal): -6785123 or 10319768. OLE color: 10319768.
HSL color Cylindrical-coordinate representation of color #98779D: hue angle of 292.11º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #98779D is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 152 | 119 | 157 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.38 |
| HSL | 292.11º | 0.16% | 0.54% | - |
| HSV(B) | 292.11º | 0.24% | 0.62% | - |
| XYZ | 25.63 | 22.3 | 34.85 | - |
| YUV | 133.2 | 141.43 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 119 | 157 | 0.03 | 0.24 | 0 | 0.38 | 292.11 | 0.16 | 0.54 |
| Hex | 98 | 77 | 9D | 3 | 18 | 0 | 26 | 124 | 10 | 36 |
| Octal | 230 | 167 | 235 | 3 | 30 | 0 | 46 | 444 | 20 | 66 |
| Binary | 10011000 | 1110111 | 10011101 | 11 | 11000 | 0 | 100110 | 100100100 | 10000 | 110110 |
Color Harmonies of #98779D
Complementary color
Monochromatic Colors of #98779D
Black with #98779D
Text Example
Text Example
White with #98779D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98779D; }
p { color: rgb(152,119,157); }
H1.HeaderClassName
{
color: #98779D;
}
.AnyTagClassName
{
color: #98779D;
}
</style>
background-color css
<style>
a { background-color: #98779D; }
a { background-color: rgb(152,119,157); }
div.DivClassName
{
background-color: #98779D;
}
.BgClassName
{
background-color: #98779D;
}
</style>
border-color css
<style>
span { border-color: #98779D; }
span { border-color: rgb(152,119,157); }
td.TdClassName
{
border-color: #98779D;
}
.TagClassName
{
border-color: #98779D;
}
</style>