Shades of Amethyst Smoke #917A95
Tints of Amethyst Smoke #917A95
RGB
CMYK
RGB Variations
Color information
#917A95 (or 0x917A95) is known color: Amethyst Smoke. HEX triplet: 91, 7A and 95. RGB value is (145,122,149). Sum of RGB (Red+Green+Blue) = 145+122+149=416 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.86% from 416); Green value is 122 (48.05% from 255 or 29.33% from 416); Blue value is 149 (58.59% from 255 or 35.82% from 416); Max value from RGB is 149 - color contains mainly: blue. Hex color #917A95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917A95 is #6E856A. Grayscale: #838383. Windows color (decimal): -7243115 or 9796241. OLE color: 9796241.
HSL color Cylindrical-coordinate representation of color #917A95: hue angle of 291.11º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #917A95 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 145 | 122 | 149 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.42 |
| HSL | 291.11º | 0.11% | 0.53% | - |
| HSV(B) | 291.11º | 0.18% | 0.58% | - |
| XYZ | 24.06 | 22.11 | 31.43 | - |
| YUV | 131.96 | 137.62 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 122 | 149 | 0.03 | 0.18 | 0 | 0.42 | 291.11 | 0.11 | 0.53 |
| Hex | 91 | 7A | 95 | 3 | 12 | 0 | 2A | 123 | B | 35 |
| Octal | 221 | 172 | 225 | 3 | 22 | 0 | 52 | 443 | 13 | 65 |
| Binary | 10010001 | 1111010 | 10010101 | 11 | 10010 | 0 | 101010 | 100100011 | 1011 | 110101 |
Color Harmonies of #917A95
Complementary color
Monochromatic Colors of #917A95
Black with #917A95
Text Example
Text Example
White with #917A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917A95; }
p { color: rgb(145,122,149); }
H1.HeaderClassName
{
color: #917A95;
}
.AnyTagClassName
{
color: #917A95;
}
</style>
background-color css
<style>
a { background-color: #917A95; }
a { background-color: rgb(145,122,149); }
div.DivClassName
{
background-color: #917A95;
}
.BgClassName
{
background-color: #917A95;
}
</style>
border-color css
<style>
span { border-color: #917A95; }
span { border-color: rgb(145,122,149); }
td.TdClassName
{
border-color: #917A95;
}
.TagClassName
{
border-color: #917A95;
}
</style>