Shades of Amethyst Smoke #957C99
Tints of Amethyst Smoke #957C99
RGB
CMYK
RGB Variations
Color information
#957C99 (or 0x957C99) is known color: Amethyst Smoke. HEX triplet: 95, 7C and 99. RGB value is (149,124,153). Sum of RGB (Red+Green+Blue) = 149+124+153=426 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.98% from 426); Green value is 124 (48.83% from 255 or 29.11% from 426); Blue value is 153 (60.16% from 255 or 35.92% from 426); Max value from RGB is 153 - color contains mainly: blue. Hex color #957C99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957C99 is #6A8366. Grayscale: #868686. Windows color (decimal): -6980455 or 10058901. OLE color: 10058901.
HSL color Cylindrical-coordinate representation of color #957C99: hue angle of 291.72º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #957C99 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 149 | 124 | 153 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.4 |
| HSL | 291.72º | 0.12% | 0.54% | - |
| HSV(B) | 291.72º | 0.19% | 0.6% | - |
| XYZ | 25.35 | 23.1 | 33.26 | - |
| YUV | 134.78 | 138.28 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 124 | 153 | 0.03 | 0.19 | 0 | 0.4 | 291.72 | 0.12 | 0.54 |
| Hex | 95 | 7C | 99 | 3 | 13 | 0 | 28 | 124 | C | 36 |
| Octal | 225 | 174 | 231 | 3 | 23 | 0 | 50 | 444 | 14 | 66 |
| Binary | 10010101 | 1111100 | 10011001 | 11 | 10011 | 0 | 101000 | 100100100 | 1100 | 110110 |
Color Harmonies of #957C99
Complementary color
Monochromatic Colors of #957C99
Black with #957C99
Text Example
Text Example
White with #957C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957C99; }
p { color: rgb(149,124,153); }
H1.HeaderClassName
{
color: #957C99;
}
.AnyTagClassName
{
color: #957C99;
}
</style>
background-color css
<style>
a { background-color: #957C99; }
a { background-color: rgb(149,124,153); }
div.DivClassName
{
background-color: #957C99;
}
.BgClassName
{
background-color: #957C99;
}
</style>
border-color css
<style>
span { border-color: #957C99; }
span { border-color: rgb(149,124,153); }
td.TdClassName
{
border-color: #957C99;
}
.TagClassName
{
border-color: #957C99;
}
</style>