Shades of Amethyst Smoke #968099
Tints of Amethyst Smoke #968099
RGB
CMYK
RGB Variations
Color information
#968099 (or 0x968099) is known color: Amethyst Smoke. HEX triplet: 96, 80 and 99. RGB value is (150,128,153). Sum of RGB (Red+Green+Blue) = 150+128+153=431 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.80% from 431); Green value is 128 (50.39% from 255 or 29.70% from 431); Blue value is 153 (60.16% from 255 or 35.50% from 431); Max value from RGB is 153 - color contains mainly: blue. Hex color #968099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968099 is #697F66. Grayscale: #898989. Windows color (decimal): -6913895 or 10059926. OLE color: 10059926.
HSL color Cylindrical-coordinate representation of color #968099: hue angle of 292.8º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #968099 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 150 | 128 | 153 | - |
| CMYK | 0.02 | 0.16 | 0 | 0.4 |
| HSL | 292.8º | 0.11% | 0.55% | - |
| HSV(B) | 292.8º | 0.16% | 0.6% | - |
| XYZ | 26.05 | 24.22 | 33.44 | - |
| YUV | 137.43 | 136.79 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 128 | 153 | 0.02 | 0.16 | 0 | 0.4 | 292.8 | 0.11 | 0.55 |
| Hex | 96 | 80 | 99 | 2 | 10 | 0 | 28 | 125 | B | 37 |
| Octal | 226 | 200 | 231 | 2 | 20 | 0 | 50 | 445 | 13 | 67 |
| Binary | 10010110 | 10000000 | 10011001 | 10 | 10000 | 0 | 101000 | 100100101 | 1011 | 110111 |
Color Harmonies of #968099
Complementary color
Monochromatic Colors of #968099
Black with #968099
Text Example
Text Example
White with #968099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968099; }
p { color: rgb(150,128,153); }
H1.HeaderClassName
{
color: #968099;
}
.AnyTagClassName
{
color: #968099;
}
</style>
background-color css
<style>
a { background-color: #968099; }
a { background-color: rgb(150,128,153); }
div.DivClassName
{
background-color: #968099;
}
.BgClassName
{
background-color: #968099;
}
</style>
border-color css
<style>
span { border-color: #968099; }
span { border-color: rgb(150,128,153); }
td.TdClassName
{
border-color: #968099;
}
.TagClassName
{
border-color: #968099;
}
</style>