Shades of Amethyst Smoke #9879A0
Tints of Amethyst Smoke #9879A0
RGB
CMYK
RGB Variations
Color information
#9879A0 (or 0x9879A0) is known color: Amethyst Smoke. HEX triplet: 98, 79 and A0. RGB value is (152,121,160). Sum of RGB (Red+Green+Blue) = 152+121+160=433 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.10% from 433); Green value is 121 (47.66% from 255 or 27.94% from 433); Blue value is 160 (62.89% from 255 or 36.95% from 433); Max value from RGB is 160 - color contains mainly: blue. Hex color #9879A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9879A0 is #67865F. Grayscale: #868686. Windows color (decimal): -6784608 or 10516888. OLE color: 10516888.
HSL color Cylindrical-coordinate representation of color #9879A0: hue angle of 287.69º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9879A0 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 152 | 121 | 160 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.37 |
| HSL | 287.69º | 0.17% | 0.55% | - |
| HSV(B) | 287.69º | 0.24% | 0.63% | - |
| XYZ | 26.13 | 22.89 | 36.3 | - |
| YUV | 134.72 | 142.27 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 121 | 160 | 0.05 | 0.24 | 0 | 0.37 | 287.69 | 0.17 | 0.55 |
| Hex | 98 | 79 | A0 | 5 | 18 | 0 | 25 | 120 | 11 | 37 |
| Octal | 230 | 171 | 240 | 5 | 30 | 0 | 45 | 440 | 21 | 67 |
| Binary | 10011000 | 1111001 | 10100000 | 101 | 11000 | 0 | 100101 | 100100000 | 10001 | 110111 |
Color Harmonies of #9879A0
Complementary color
Monochromatic Colors of #9879A0
Black with #9879A0
Text Example
Text Example
White with #9879A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9879A0; }
p { color: rgb(152,121,160); }
H1.HeaderClassName
{
color: #9879A0;
}
.AnyTagClassName
{
color: #9879A0;
}
</style>
background-color css
<style>
a { background-color: #9879A0; }
a { background-color: rgb(152,121,160); }
div.DivClassName
{
background-color: #9879A0;
}
.BgClassName
{
background-color: #9879A0;
}
</style>
border-color css
<style>
span { border-color: #9879A0; }
span { border-color: rgb(152,121,160); }
td.TdClassName
{
border-color: #9879A0;
}
.TagClassName
{
border-color: #9879A0;
}
</style>