Shades of Amethyst Smoke #9587A3
Tints of Amethyst Smoke #9587A3
RGB
CMYK
RGB Variations
Color information
#9587A3 (or 0x9587A3) is known color: Amethyst Smoke. HEX triplet: 95, 87 and A3. RGB value is (149,135,163). Sum of RGB (Red+Green+Blue) = 149+135+163=447 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.33% from 447); Green value is 135 (53.12% from 255 or 30.20% from 447); Blue value is 163 (64.06% from 255 or 36.47% from 447); Max value from RGB is 163 - color contains mainly: blue. Hex color #9587A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9587A3 is #6A785C. Grayscale: #8E8E8E. Windows color (decimal): -6977629 or 10717077. OLE color: 10717077.
HSL color Cylindrical-coordinate representation of color #9587A3: hue angle of 270º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9587A3 is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 149 | 135 | 163 | - |
| CMYK | 0.09 | 0.17 | 0 | 0.36 |
| HSL | 270º | 0.13% | 0.58% | - |
| HSV(B) | 270º | 0.17% | 0.64% | - |
| XYZ | 27.67 | 26.36 | 38.28 | - |
| YUV | 142.38 | 139.64 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 135 | 163 | 0.09 | 0.17 | 0 | 0.36 | 270 | 0.13 | 0.58 |
| Hex | 95 | 87 | A3 | 9 | 11 | 0 | 24 | 10E | D | 3A |
| Octal | 225 | 207 | 243 | 11 | 21 | 0 | 44 | 416 | 15 | 72 |
| Binary | 10010101 | 10000111 | 10100011 | 1001 | 10001 | 0 | 100100 | 100001110 | 1101 | 111010 |
Color Harmonies of #9587A3
Complementary color
Monochromatic Colors of #9587A3
Black with #9587A3
Text Example
Text Example
White with #9587A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9587A3; }
p { color: rgb(149,135,163); }
H1.HeaderClassName
{
color: #9587A3;
}
.AnyTagClassName
{
color: #9587A3;
}
</style>
background-color css
<style>
a { background-color: #9587A3; }
a { background-color: rgb(149,135,163); }
div.DivClassName
{
background-color: #9587A3;
}
.BgClassName
{
background-color: #9587A3;
}
</style>
border-color css
<style>
span { border-color: #9587A3; }
span { border-color: rgb(149,135,163); }
td.TdClassName
{
border-color: #9587A3;
}
.TagClassName
{
border-color: #9587A3;
}
</style>