Shades of Amethyst Smoke #917C97
Tints of Amethyst Smoke #917C97
RGB
CMYK
RGB Variations
Color information
#917C97 (or 0x917C97) is known color: Amethyst Smoke. HEX triplet: 91, 7C and 97. RGB value is (145,124,151). Sum of RGB (Red+Green+Blue) = 145+124+151=420 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.52% from 420); Green value is 124 (48.83% from 255 or 29.52% from 420); Blue value is 151 (59.38% from 255 or 35.95% from 420); Max value from RGB is 151 - color contains mainly: blue. Hex color #917C97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917C97 is #6E8368. Grayscale: #858585. Windows color (decimal): -7242601 or 9927825. OLE color: 9927825.
HSL color Cylindrical-coordinate representation of color #917C97: hue angle of 286.67º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #917C97 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 145 | 124 | 151 | - |
| CMYK | 0.04 | 0.18 | 0 | 0.41 |
| HSL | 286.67º | 0.11% | 0.54% | - |
| HSV(B) | 286.67º | 0.18% | 0.59% | - |
| XYZ | 24.47 | 22.67 | 32.36 | - |
| YUV | 133.36 | 137.96 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 124 | 151 | 0.04 | 0.18 | 0 | 0.41 | 286.67 | 0.11 | 0.54 |
| Hex | 91 | 7C | 97 | 4 | 12 | 0 | 29 | 11F | B | 36 |
| Octal | 221 | 174 | 227 | 4 | 22 | 0 | 51 | 437 | 13 | 66 |
| Binary | 10010001 | 1111100 | 10010111 | 100 | 10010 | 0 | 101001 | 100011111 | 1011 | 110110 |
Color Harmonies of #917C97
Complementary color
Monochromatic Colors of #917C97
Black with #917C97
Text Example
Text Example
White with #917C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917C97; }
p { color: rgb(145,124,151); }
H1.HeaderClassName
{
color: #917C97;
}
.AnyTagClassName
{
color: #917C97;
}
</style>
background-color css
<style>
a { background-color: #917C97; }
a { background-color: rgb(145,124,151); }
div.DivClassName
{
background-color: #917C97;
}
.BgClassName
{
background-color: #917C97;
}
</style>
border-color css
<style>
span { border-color: #917C97; }
span { border-color: rgb(145,124,151); }
td.TdClassName
{
border-color: #917C97;
}
.TagClassName
{
border-color: #917C97;
}
</style>