Shades of Amethyst Smoke #9A7C9B
Tints of Amethyst Smoke #9A7C9B
RGB
CMYK
RGB Variations
Color information
#9A7C9B (or 0x9A7C9B) is known color: Amethyst Smoke. HEX triplet: 9A, 7C and 9B. RGB value is (154,124,155). Sum of RGB (Red+Green+Blue) = 154+124+155=433 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.57% from 433); Green value is 124 (48.83% from 255 or 28.64% from 433); Blue value is 155 (60.94% from 255 or 35.80% from 433); Max value from RGB is 155 - color contains mainly: blue. Hex color #9A7C9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7C9B is #658364. Grayscale: #888888. Windows color (decimal): -6652773 or 10189978. OLE color: 10189978.
HSL color Cylindrical-coordinate representation of color #9A7C9B: hue angle of 298.06º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9A7C9B is Cyan = 0.01, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 154 | 124 | 155 | - |
| CMYK | 0.01 | 0.2 | 0 | 0.39 |
| HSL | 298.06º | 0.13% | 0.55% | - |
| HSV(B) | 298.06º | 0.2% | 0.61% | - |
| XYZ | 26.45 | 23.65 | 34.18 | - |
| YUV | 136.5 | 138.44 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 124 | 155 | 0.01 | 0.2 | 0 | 0.39 | 298.06 | 0.13 | 0.55 |
| Hex | 9A | 7C | 9B | 1 | 14 | 0 | 27 | 12A | D | 37 |
| Octal | 232 | 174 | 233 | 1 | 24 | 0 | 47 | 452 | 15 | 67 |
| Binary | 10011010 | 1111100 | 10011011 | 1 | 10100 | 0 | 100111 | 100101010 | 1101 | 110111 |
Color Harmonies of #9A7C9B
Complementary color
Monochromatic Colors of #9A7C9B
Black with #9A7C9B
Text Example
Text Example
White with #9A7C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7C9B; }
p { color: rgb(154,124,155); }
H1.HeaderClassName
{
color: #9A7C9B;
}
.AnyTagClassName
{
color: #9A7C9B;
}
</style>
background-color css
<style>
a { background-color: #9A7C9B; }
a { background-color: rgb(154,124,155); }
div.DivClassName
{
background-color: #9A7C9B;
}
.BgClassName
{
background-color: #9A7C9B;
}
</style>
border-color css
<style>
span { border-color: #9A7C9B; }
span { border-color: rgb(154,124,155); }
td.TdClassName
{
border-color: #9A7C9B;
}
.TagClassName
{
border-color: #9A7C9B;
}
</style>