Shades of Amethyst Smoke #9C87A0
Tints of Amethyst Smoke #9C87A0
RGB
CMYK
RGB Variations
Color information
#9C87A0 (or 0x9C87A0) is known color: Amethyst Smoke. HEX triplet: 9C, 87 and A0. RGB value is (156,135,160). Sum of RGB (Red+Green+Blue) = 156+135+160=451 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.59% from 451); Green value is 135 (53.12% from 255 or 29.93% from 451); Blue value is 160 (62.89% from 255 or 35.48% from 451); Max value from RGB is 160 - color contains mainly: blue. Hex color #9C87A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C87A0 is #63785F. Grayscale: #909090. Windows color (decimal): -6518880 or 10520476. OLE color: 10520476.
HSL color Cylindrical-coordinate representation of color #9C87A0: hue angle of 290.4º 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 #9C87A0 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 156 | 135 | 160 | - |
| CMYK | 0.02 | 0.16 | 0 | 0.37 |
| HSL | 290.4º | 0.12% | 0.58% | - |
| HSV(B) | 290.4º | 0.16% | 0.63% | - |
| XYZ | 28.72 | 26.93 | 36.94 | - |
| YUV | 144.13 | 136.96 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 135 | 160 | 0.02 | 0.16 | 0 | 0.37 | 290.4 | 0.12 | 0.58 |
| Hex | 9C | 87 | A0 | 2 | 10 | 0 | 25 | 122 | C | 3A |
| Octal | 234 | 207 | 240 | 2 | 20 | 0 | 45 | 442 | 14 | 72 |
| Binary | 10011100 | 10000111 | 10100000 | 10 | 10000 | 0 | 100101 | 100100010 | 1100 | 111010 |
Color Harmonies of #9C87A0
Complementary color
Monochromatic Colors of #9C87A0
Black with #9C87A0
Text Example
Text Example
White with #9C87A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C87A0; }
p { color: rgb(156,135,160); }
H1.HeaderClassName
{
color: #9C87A0;
}
.AnyTagClassName
{
color: #9C87A0;
}
</style>
background-color css
<style>
a { background-color: #9C87A0; }
a { background-color: rgb(156,135,160); }
div.DivClassName
{
background-color: #9C87A0;
}
.BgClassName
{
background-color: #9C87A0;
}
</style>
border-color css
<style>
span { border-color: #9C87A0; }
span { border-color: rgb(156,135,160); }
td.TdClassName
{
border-color: #9C87A0;
}
.TagClassName
{
border-color: #9C87A0;
}
</style>