Shades of Amethyst Smoke #9B889D
Tints of Amethyst Smoke #9B889D
RGB
CMYK
RGB Variations
Color information
#9B889D (or 0x9B889D) is known color: Amethyst Smoke. HEX triplet: 9B, 88 and 9D. RGB value is (155,136,157). Sum of RGB (Red+Green+Blue) = 155+136+157=448 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.60% from 448); Green value is 136 (53.52% from 255 or 30.36% from 448); Blue value is 157 (61.72% from 255 or 35.04% from 448); Max value from RGB is 157 - color contains mainly: blue. Hex color #9B889D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B889D is #647762. Grayscale: #909090. Windows color (decimal): -6584163 or 10324123. OLE color: 10324123.
HSL color Cylindrical-coordinate representation of color #9B889D: hue angle of 294.29º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9B889D is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 155 | 136 | 157 | - |
| CMYK | 0.01 | 0.13 | 0 | 0.38 |
| HSL | 294.29º | 0.1% | 0.57% | - |
| HSV(B) | 294.29º | 0.13% | 0.62% | - |
| XYZ | 28.41 | 27.01 | 35.61 | - |
| YUV | 144.08 | 135.29 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 136 | 157 | 0.01 | 0.13 | 0 | 0.38 | 294.29 | 0.1 | 0.57 |
| Hex | 9B | 88 | 9D | 1 | D | 0 | 26 | 126 | A | 39 |
| Octal | 233 | 210 | 235 | 1 | 15 | 0 | 46 | 446 | 12 | 71 |
| Binary | 10011011 | 10001000 | 10011101 | 1 | 1101 | 0 | 100110 | 100100110 | 1010 | 111001 |
Color Harmonies of #9B889D
Complementary color
Monochromatic Colors of #9B889D
Black with #9B889D
Text Example
Text Example
White with #9B889D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B889D; }
p { color: rgb(155,136,157); }
H1.HeaderClassName
{
color: #9B889D;
}
.AnyTagClassName
{
color: #9B889D;
}
</style>
background-color css
<style>
a { background-color: #9B889D; }
a { background-color: rgb(155,136,157); }
div.DivClassName
{
background-color: #9B889D;
}
.BgClassName
{
background-color: #9B889D;
}
</style>
border-color css
<style>
span { border-color: #9B889D; }
span { border-color: rgb(155,136,157); }
td.TdClassName
{
border-color: #9B889D;
}
.TagClassName
{
border-color: #9B889D;
}
</style>