Shades of Amethyst Smoke #9587A0
Tints of Amethyst Smoke #9587A0
RGB
CMYK
RGB Variations
Color information
#9587A0 (or 0x9587A0) is known color: Amethyst Smoke. HEX triplet: 95, 87 and A0. RGB value is (149,135,160). Sum of RGB (Red+Green+Blue) = 149+135+160=444 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.56% from 444); Green value is 135 (53.12% from 255 or 30.41% from 444); Blue value is 160 (62.89% from 255 or 36.04% from 444); Max value from RGB is 160 - color contains mainly: blue. Hex color #9587A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9587A0 is #6A785F. Grayscale: #8D8D8D. Windows color (decimal): -6977632 or 10520469. OLE color: 10520469.
HSL color Cylindrical-coordinate representation of color #9587A0: hue angle of 273.6º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9587A0 is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 149 | 135 | 160 | - |
| CMYK | 0.07 | 0.16 | 0 | 0.37 |
| HSL | 273.6º | 0.12% | 0.58% | - |
| HSV(B) | 273.6º | 0.16% | 0.63% | - |
| XYZ | 27.4 | 26.26 | 36.88 | - |
| YUV | 142.04 | 138.14 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 135 | 160 | 0.07 | 0.16 | 0 | 0.37 | 273.6 | 0.12 | 0.58 |
| Hex | 95 | 87 | A0 | 7 | 10 | 0 | 25 | 112 | C | 3A |
| Octal | 225 | 207 | 240 | 7 | 20 | 0 | 45 | 422 | 14 | 72 |
| Binary | 10010101 | 10000111 | 10100000 | 111 | 10000 | 0 | 100101 | 100010010 | 1100 | 111010 |
Color Harmonies of #9587A0
Complementary color
Monochromatic Colors of #9587A0
Black with #9587A0
Text Example
Text Example
White with #9587A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9587A0; }
p { color: rgb(149,135,160); }
H1.HeaderClassName
{
color: #9587A0;
}
.AnyTagClassName
{
color: #9587A0;
}
</style>
background-color css
<style>
a { background-color: #9587A0; }
a { background-color: rgb(149,135,160); }
div.DivClassName
{
background-color: #9587A0;
}
.BgClassName
{
background-color: #9587A0;
}
</style>
border-color css
<style>
span { border-color: #9587A0; }
span { border-color: rgb(149,135,160); }
td.TdClassName
{
border-color: #9587A0;
}
.TagClassName
{
border-color: #9587A0;
}
</style>