Shades of Amethyst Smoke #917B95
Tints of Amethyst Smoke #917B95
RGB
CMYK
RGB Variations
Color information
#917B95 (or 0x917B95) is known color: Amethyst Smoke. HEX triplet: 91, 7B and 95. RGB value is (145,123,149). Sum of RGB (Red+Green+Blue) = 145+123+149=417 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.77% from 417); Green value is 123 (48.44% from 255 or 29.50% from 417); Blue value is 149 (58.59% from 255 or 35.73% from 417); Max value from RGB is 149 - color contains mainly: blue. Hex color #917B95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917B95 is #6E846A. Grayscale: #848484. Windows color (decimal): -7242859 or 9796497. OLE color: 9796497.
HSL color Cylindrical-coordinate representation of color #917B95: hue angle of 290.77º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #917B95 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 145 | 123 | 149 | - |
| CMYK | 0.03 | 0.17 | 0 | 0.42 |
| HSL | 290.77º | 0.11% | 0.53% | - |
| HSV(B) | 290.77º | 0.17% | 0.58% | - |
| XYZ | 24.18 | 22.36 | 31.47 | - |
| YUV | 132.54 | 137.29 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 123 | 149 | 0.03 | 0.17 | 0 | 0.42 | 290.77 | 0.11 | 0.53 |
| Hex | 91 | 7B | 95 | 3 | 11 | 0 | 2A | 123 | B | 35 |
| Octal | 221 | 173 | 225 | 3 | 21 | 0 | 52 | 443 | 13 | 65 |
| Binary | 10010001 | 1111011 | 10010101 | 11 | 10001 | 0 | 101010 | 100100011 | 1011 | 110101 |
Color Harmonies of #917B95
Complementary color
Monochromatic Colors of #917B95
Black with #917B95
Text Example
Text Example
White with #917B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917B95; }
p { color: rgb(145,123,149); }
H1.HeaderClassName
{
color: #917B95;
}
.AnyTagClassName
{
color: #917B95;
}
</style>
background-color css
<style>
a { background-color: #917B95; }
a { background-color: rgb(145,123,149); }
div.DivClassName
{
background-color: #917B95;
}
.BgClassName
{
background-color: #917B95;
}
</style>
border-color css
<style>
span { border-color: #917B95; }
span { border-color: rgb(145,123,149); }
td.TdClassName
{
border-color: #917B95;
}
.TagClassName
{
border-color: #917B95;
}
</style>