Shades of Amethyst Smoke #917898
Tints of Amethyst Smoke #917898
RGB
CMYK
RGB Variations
Color information
#917898 (or 0x917898) is known color: Amethyst Smoke. HEX triplet: 91, 78 and 98. RGB value is (145,120,152). Sum of RGB (Red+Green+Blue) = 145+120+152=417 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.77% from 417); Green value is 120 (47.27% from 255 or 28.78% from 417); Blue value is 152 (59.77% from 255 or 36.45% from 417); Max value from RGB is 152 - color contains mainly: blue. Hex color #917898 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917898 is #6E8767. Grayscale: #838383. Windows color (decimal): -7243624 or 9992337. OLE color: 9992337.
HSL color Cylindrical-coordinate representation of color #917898: hue angle of 286.88º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #917898 is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 145 | 120 | 152 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.40 |
| HSL | 286.88º | 0.13% | 0.53% | - |
| HSV(B) | 286.88º | 0.21% | 0.6% | - |
| XYZ | 24.06 | 21.72 | 32.63 | - |
| YUV | 131.12 | 139.78 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 120 | 152 | 0.05 | 0.21 | 0 | 0.40 | 286.88 | 0.13 | 0.53 |
| Hex | 91 | 78 | 98 | 5 | 15 | 0 | 28 | 11F | D | 35 |
| Octal | 221 | 170 | 230 | 5 | 25 | 0 | 50 | 437 | 15 | 65 |
| Binary | 10010001 | 1111000 | 10011000 | 101 | 10101 | 0 | 101000 | 100011111 | 1101 | 110101 |
Color Harmonies of #917898
Complementary color
Monochromatic Colors of #917898
Black with #917898
Text Example
Text Example
White with #917898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917898; }
p { color: rgb(145,120,152); }
H1.HeaderClassName
{
color: #917898;
}
.AnyTagClassName
{
color: #917898;
}
</style>
background-color css
<style>
a { background-color: #917898; }
a { background-color: rgb(145,120,152); }
div.DivClassName
{
background-color: #917898;
}
.BgClassName
{
background-color: #917898;
}
</style>
border-color css
<style>
span { border-color: #917898; }
span { border-color: rgb(145,120,152); }
td.TdClassName
{
border-color: #917898;
}
.TagClassName
{
border-color: #917898;
}
</style>