Shades of Amethyst Smoke #917B9D
Tints of Amethyst Smoke #917B9D
RGB
CMYK
RGB Variations
Color information
#917B9D (or 0x917B9D) is known color: Amethyst Smoke. HEX triplet: 91, 7B and 9D. RGB value is (145,123,157). Sum of RGB (Red+Green+Blue) = 145+123+157=425 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.12% from 425); Green value is 123 (48.44% from 255 or 28.94% from 425); Blue value is 157 (61.72% from 255 or 36.94% from 425); Max value from RGB is 157 - color contains mainly: blue. Hex color #917B9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917B9D is #6E8462. Grayscale: #858585. Windows color (decimal): -7242851 or 10320785. OLE color: 10320785.
HSL color Cylindrical-coordinate representation of color #917B9D: hue angle of 278.82º 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 #917B9D is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 123 | 157 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.38 |
| HSL | 278.82º | 0.15% | 0.55% | - |
| HSV(B) | 278.82º | 0.22% | 0.62% | - |
| XYZ | 24.85 | 22.62 | 34.95 | - |
| YUV | 133.45 | 141.29 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 123 | 157 | 0.08 | 0.22 | 0 | 0.38 | 278.82 | 0.15 | 0.55 |
| Hex | 91 | 7B | 9D | 8 | 16 | 0 | 26 | 117 | F | 37 |
| Octal | 221 | 173 | 235 | 10 | 26 | 0 | 46 | 427 | 17 | 67 |
| Binary | 10010001 | 1111011 | 10011101 | 1000 | 10110 | 0 | 100110 | 100010111 | 1111 | 110111 |
Color Harmonies of #917B9D
Complementary color
Monochromatic Colors of #917B9D
Black with #917B9D
Text Example
Text Example
White with #917B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917B9D; }
p { color: rgb(145,123,157); }
H1.HeaderClassName
{
color: #917B9D;
}
.AnyTagClassName
{
color: #917B9D;
}
</style>
background-color css
<style>
a { background-color: #917B9D; }
a { background-color: rgb(145,123,157); }
div.DivClassName
{
background-color: #917B9D;
}
.BgClassName
{
background-color: #917B9D;
}
</style>
border-color css
<style>
span { border-color: #917B9D; }
span { border-color: rgb(145,123,157); }
td.TdClassName
{
border-color: #917B9D;
}
.TagClassName
{
border-color: #917B9D;
}
</style>