Shades of Amethyst Smoke #957F99
Tints of Amethyst Smoke #957F99
RGB
CMYK
RGB Variations
Color information
#957F99 (or 0x957F99) is known color: Amethyst Smoke. HEX triplet: 95, 7F and 99. RGB value is (149,127,153). Sum of RGB (Red+Green+Blue) = 149+127+153=429 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.73% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 153 (60.16% from 255 or 35.66% from 429); Max value from RGB is 153 - color contains mainly: blue. Hex color #957F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957F99 is #6A8066. Grayscale: #888888. Windows color (decimal): -6979687 or 10059669. OLE color: 10059669.
HSL color Cylindrical-coordinate representation of color #957F99: hue angle of 290.77º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #957F99 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 149 | 127 | 153 | - |
| CMYK | 0.03 | 0.17 | 0 | 0.4 |
| HSL | 290.77º | 0.11% | 0.55% | - |
| HSV(B) | 290.77º | 0.17% | 0.6% | - |
| XYZ | 25.73 | 23.87 | 33.39 | - |
| YUV | 136.54 | 137.29 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 127 | 153 | 0.03 | 0.17 | 0 | 0.4 | 290.77 | 0.11 | 0.55 |
| Hex | 95 | 7F | 99 | 3 | 11 | 0 | 28 | 123 | B | 37 |
| Octal | 225 | 177 | 231 | 3 | 21 | 0 | 50 | 443 | 13 | 67 |
| Binary | 10010101 | 1111111 | 10011001 | 11 | 10001 | 0 | 101000 | 100100011 | 1011 | 110111 |
Color Harmonies of #957F99
Complementary color
Monochromatic Colors of #957F99
Black with #957F99
Text Example
Text Example
White with #957F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957F99; }
p { color: rgb(149,127,153); }
H1.HeaderClassName
{
color: #957F99;
}
.AnyTagClassName
{
color: #957F99;
}
</style>
background-color css
<style>
a { background-color: #957F99; }
a { background-color: rgb(149,127,153); }
div.DivClassName
{
background-color: #957F99;
}
.BgClassName
{
background-color: #957F99;
}
</style>
border-color css
<style>
span { border-color: #957F99; }
span { border-color: rgb(149,127,153); }
td.TdClassName
{
border-color: #957F99;
}
.TagClassName
{
border-color: #957F99;
}
</style>