Shades of Amethyst Smoke #98779F
Tints of Amethyst Smoke #98779F
RGB
CMYK
RGB Variations
Color information
#98779F (or 0x98779F) is known color: Amethyst Smoke. HEX triplet: 98, 77 and 9F. RGB value is (152,119,159). Sum of RGB (Red+Green+Blue) = 152+119+159=430 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.35% from 430); Green value is 119 (46.88% from 255 or 27.67% from 430); Blue value is 159 (62.5% from 255 or 36.98% from 430); Max value from RGB is 159 - color contains mainly: blue. Hex color #98779F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98779F is #678860. Grayscale: #858585. Windows color (decimal): -6785121 or 10450840. OLE color: 10450840.
HSL color Cylindrical-coordinate representation of color #98779F: hue angle of 289.5º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #98779F is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 152 | 119 | 159 | - |
| CMYK | 0.04 | 0.25 | 0 | 0.38 |
| HSL | 289.5º | 0.17% | 0.55% | - |
| HSV(B) | 289.5º | 0.25% | 0.62% | - |
| XYZ | 25.8 | 22.37 | 35.76 | - |
| YUV | 133.43 | 142.43 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 119 | 159 | 0.04 | 0.25 | 0 | 0.38 | 289.5 | 0.17 | 0.55 |
| Hex | 98 | 77 | 9F | 4 | 19 | 0 | 26 | 122 | 11 | 37 |
| Octal | 230 | 167 | 237 | 4 | 31 | 0 | 46 | 442 | 21 | 67 |
| Binary | 10011000 | 1110111 | 10011111 | 100 | 11001 | 0 | 100110 | 100100010 | 10001 | 110111 |
Color Harmonies of #98779F
Complementary color
Monochromatic Colors of #98779F
Black with #98779F
Text Example
Text Example
White with #98779F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98779F; }
p { color: rgb(152,119,159); }
H1.HeaderClassName
{
color: #98779F;
}
.AnyTagClassName
{
color: #98779F;
}
</style>
background-color css
<style>
a { background-color: #98779F; }
a { background-color: rgb(152,119,159); }
div.DivClassName
{
background-color: #98779F;
}
.BgClassName
{
background-color: #98779F;
}
</style>
border-color css
<style>
span { border-color: #98779F; }
span { border-color: rgb(152,119,159); }
td.TdClassName
{
border-color: #98779F;
}
.TagClassName
{
border-color: #98779F;
}
</style>