Shades of Amethyst Smoke #9879A1
Tints of Amethyst Smoke #9879A1
RGB
CMYK
RGB Variations
Color information
#9879A1 (or 0x9879A1) is known color: Amethyst Smoke. HEX triplet: 98, 79 and A1. RGB value is (152,121,161). Sum of RGB (Red+Green+Blue) = 152+121+161=434 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.02% from 434); Green value is 121 (47.66% from 255 or 27.88% from 434); Blue value is 161 (63.28% from 255 or 37.10% from 434); Max value from RGB is 161 - color contains mainly: blue. Hex color #9879A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9879A1 is #67865E. Grayscale: #868686. Windows color (decimal): -6784607 or 10582424. OLE color: 10582424.
HSL color Cylindrical-coordinate representation of color #9879A1: hue angle of 286.5º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9879A1 is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 152 | 121 | 161 | - |
| CMYK | 0.06 | 0.25 | 0 | 0.37 |
| HSL | 286.5º | 0.18% | 0.55% | - |
| HSV(B) | 286.5º | 0.25% | 0.63% | - |
| XYZ | 26.22 | 22.92 | 36.76 | - |
| YUV | 134.83 | 142.77 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 121 | 161 | 0.06 | 0.25 | 0 | 0.37 | 286.5 | 0.18 | 0.55 |
| Hex | 98 | 79 | A1 | 6 | 19 | 0 | 25 | 11E | 12 | 37 |
| Octal | 230 | 171 | 241 | 6 | 31 | 0 | 45 | 436 | 22 | 67 |
| Binary | 10011000 | 1111001 | 10100001 | 110 | 11001 | 0 | 100101 | 100011110 | 10010 | 110111 |
Color Harmonies of #9879A1
Complementary color
Monochromatic Colors of #9879A1
Black with #9879A1
Text Example
Text Example
White with #9879A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9879A1; }
p { color: rgb(152,121,161); }
H1.HeaderClassName
{
color: #9879A1;
}
.AnyTagClassName
{
color: #9879A1;
}
</style>
background-color css
<style>
a { background-color: #9879A1; }
a { background-color: rgb(152,121,161); }
div.DivClassName
{
background-color: #9879A1;
}
.BgClassName
{
background-color: #9879A1;
}
</style>
border-color css
<style>
span { border-color: #9879A1; }
span { border-color: rgb(152,121,161); }
td.TdClassName
{
border-color: #9879A1;
}
.TagClassName
{
border-color: #9879A1;
}
</style>