Shades of Amethyst Smoke #9585A5
Tints of Amethyst Smoke #9585A5
RGB
CMYK
RGB Variations
Color information
#9585A5 (or 0x9585A5) is known color: Amethyst Smoke. HEX triplet: 95, 85 and A5. RGB value is (149,133,165). Sum of RGB (Red+Green+Blue) = 149+133+165=447 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.33% from 447); Green value is 133 (52.34% from 255 or 29.75% from 447); Blue value is 165 (64.84% from 255 or 36.91% from 447); Max value from RGB is 165 - color contains mainly: blue. Hex color #9585A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9585A5 is #6A7A5A. Grayscale: #8D8D8D. Windows color (decimal): -6978139 or 10847637. OLE color: 10847637.
HSL color Cylindrical-coordinate representation of color #9585A5: hue angle of 270º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9585A5 is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 149 | 133 | 165 | - |
| CMYK | 0.10 | 0.19 | 0 | 0.35 |
| HSL | 270º | 0.15% | 0.58% | - |
| HSV(B) | 270º | 0.19% | 0.65% | - |
| XYZ | 27.57 | 25.88 | 39.14 | - |
| YUV | 141.43 | 141.3 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 133 | 165 | 0.10 | 0.19 | 0 | 0.35 | 270 | 0.15 | 0.58 |
| Hex | 95 | 85 | A5 | A | 13 | 0 | 23 | 10E | F | 3A |
| Octal | 225 | 205 | 245 | 12 | 23 | 0 | 43 | 416 | 17 | 72 |
| Binary | 10010101 | 10000101 | 10100101 | 1010 | 10011 | 0 | 100011 | 100001110 | 1111 | 111010 |
Color Harmonies of #9585A5
Complementary color
Monochromatic Colors of #9585A5
Black with #9585A5
Text Example
Text Example
White with #9585A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9585A5; }
p { color: rgb(149,133,165); }
H1.HeaderClassName
{
color: #9585A5;
}
.AnyTagClassName
{
color: #9585A5;
}
</style>
background-color css
<style>
a { background-color: #9585A5; }
a { background-color: rgb(149,133,165); }
div.DivClassName
{
background-color: #9585A5;
}
.BgClassName
{
background-color: #9585A5;
}
</style>
border-color css
<style>
span { border-color: #9585A5; }
span { border-color: rgb(149,133,165); }
td.TdClassName
{
border-color: #9585A5;
}
.TagClassName
{
border-color: #9585A5;
}
</style>