Shades of Amethyst Smoke #9C80AA
Tints of Amethyst Smoke #9C80AA
RGB
CMYK
RGB Variations
Color information
#9C80AA (or 0x9C80AA) is known color: Amethyst Smoke. HEX triplet: 9C, 80 and AA. RGB value is (156,128,170). Sum of RGB (Red+Green+Blue) = 156+128+170=454 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.36% from 454); Green value is 128 (50.39% from 255 or 28.19% from 454); Blue value is 170 (66.80% from 255 or 37.44% from 454); Max value from RGB is 170 - color contains mainly: blue. Hex color #9C80AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C80AA is #637F55. Grayscale: #8D8D8D. Windows color (decimal): -6520662 or 11174044. OLE color: 11174044.
HSL color Cylindrical-coordinate representation of color #9C80AA: hue angle of 280º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9C80AA is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 128 | 170 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.33 |
| HSL | 280º | 0.2% | 0.58% | - |
| HSV(B) | 280º | 0.25% | 0.67% | - |
| XYZ | 28.69 | 25.41 | 41.42 | - |
| YUV | 141.16 | 144.28 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 128 | 170 | 0.08 | 0.25 | 0 | 0.33 | 280 | 0.2 | 0.58 |
| Hex | 9C | 80 | AA | 8 | 19 | 0 | 21 | 118 | 14 | 3A |
| Octal | 234 | 200 | 252 | 10 | 31 | 0 | 41 | 430 | 24 | 72 |
| Binary | 10011100 | 10000000 | 10101010 | 1000 | 11001 | 0 | 100001 | 100011000 | 10100 | 111010 |
Color Harmonies of #9C80AA
Complementary color
Monochromatic Colors of #9C80AA
Black with #9C80AA
Text Example
Text Example
White with #9C80AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C80AA; }
p { color: rgb(156,128,170); }
H1.HeaderClassName
{
color: #9C80AA;
}
.AnyTagClassName
{
color: #9C80AA;
}
</style>
background-color css
<style>
a { background-color: #9C80AA; }
a { background-color: rgb(156,128,170); }
div.DivClassName
{
background-color: #9C80AA;
}
.BgClassName
{
background-color: #9C80AA;
}
</style>
border-color css
<style>
span { border-color: #9C80AA; }
span { border-color: rgb(156,128,170); }
td.TdClassName
{
border-color: #9C80AA;
}
.TagClassName
{
border-color: #9C80AA;
}
</style>