Shades of Amethyst Smoke #968199
Tints of Amethyst Smoke #968199
RGB
CMYK
RGB Variations
Color information
#968199 (or 0x968199) is known color: Amethyst Smoke. HEX triplet: 96, 81 and 99. RGB value is (150,129,153). Sum of RGB (Red+Green+Blue) = 150+129+153=432 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.72% from 432); Green value is 129 (50.78% from 255 or 29.86% from 432); Blue value is 153 (60.16% from 255 or 35.42% from 432); Max value from RGB is 153 - color contains mainly: blue. Hex color #968199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968199 is #697E66. Grayscale: #898989. Windows color (decimal): -6913639 or 10060182. OLE color: 10060182.
HSL color Cylindrical-coordinate representation of color #968199: hue angle of 292.5º 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 #968199 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 150 | 129 | 153 | - |
| CMYK | 0.02 | 0.16 | 0 | 0.4 |
| HSL | 292.5º | 0.11% | 0.55% | - |
| HSV(B) | 292.5º | 0.16% | 0.6% | - |
| XYZ | 26.18 | 24.48 | 33.48 | - |
| YUV | 138.02 | 136.46 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 129 | 153 | 0.02 | 0.16 | 0 | 0.4 | 292.5 | 0.11 | 0.55 |
| Hex | 96 | 81 | 99 | 2 | 10 | 0 | 28 | 124 | B | 37 |
| Octal | 226 | 201 | 231 | 2 | 20 | 0 | 50 | 444 | 13 | 67 |
| Binary | 10010110 | 10000001 | 10011001 | 10 | 10000 | 0 | 101000 | 100100100 | 1011 | 110111 |
Color Harmonies of #968199
Complementary color
Monochromatic Colors of #968199
Black with #968199
Text Example
Text Example
White with #968199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968199; }
p { color: rgb(150,129,153); }
H1.HeaderClassName
{
color: #968199;
}
.AnyTagClassName
{
color: #968199;
}
</style>
background-color css
<style>
a { background-color: #968199; }
a { background-color: rgb(150,129,153); }
div.DivClassName
{
background-color: #968199;
}
.BgClassName
{
background-color: #968199;
}
</style>
border-color css
<style>
span { border-color: #968199; }
span { border-color: rgb(150,129,153); }
td.TdClassName
{
border-color: #968199;
}
.TagClassName
{
border-color: #968199;
}
</style>