Shades of Amethyst Smoke #96899A
Tints of Amethyst Smoke #96899A
RGB
CMYK
RGB Variations
Color information
#96899A (or 0x96899A) is known color: Amethyst Smoke. HEX triplet: 96, 89 and 9A. RGB value is (150,137,154). Sum of RGB (Red+Green+Blue) = 150+137+154=441 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.01% from 441); Green value is 137 (53.91% from 255 or 31.07% from 441); Blue value is 154 (60.55% from 255 or 34.92% from 441); Max value from RGB is 154 - color contains mainly: blue. Hex color #96899A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96899A is #697665. Grayscale: #8E8E8E. Windows color (decimal): -6911590 or 10127766. OLE color: 10127766.
HSL color Cylindrical-coordinate representation of color #96899A: hue angle of 285.88º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #96899A is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 150 | 137 | 154 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.40 |
| HSL | 285.88º | 0.08% | 0.57% | - |
| HSV(B) | 285.88º | 0.11% | 0.6% | - |
| XYZ | 27.36 | 26.71 | 34.29 | - |
| YUV | 142.83 | 134.31 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 137 | 154 | 0.03 | 0.11 | 0 | 0.40 | 285.88 | 0.08 | 0.57 |
| Hex | 96 | 89 | 9A | 3 | B | 0 | 28 | 11E | 8 | 39 |
| Octal | 226 | 211 | 232 | 3 | 13 | 0 | 50 | 436 | 10 | 71 |
| Binary | 10010110 | 10001001 | 10011010 | 11 | 1011 | 0 | 101000 | 100011110 | 1000 | 111001 |
Color Harmonies of #96899A
Complementary color
Monochromatic Colors of #96899A
Black with #96899A
Text Example
Text Example
White with #96899A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96899A; }
p { color: rgb(150,137,154); }
H1.HeaderClassName
{
color: #96899A;
}
.AnyTagClassName
{
color: #96899A;
}
</style>
background-color css
<style>
a { background-color: #96899A; }
a { background-color: rgb(150,137,154); }
div.DivClassName
{
background-color: #96899A;
}
.BgClassName
{
background-color: #96899A;
}
</style>
border-color css
<style>
span { border-color: #96899A; }
span { border-color: rgb(150,137,154); }
td.TdClassName
{
border-color: #96899A;
}
.TagClassName
{
border-color: #96899A;
}
</style>