Shades of Amethyst Smoke #957C9B
Tints of Amethyst Smoke #957C9B
RGB
CMYK
RGB Variations
Color information
#957C9B (or 0x957C9B) is known color: Amethyst Smoke. HEX triplet: 95, 7C and 9B. RGB value is (149,124,155). Sum of RGB (Red+Green+Blue) = 149+124+155=428 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.81% from 428); Green value is 124 (48.83% from 255 or 28.97% from 428); Blue value is 155 (60.94% from 255 or 36.21% from 428); Max value from RGB is 155 - color contains mainly: blue. Hex color #957C9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957C9B is #6A8364. Grayscale: #868686. Windows color (decimal): -6980453 or 10189973. OLE color: 10189973.
HSL color Cylindrical-coordinate representation of color #957C9B: hue angle of 288.39º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #957C9B is Cyan = 0.04, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 149 | 124 | 155 | - |
| CMYK | 0.04 | 0.2 | 0 | 0.39 |
| HSL | 288.39º | 0.13% | 0.55% | - |
| HSV(B) | 288.39º | 0.2% | 0.61% | - |
| XYZ | 25.52 | 23.17 | 34.14 | - |
| YUV | 135.01 | 139.28 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 124 | 155 | 0.04 | 0.2 | 0 | 0.39 | 288.39 | 0.13 | 0.55 |
| Hex | 95 | 7C | 9B | 4 | 14 | 0 | 27 | 120 | D | 37 |
| Octal | 225 | 174 | 233 | 4 | 24 | 0 | 47 | 440 | 15 | 67 |
| Binary | 10010101 | 1111100 | 10011011 | 100 | 10100 | 0 | 100111 | 100100000 | 1101 | 110111 |
Color Harmonies of #957C9B
Complementary color
Monochromatic Colors of #957C9B
Black with #957C9B
Text Example
Text Example
White with #957C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957C9B; }
p { color: rgb(149,124,155); }
H1.HeaderClassName
{
color: #957C9B;
}
.AnyTagClassName
{
color: #957C9B;
}
</style>
background-color css
<style>
a { background-color: #957C9B; }
a { background-color: rgb(149,124,155); }
div.DivClassName
{
background-color: #957C9B;
}
.BgClassName
{
background-color: #957C9B;
}
</style>
border-color css
<style>
span { border-color: #957C9B; }
span { border-color: rgb(149,124,155); }
td.TdClassName
{
border-color: #957C9B;
}
.TagClassName
{
border-color: #957C9B;
}
</style>