Shades of Amethyst Smoke #957E99
Tints of Amethyst Smoke #957E99
RGB
CMYK
RGB Variations
Color information
#957E99 (or 0x957E99) is known color: Amethyst Smoke. HEX triplet: 95, 7E and 99. RGB value is (149,126,153). Sum of RGB (Red+Green+Blue) = 149+126+153=428 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.81% from 428); Green value is 126 (49.61% from 255 or 29.44% from 428); Blue value is 153 (60.16% from 255 or 35.75% from 428); Max value from RGB is 153 - color contains mainly: blue. Hex color #957E99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957E99 is #6A8166. Grayscale: #878787. Windows color (decimal): -6979943 or 10059413. OLE color: 10059413.
HSL color Cylindrical-coordinate representation of color #957E99: hue angle of 291.11º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #957E99 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 149 | 126 | 153 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.4 |
| HSL | 291.11º | 0.12% | 0.55% | - |
| HSV(B) | 291.11º | 0.18% | 0.6% | - |
| XYZ | 25.61 | 23.61 | 33.34 | - |
| YUV | 135.96 | 137.62 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 126 | 153 | 0.03 | 0.18 | 0 | 0.4 | 291.11 | 0.12 | 0.55 |
| Hex | 95 | 7E | 99 | 3 | 12 | 0 | 28 | 123 | C | 37 |
| Octal | 225 | 176 | 231 | 3 | 22 | 0 | 50 | 443 | 14 | 67 |
| Binary | 10010101 | 1111110 | 10011001 | 11 | 10010 | 0 | 101000 | 100100011 | 1100 | 110111 |
Color Harmonies of #957E99
Complementary color
Monochromatic Colors of #957E99
Black with #957E99
Text Example
Text Example
White with #957E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957E99; }
p { color: rgb(149,126,153); }
H1.HeaderClassName
{
color: #957E99;
}
.AnyTagClassName
{
color: #957E99;
}
</style>
background-color css
<style>
a { background-color: #957E99; }
a { background-color: rgb(149,126,153); }
div.DivClassName
{
background-color: #957E99;
}
.BgClassName
{
background-color: #957E99;
}
</style>
border-color css
<style>
span { border-color: #957E99; }
span { border-color: rgb(149,126,153); }
td.TdClassName
{
border-color: #957E99;
}
.TagClassName
{
border-color: #957E99;
}
</style>