Shades of Amethyst Smoke #9585A6
Tints of Amethyst Smoke #9585A6
RGB
CMYK
RGB Variations
Color information
#9585A6 (or 0x9585A6) is known color: Amethyst Smoke. HEX triplet: 95, 85 and A6. RGB value is (149,133,166). Sum of RGB (Red+Green+Blue) = 149+133+166=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 133 (52.34% from 255 or 29.69% from 448); Blue value is 166 (65.23% from 255 or 37.05% from 448); Max value from RGB is 166 - color contains mainly: blue. Hex color #9585A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9585A6 is #6A7A59. Grayscale: #8D8D8D. Windows color (decimal): -6978138 or 10913173. OLE color: 10913173.
HSL color Cylindrical-coordinate representation of color #9585A6: hue angle of 269.09º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9585A6 is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 149 | 133 | 166 | - |
| CMYK | 0.10 | 0.20 | 0 | 0.35 |
| HSL | 269.09º | 0.16% | 0.59% | - |
| HSV(B) | 269.09º | 0.2% | 0.65% | - |
| XYZ | 27.66 | 25.92 | 39.62 | - |
| YUV | 141.55 | 141.8 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 133 | 166 | 0.10 | 0.20 | 0 | 0.35 | 269.09 | 0.16 | 0.59 |
| Hex | 95 | 85 | A6 | A | 14 | 0 | 23 | 10D | 10 | 3B |
| Octal | 225 | 205 | 246 | 12 | 24 | 0 | 43 | 415 | 20 | 73 |
| Binary | 10010101 | 10000101 | 10100110 | 1010 | 10100 | 0 | 100011 | 100001101 | 10000 | 111011 |
Color Harmonies of #9585A6
Complementary color
Monochromatic Colors of #9585A6
Black with #9585A6
Text Example
Text Example
White with #9585A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9585A6; }
p { color: rgb(149,133,166); }
H1.HeaderClassName
{
color: #9585A6;
}
.AnyTagClassName
{
color: #9585A6;
}
</style>
background-color css
<style>
a { background-color: #9585A6; }
a { background-color: rgb(149,133,166); }
div.DivClassName
{
background-color: #9585A6;
}
.BgClassName
{
background-color: #9585A6;
}
</style>
border-color css
<style>
span { border-color: #9585A6; }
span { border-color: rgb(149,133,166); }
td.TdClassName
{
border-color: #9585A6;
}
.TagClassName
{
border-color: #9585A6;
}
</style>