Shades of Amethyst Smoke #9C87A9
Tints of Amethyst Smoke #9C87A9
RGB
CMYK
RGB Variations
Color information
#9C87A9 (or 0x9C87A9) is known color: Amethyst Smoke. HEX triplet: 9C, 87 and A9. RGB value is (156,135,169). Sum of RGB (Red+Green+Blue) = 156+135+169=460 (60% of max value = 765). Red value is 156 (61.33% from 255 or 33.91% from 460); Green value is 135 (53.12% from 255 or 29.35% from 460); Blue value is 169 (66.41% from 255 or 36.74% from 460); Max value from RGB is 169 - color contains mainly: blue. Hex color #9C87A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C87A9 is #637856. Grayscale: #919191. Windows color (decimal): -6518871 or 11110300. OLE color: 11110300.
HSL color Cylindrical-coordinate representation of color #9C87A9: hue angle of 277.06º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9C87A9 is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 156 | 135 | 169 | - |
| CMYK | 0.08 | 0.20 | 0 | 0.34 |
| HSL | 277.06º | 0.17% | 0.6% | - |
| HSV(B) | 277.06º | 0.2% | 0.66% | - |
| XYZ | 29.54 | 27.26 | 41.24 | - |
| YUV | 145.16 | 141.46 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 135 | 169 | 0.08 | 0.20 | 0 | 0.34 | 277.06 | 0.17 | 0.6 |
| Hex | 9C | 87 | A9 | 8 | 14 | 0 | 22 | 115 | 11 | 3C |
| Octal | 234 | 207 | 251 | 10 | 24 | 0 | 42 | 425 | 21 | 74 |
| Binary | 10011100 | 10000111 | 10101001 | 1000 | 10100 | 0 | 100010 | 100010101 | 10001 | 111100 |
Color Harmonies of #9C87A9
Complementary color
Monochromatic Colors of #9C87A9
Black with #9C87A9
Text Example
Text Example
White with #9C87A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C87A9; }
p { color: rgb(156,135,169); }
H1.HeaderClassName
{
color: #9C87A9;
}
.AnyTagClassName
{
color: #9C87A9;
}
</style>
background-color css
<style>
a { background-color: #9C87A9; }
a { background-color: rgb(156,135,169); }
div.DivClassName
{
background-color: #9C87A9;
}
.BgClassName
{
background-color: #9C87A9;
}
</style>
border-color css
<style>
span { border-color: #9C87A9; }
span { border-color: rgb(156,135,169); }
td.TdClassName
{
border-color: #9C87A9;
}
.TagClassName
{
border-color: #9C87A9;
}
</style>