Shades of Amethyst Smoke #9B879E
Tints of Amethyst Smoke #9B879E
RGB
CMYK
RGB Variations
Color information
#9B879E (or 0x9B879E) is known color: Amethyst Smoke. HEX triplet: 9B, 87 and 9E. RGB value is (155,135,158). Sum of RGB (Red+Green+Blue) = 155+135+158=448 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.60% from 448); Green value is 135 (53.12% from 255 or 30.13% from 448); Blue value is 158 (62.11% from 255 or 35.27% from 448); Max value from RGB is 158 - color contains mainly: blue. Hex color #9B879E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B879E is #647861. Grayscale: #8F8F8F. Windows color (decimal): -6584418 or 10389403. OLE color: 10389403.
HSL color Cylindrical-coordinate representation of color #9B879E: hue angle of 292.17º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9B879E is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 155 | 135 | 158 | - |
| CMYK | 0.02 | 0.15 | 0 | 0.38 |
| HSL | 292.17º | 0.11% | 0.57% | - |
| HSV(B) | 292.17º | 0.15% | 0.62% | - |
| XYZ | 28.35 | 26.77 | 36.02 | - |
| YUV | 143.6 | 136.13 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 135 | 158 | 0.02 | 0.15 | 0 | 0.38 | 292.17 | 0.11 | 0.57 |
| Hex | 9B | 87 | 9E | 2 | F | 0 | 26 | 124 | B | 39 |
| Octal | 233 | 207 | 236 | 2 | 17 | 0 | 46 | 444 | 13 | 71 |
| Binary | 10011011 | 10000111 | 10011110 | 10 | 1111 | 0 | 100110 | 100100100 | 1011 | 111001 |
Color Harmonies of #9B879E
Complementary color
Monochromatic Colors of #9B879E
Black with #9B879E
Text Example
Text Example
White with #9B879E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B879E; }
p { color: rgb(155,135,158); }
H1.HeaderClassName
{
color: #9B879E;
}
.AnyTagClassName
{
color: #9B879E;
}
</style>
background-color css
<style>
a { background-color: #9B879E; }
a { background-color: rgb(155,135,158); }
div.DivClassName
{
background-color: #9B879E;
}
.BgClassName
{
background-color: #9B879E;
}
</style>
border-color css
<style>
span { border-color: #9B879E; }
span { border-color: rgb(155,135,158); }
td.TdClassName
{
border-color: #9B879E;
}
.TagClassName
{
border-color: #9B879E;
}
</style>