Shades of Amethyst Smoke #917C9D
Tints of Amethyst Smoke #917C9D
RGB
CMYK
RGB Variations
Color information
#917C9D (or 0x917C9D) is known color: Amethyst Smoke. HEX triplet: 91, 7C and 9D. RGB value is (145,124,157). Sum of RGB (Red+Green+Blue) = 145+124+157=426 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.04% from 426); Green value is 124 (48.83% from 255 or 29.11% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 157 - color contains mainly: blue. Hex color #917C9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917C9D is #6E8362. Grayscale: #858585. Windows color (decimal): -7242595 or 10321041. OLE color: 10321041.
HSL color Cylindrical-coordinate representation of color #917C9D: hue angle of 278.18º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #917C9D is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 124 | 157 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.38 |
| HSL | 278.18º | 0.14% | 0.55% | - |
| HSV(B) | 278.18º | 0.21% | 0.62% | - |
| XYZ | 24.97 | 22.87 | 35 | - |
| YUV | 134.04 | 140.96 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 124 | 157 | 0.08 | 0.21 | 0 | 0.38 | 278.18 | 0.14 | 0.55 |
| Hex | 91 | 7C | 9D | 8 | 15 | 0 | 26 | 116 | E | 37 |
| Octal | 221 | 174 | 235 | 10 | 25 | 0 | 46 | 426 | 16 | 67 |
| Binary | 10010001 | 1111100 | 10011101 | 1000 | 10101 | 0 | 100110 | 100010110 | 1110 | 110111 |
Color Harmonies of #917C9D
Complementary color
Monochromatic Colors of #917C9D
Black with #917C9D
Text Example
Text Example
White with #917C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917C9D; }
p { color: rgb(145,124,157); }
H1.HeaderClassName
{
color: #917C9D;
}
.AnyTagClassName
{
color: #917C9D;
}
</style>
background-color css
<style>
a { background-color: #917C9D; }
a { background-color: rgb(145,124,157); }
div.DivClassName
{
background-color: #917C9D;
}
.BgClassName
{
background-color: #917C9D;
}
</style>
border-color css
<style>
span { border-color: #917C9D; }
span { border-color: rgb(145,124,157); }
td.TdClassName
{
border-color: #917C9D;
}
.TagClassName
{
border-color: #917C9D;
}
</style>