Shades of Amethyst Smoke #957999
Tints of Amethyst Smoke #957999
RGB
CMYK
RGB Variations
Color information
#957999 (or 0x957999) is known color: Amethyst Smoke. HEX triplet: 95, 79 and 99. RGB value is (149,121,153). Sum of RGB (Red+Green+Blue) = 149+121+153=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 121 (47.66% from 255 or 28.61% from 423); Blue value is 153 (60.16% from 255 or 36.17% from 423); Max value from RGB is 153 - color contains mainly: blue. Hex color #957999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957999 is #6A8666. Grayscale: #848484. Windows color (decimal): -6981223 or 10058133. OLE color: 10058133.
HSL color Cylindrical-coordinate representation of color #957999: hue angle of 292.5º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #957999 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 149 | 121 | 153 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.4 |
| HSL | 292.5º | 0.14% | 0.54% | - |
| HSV(B) | 292.5º | 0.21% | 0.6% | - |
| XYZ | 24.98 | 22.36 | 33.14 | - |
| YUV | 133.02 | 139.28 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 121 | 153 | 0.03 | 0.21 | 0 | 0.4 | 292.5 | 0.14 | 0.54 |
| Hex | 95 | 79 | 99 | 3 | 15 | 0 | 28 | 124 | E | 36 |
| Octal | 225 | 171 | 231 | 3 | 25 | 0 | 50 | 444 | 16 | 66 |
| Binary | 10010101 | 1111001 | 10011001 | 11 | 10101 | 0 | 101000 | 100100100 | 1110 | 110110 |
Color Harmonies of #957999
Complementary color
Monochromatic Colors of #957999
Black with #957999
Text Example
Text Example
White with #957999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957999; }
p { color: rgb(149,121,153); }
H1.HeaderClassName
{
color: #957999;
}
.AnyTagClassName
{
color: #957999;
}
</style>
background-color css
<style>
a { background-color: #957999; }
a { background-color: rgb(149,121,153); }
div.DivClassName
{
background-color: #957999;
}
.BgClassName
{
background-color: #957999;
}
</style>
border-color css
<style>
span { border-color: #957999; }
span { border-color: rgb(149,121,153); }
td.TdClassName
{
border-color: #957999;
}
.TagClassName
{
border-color: #957999;
}
</style>