Shades of Amethyst Smoke #958699
Tints of Amethyst Smoke #958699
RGB
CMYK
RGB Variations
Color information
#958699 (or 0x958699) is known color: Amethyst Smoke. HEX triplet: 95, 86 and 99. RGB value is (149,134,153). Sum of RGB (Red+Green+Blue) = 149+134+153=436 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.17% from 436); Green value is 134 (52.73% from 255 or 30.73% from 436); Blue value is 153 (60.16% from 255 or 35.09% from 436); Max value from RGB is 153 - color contains mainly: blue. Hex color #958699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958699 is #6A7966. Grayscale: #8C8C8C. Windows color (decimal): -6977895 or 10061461. OLE color: 10061461.
HSL color Cylindrical-coordinate representation of color #958699: hue angle of 287.37º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #958699 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 149 | 134 | 153 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.4 |
| HSL | 287.37º | 0.09% | 0.56% | - |
| HSV(B) | 287.37º | 0.12% | 0.6% | - |
| XYZ | 26.67 | 25.74 | 33.7 | - |
| YUV | 140.65 | 134.97 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 134 | 153 | 0.03 | 0.12 | 0 | 0.4 | 287.37 | 0.09 | 0.56 |
| Hex | 95 | 86 | 99 | 3 | C | 0 | 28 | 11F | 9 | 38 |
| Octal | 225 | 206 | 231 | 3 | 14 | 0 | 50 | 437 | 11 | 70 |
| Binary | 10010101 | 10000110 | 10011001 | 11 | 1100 | 0 | 101000 | 100011111 | 1001 | 111000 |
Color Harmonies of #958699
Complementary color
Monochromatic Colors of #958699
Black with #958699
Text Example
Text Example
White with #958699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958699; }
p { color: rgb(149,134,153); }
H1.HeaderClassName
{
color: #958699;
}
.AnyTagClassName
{
color: #958699;
}
</style>
background-color css
<style>
a { background-color: #958699; }
a { background-color: rgb(149,134,153); }
div.DivClassName
{
background-color: #958699;
}
.BgClassName
{
background-color: #958699;
}
</style>
border-color css
<style>
span { border-color: #958699; }
span { border-color: rgb(149,134,153); }
td.TdClassName
{
border-color: #958699;
}
.TagClassName
{
border-color: #958699;
}
</style>