Shades of Amethyst Smoke #9A7F9C
Tints of Amethyst Smoke #9A7F9C
RGB
CMYK
RGB Variations
Color information
#9A7F9C (or 0x9A7F9C) is known color: Amethyst Smoke. HEX triplet: 9A, 7F and 9C. RGB value is (154,127,156). Sum of RGB (Red+Green+Blue) = 154+127+156=437 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.24% from 437); Green value is 127 (50% from 255 or 29.06% from 437); Blue value is 156 (61.33% from 255 or 35.70% from 437); Max value from RGB is 156 - color contains mainly: blue. Hex color #9A7F9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7F9C is #658063. Grayscale: #8A8A8A. Windows color (decimal): -6652004 or 10256282. OLE color: 10256282.
HSL color Cylindrical-coordinate representation of color #9A7F9C: hue angle of 295.86º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9A7F9C is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 154 | 127 | 156 | - |
| CMYK | 0.01 | 0.19 | 0 | 0.39 |
| HSL | 295.86º | 0.13% | 0.55% | - |
| HSV(B) | 295.86º | 0.19% | 0.61% | - |
| XYZ | 26.92 | 24.45 | 34.75 | - |
| YUV | 138.38 | 137.95 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 127 | 156 | 0.01 | 0.19 | 0 | 0.39 | 295.86 | 0.13 | 0.55 |
| Hex | 9A | 7F | 9C | 1 | 13 | 0 | 27 | 128 | D | 37 |
| Octal | 232 | 177 | 234 | 1 | 23 | 0 | 47 | 450 | 15 | 67 |
| Binary | 10011010 | 1111111 | 10011100 | 1 | 10011 | 0 | 100111 | 100101000 | 1101 | 110111 |
Color Harmonies of #9A7F9C
Complementary color
Monochromatic Colors of #9A7F9C
Black with #9A7F9C
Text Example
Text Example
White with #9A7F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7F9C; }
p { color: rgb(154,127,156); }
H1.HeaderClassName
{
color: #9A7F9C;
}
.AnyTagClassName
{
color: #9A7F9C;
}
</style>
background-color css
<style>
a { background-color: #9A7F9C; }
a { background-color: rgb(154,127,156); }
div.DivClassName
{
background-color: #9A7F9C;
}
.BgClassName
{
background-color: #9A7F9C;
}
</style>
border-color css
<style>
span { border-color: #9A7F9C; }
span { border-color: rgb(154,127,156); }
td.TdClassName
{
border-color: #9A7F9C;
}
.TagClassName
{
border-color: #9A7F9C;
}
</style>