Shades of Amethyst Smoke #96899F
Tints of Amethyst Smoke #96899F
RGB
CMYK
RGB Variations
Color information
#96899F (or 0x96899F) is known color: Amethyst Smoke. HEX triplet: 96, 89 and 9F. RGB value is (150,137,159). Sum of RGB (Red+Green+Blue) = 150+137+159=446 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.63% from 446); Green value is 137 (53.91% from 255 or 30.72% from 446); Blue value is 159 (62.5% from 255 or 35.65% from 446); Max value from RGB is 159 - color contains mainly: blue. Hex color #96899F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96899F is #697660. Grayscale: #8F8F8F. Windows color (decimal): -6911585 or 10455446. OLE color: 10455446.
HSL color Cylindrical-coordinate representation of color #96899F: hue angle of 275.45º degrees, saturation: 0.1, 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 #96899F is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 150 | 137 | 159 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.38 |
| HSL | 275.45º | 0.1% | 0.58% | - |
| HSV(B) | 275.45º | 0.14% | 0.62% | - |
| XYZ | 27.78 | 26.88 | 36.52 | - |
| YUV | 143.4 | 136.81 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 137 | 159 | 0.06 | 0.14 | 0 | 0.38 | 275.45 | 0.1 | 0.58 |
| Hex | 96 | 89 | 9F | 6 | E | 0 | 26 | 113 | A | 3A |
| Octal | 226 | 211 | 237 | 6 | 16 | 0 | 46 | 423 | 12 | 72 |
| Binary | 10010110 | 10001001 | 10011111 | 110 | 1110 | 0 | 100110 | 100010011 | 1010 | 111010 |
Color Harmonies of #96899F
Complementary color
Monochromatic Colors of #96899F
Black with #96899F
Text Example
Text Example
White with #96899F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96899F; }
p { color: rgb(150,137,159); }
H1.HeaderClassName
{
color: #96899F;
}
.AnyTagClassName
{
color: #96899F;
}
</style>
background-color css
<style>
a { background-color: #96899F; }
a { background-color: rgb(150,137,159); }
div.DivClassName
{
background-color: #96899F;
}
.BgClassName
{
background-color: #96899F;
}
</style>
border-color css
<style>
span { border-color: #96899F; }
span { border-color: rgb(150,137,159); }
td.TdClassName
{
border-color: #96899F;
}
.TagClassName
{
border-color: #96899F;
}
</style>