Shades of Amethyst Smoke #917B98
Tints of Amethyst Smoke #917B98
RGB
CMYK
RGB Variations
Color information
#917B98 (or 0x917B98) is known color: Amethyst Smoke. HEX triplet: 91, 7B and 98. RGB value is (145,123,152). Sum of RGB (Red+Green+Blue) = 145+123+152=420 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.52% from 420); Green value is 123 (48.44% from 255 or 29.29% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 152 - color contains mainly: blue. Hex color #917B98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917B98 is #6E8467. Grayscale: #848484. Windows color (decimal): -7242856 or 9993105. OLE color: 9993105.
HSL color Cylindrical-coordinate representation of color #917B98: hue angle of 285.52º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #917B98 is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 145 | 123 | 152 | - |
| CMYK | 0.05 | 0.19 | 0 | 0.40 |
| HSL | 285.52º | 0.12% | 0.54% | - |
| HSV(B) | 285.52º | 0.19% | 0.6% | - |
| XYZ | 24.43 | 22.45 | 32.75 | - |
| YUV | 132.88 | 138.79 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 123 | 152 | 0.05 | 0.19 | 0 | 0.40 | 285.52 | 0.12 | 0.54 |
| Hex | 91 | 7B | 98 | 5 | 13 | 0 | 28 | 11E | C | 36 |
| Octal | 221 | 173 | 230 | 5 | 23 | 0 | 50 | 436 | 14 | 66 |
| Binary | 10010001 | 1111011 | 10011000 | 101 | 10011 | 0 | 101000 | 100011110 | 1100 | 110110 |
Color Harmonies of #917B98
Complementary color
Monochromatic Colors of #917B98
Black with #917B98
Text Example
Text Example
White with #917B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917B98; }
p { color: rgb(145,123,152); }
H1.HeaderClassName
{
color: #917B98;
}
.AnyTagClassName
{
color: #917B98;
}
</style>
background-color css
<style>
a { background-color: #917B98; }
a { background-color: rgb(145,123,152); }
div.DivClassName
{
background-color: #917B98;
}
.BgClassName
{
background-color: #917B98;
}
</style>
border-color css
<style>
span { border-color: #917B98; }
span { border-color: rgb(145,123,152); }
td.TdClassName
{
border-color: #917B98;
}
.TagClassName
{
border-color: #917B98;
}
</style>