Shades of Amethyst Smoke #917E95
Tints of Amethyst Smoke #917E95
RGB
CMYK
RGB Variations
Color information
#917E95 (or 0x917E95) is known color: Amethyst Smoke. HEX triplet: 91, 7E and 95. RGB value is (145,126,149). Sum of RGB (Red+Green+Blue) = 145+126+149=420 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.52% from 420); Green value is 126 (49.61% from 255 or 30% from 420); Blue value is 149 (58.59% from 255 or 35.48% from 420); Max value from RGB is 149 - color contains mainly: blue. Hex color #917E95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917E95 is #6E816A. Grayscale: #868686. Windows color (decimal): -7242091 or 9797265. OLE color: 9797265.
HSL color Cylindrical-coordinate representation of color #917E95: hue angle of 289.57º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #917E95 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 145 | 126 | 149 | - |
| CMYK | 0.03 | 0.15 | 0 | 0.42 |
| HSL | 289.57º | 0.1% | 0.54% | - |
| HSV(B) | 289.57º | 0.15% | 0.58% | - |
| XYZ | 24.56 | 23.11 | 31.6 | - |
| YUV | 134.3 | 136.29 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 126 | 149 | 0.03 | 0.15 | 0 | 0.42 | 289.57 | 0.1 | 0.54 |
| Hex | 91 | 7E | 95 | 3 | F | 0 | 2A | 122 | A | 36 |
| Octal | 221 | 176 | 225 | 3 | 17 | 0 | 52 | 442 | 12 | 66 |
| Binary | 10010001 | 1111110 | 10010101 | 11 | 1111 | 0 | 101010 | 100100010 | 1010 | 110110 |
Color Harmonies of #917E95
Complementary color
Monochromatic Colors of #917E95
Black with #917E95
Text Example
Text Example
White with #917E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917E95; }
p { color: rgb(145,126,149); }
H1.HeaderClassName
{
color: #917E95;
}
.AnyTagClassName
{
color: #917E95;
}
</style>
background-color css
<style>
a { background-color: #917E95; }
a { background-color: rgb(145,126,149); }
div.DivClassName
{
background-color: #917E95;
}
.BgClassName
{
background-color: #917E95;
}
</style>
border-color css
<style>
span { border-color: #917E95; }
span { border-color: rgb(145,126,149); }
td.TdClassName
{
border-color: #917E95;
}
.TagClassName
{
border-color: #917E95;
}
</style>