Shades of Amethyst Smoke #9E889F
Tints of Amethyst Smoke #9E889F
RGB
CMYK
RGB Variations
Color information
#9E889F (or 0x9E889F) is known color: Amethyst Smoke. HEX triplet: 9E, 88 and 9F. RGB value is (158,136,159). Sum of RGB (Red+Green+Blue) = 158+136+159=453 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.88% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 159 (62.5% from 255 or 35.10% from 453); Max value from RGB is 159 - color contains mainly: blue. Hex color #9E889F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E889F is #617760. Grayscale: #919191. Windows color (decimal): -6387553 or 10455198. OLE color: 10455198.
HSL color Cylindrical-coordinate representation of color #9E889F: hue angle of 297.39º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9E889F is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 136 | 159 | - |
| CMYK | 0.01 | 0.14 | 0 | 0.38 |
| HSL | 297.39º | 0.11% | 0.58% | - |
| HSV(B) | 297.39º | 0.14% | 0.62% | - |
| XYZ | 29.16 | 27.38 | 36.55 | - |
| YUV | 145.2 | 135.79 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 136 | 159 | 0.01 | 0.14 | 0 | 0.38 | 297.39 | 0.11 | 0.58 |
| Hex | 9E | 88 | 9F | 1 | E | 0 | 26 | 129 | B | 3A |
| Octal | 236 | 210 | 237 | 1 | 16 | 0 | 46 | 451 | 13 | 72 |
| Binary | 10011110 | 10001000 | 10011111 | 1 | 1110 | 0 | 100110 | 100101001 | 1011 | 111010 |
Color Harmonies of #9E889F
Complementary color
Monochromatic Colors of #9E889F
Black with #9E889F
Text Example
Text Example
White with #9E889F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E889F; }
p { color: rgb(158,136,159); }
H1.HeaderClassName
{
color: #9E889F;
}
.AnyTagClassName
{
color: #9E889F;
}
</style>
background-color css
<style>
a { background-color: #9E889F; }
a { background-color: rgb(158,136,159); }
div.DivClassName
{
background-color: #9E889F;
}
.BgClassName
{
background-color: #9E889F;
}
</style>
border-color css
<style>
span { border-color: #9E889F; }
span { border-color: rgb(158,136,159); }
td.TdClassName
{
border-color: #9E889F;
}
.TagClassName
{
border-color: #9E889F;
}
</style>