Shades of Amethyst Smoke #917C9E
Tints of Amethyst Smoke #917C9E
RGB
CMYK
RGB Variations
Color information
#917C9E (or 0x917C9E) is known color: Amethyst Smoke. HEX triplet: 91, 7C and 9E. RGB value is (145,124,158). Sum of RGB (Red+Green+Blue) = 145+124+158=427 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.96% from 427); Green value is 124 (48.83% from 255 or 29.04% from 427); Blue value is 158 (62.11% from 255 or 37.00% from 427); Max value from RGB is 158 - color contains mainly: blue. Hex color #917C9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917C9E is #6E8361. Grayscale: #868686. Windows color (decimal): -7242594 or 10386577. OLE color: 10386577.
HSL color Cylindrical-coordinate representation of color #917C9E: hue angle of 277.06º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #917C9E is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 124 | 158 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.38 |
| HSL | 277.06º | 0.15% | 0.55% | - |
| HSV(B) | 277.06º | 0.22% | 0.62% | - |
| XYZ | 25.06 | 22.9 | 35.45 | - |
| YUV | 134.16 | 141.46 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 124 | 158 | 0.08 | 0.22 | 0 | 0.38 | 277.06 | 0.15 | 0.55 |
| Hex | 91 | 7C | 9E | 8 | 16 | 0 | 26 | 115 | F | 37 |
| Octal | 221 | 174 | 236 | 10 | 26 | 0 | 46 | 425 | 17 | 67 |
| Binary | 10010001 | 1111100 | 10011110 | 1000 | 10110 | 0 | 100110 | 100010101 | 1111 | 110111 |
Color Harmonies of #917C9E
Complementary color
Monochromatic Colors of #917C9E
Black with #917C9E
Text Example
Text Example
White with #917C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917C9E; }
p { color: rgb(145,124,158); }
H1.HeaderClassName
{
color: #917C9E;
}
.AnyTagClassName
{
color: #917C9E;
}
</style>
background-color css
<style>
a { background-color: #917C9E; }
a { background-color: rgb(145,124,158); }
div.DivClassName
{
background-color: #917C9E;
}
.BgClassName
{
background-color: #917C9E;
}
</style>
border-color css
<style>
span { border-color: #917C9E; }
span { border-color: rgb(145,124,158); }
td.TdClassName
{
border-color: #917C9E;
}
.TagClassName
{
border-color: #917C9E;
}
</style>