Shades of Amethyst Smoke #9C7FA6
Tints of Amethyst Smoke #9C7FA6
RGB
CMYK
RGB Variations
Color information
#9C7FA6 (or 0x9C7FA6) is known color: Amethyst Smoke. HEX triplet: 9C, 7F and A6. RGB value is (156,127,166). Sum of RGB (Red+Green+Blue) = 156+127+166=449 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.74% from 449); Green value is 127 (50% from 255 or 28.29% from 449); Blue value is 166 (65.23% from 255 or 36.97% from 449); Max value from RGB is 166 - color contains mainly: blue. Hex color #9C7FA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7FA6 is #638059. Grayscale: #8B8B8B. Windows color (decimal): -6520922 or 10911644. OLE color: 10911644.
HSL color Cylindrical-coordinate representation of color #9C7FA6: hue angle of 284.62º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9C7FA6 is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 156 | 127 | 166 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.35 |
| HSL | 284.62º | 0.18% | 0.57% | - |
| HSV(B) | 284.62º | 0.23% | 0.65% | - |
| XYZ | 28.18 | 25 | 39.42 | - |
| YUV | 140.12 | 142.61 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 127 | 166 | 0.06 | 0.23 | 0 | 0.35 | 284.62 | 0.18 | 0.57 |
| Hex | 9C | 7F | A6 | 6 | 17 | 0 | 23 | 11D | 12 | 39 |
| Octal | 234 | 177 | 246 | 6 | 27 | 0 | 43 | 435 | 22 | 71 |
| Binary | 10011100 | 1111111 | 10100110 | 110 | 10111 | 0 | 100011 | 100011101 | 10010 | 111001 |
Color Harmonies of #9C7FA6
Complementary color
Monochromatic Colors of #9C7FA6
Black with #9C7FA6
Text Example
Text Example
White with #9C7FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7FA6; }
p { color: rgb(156,127,166); }
H1.HeaderClassName
{
color: #9C7FA6;
}
.AnyTagClassName
{
color: #9C7FA6;
}
</style>
background-color css
<style>
a { background-color: #9C7FA6; }
a { background-color: rgb(156,127,166); }
div.DivClassName
{
background-color: #9C7FA6;
}
.BgClassName
{
background-color: #9C7FA6;
}
</style>
border-color css
<style>
span { border-color: #9C7FA6; }
span { border-color: rgb(156,127,166); }
td.TdClassName
{
border-color: #9C7FA6;
}
.TagClassName
{
border-color: #9C7FA6;
}
</style>