Shades of Amethyst Smoke #957D98
Tints of Amethyst Smoke #957D98
RGB
CMYK
RGB Variations
Color information
#957D98 (or 0x957D98) is known color: Amethyst Smoke. HEX triplet: 95, 7D and 98. RGB value is (149,125,152). Sum of RGB (Red+Green+Blue) = 149+125+152=426 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.98% from 426); Green value is 125 (49.22% from 255 or 29.34% from 426); Blue value is 152 (59.77% from 255 or 35.68% from 426); Max value from RGB is 152 - color contains mainly: blue. Hex color #957D98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957D98 is #6A8267. Grayscale: #878787. Windows color (decimal): -6980200 or 9993621. OLE color: 9993621.
HSL color Cylindrical-coordinate representation of color #957D98: hue angle of 293.33º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #957D98 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 149 | 125 | 152 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.40 |
| HSL | 293.33º | 0.12% | 0.54% | - |
| HSV(B) | 293.33º | 0.18% | 0.6% | - |
| XYZ | 25.4 | 23.32 | 32.87 | - |
| YUV | 135.25 | 137.45 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 125 | 152 | 0.02 | 0.18 | 0 | 0.40 | 293.33 | 0.12 | 0.54 |
| Hex | 95 | 7D | 98 | 2 | 12 | 0 | 28 | 125 | C | 36 |
| Octal | 225 | 175 | 230 | 2 | 22 | 0 | 50 | 445 | 14 | 66 |
| Binary | 10010101 | 1111101 | 10011000 | 10 | 10010 | 0 | 101000 | 100100101 | 1100 | 110110 |
Color Harmonies of #957D98
Complementary color
Monochromatic Colors of #957D98
Black with #957D98
Text Example
Text Example
White with #957D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957D98; }
p { color: rgb(149,125,152); }
H1.HeaderClassName
{
color: #957D98;
}
.AnyTagClassName
{
color: #957D98;
}
</style>
background-color css
<style>
a { background-color: #957D98; }
a { background-color: rgb(149,125,152); }
div.DivClassName
{
background-color: #957D98;
}
.BgClassName
{
background-color: #957D98;
}
</style>
border-color css
<style>
span { border-color: #957D98; }
span { border-color: rgb(149,125,152); }
td.TdClassName
{
border-color: #957D98;
}
.TagClassName
{
border-color: #957D98;
}
</style>