Shades of Amethyst Smoke #9A7B9D
Tints of Amethyst Smoke #9A7B9D
RGB
CMYK
RGB Variations
Color information
#9A7B9D (or 0x9A7B9D) is known color: Amethyst Smoke. HEX triplet: 9A, 7B and 9D. RGB value is (154,123,157). Sum of RGB (Red+Green+Blue) = 154+123+157=434 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.48% from 434); Green value is 123 (48.44% from 255 or 28.34% from 434); Blue value is 157 (61.72% from 255 or 36.18% from 434); Max value from RGB is 157 - color contains mainly: blue. Hex color #9A7B9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7B9D is #658462. Grayscale: #888888. Windows color (decimal): -6653027 or 10320794. OLE color: 10320794.
HSL color Cylindrical-coordinate representation of color #9A7B9D: hue angle of 294.71º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9A7B9D is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 154 | 123 | 157 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.38 |
| HSL | 294.71º | 0.15% | 0.55% | - |
| HSV(B) | 294.71º | 0.22% | 0.62% | - |
| XYZ | 26.5 | 23.47 | 35.03 | - |
| YUV | 136.15 | 139.77 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 123 | 157 | 0.02 | 0.22 | 0 | 0.38 | 294.71 | 0.15 | 0.55 |
| Hex | 9A | 7B | 9D | 2 | 16 | 0 | 26 | 127 | F | 37 |
| Octal | 232 | 173 | 235 | 2 | 26 | 0 | 46 | 447 | 17 | 67 |
| Binary | 10011010 | 1111011 | 10011101 | 10 | 10110 | 0 | 100110 | 100100111 | 1111 | 110111 |
Color Harmonies of #9A7B9D
Complementary color
Monochromatic Colors of #9A7B9D
Black with #9A7B9D
Text Example
Text Example
White with #9A7B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7B9D; }
p { color: rgb(154,123,157); }
H1.HeaderClassName
{
color: #9A7B9D;
}
.AnyTagClassName
{
color: #9A7B9D;
}
</style>
background-color css
<style>
a { background-color: #9A7B9D; }
a { background-color: rgb(154,123,157); }
div.DivClassName
{
background-color: #9A7B9D;
}
.BgClassName
{
background-color: #9A7B9D;
}
</style>
border-color css
<style>
span { border-color: #9A7B9D; }
span { border-color: rgb(154,123,157); }
td.TdClassName
{
border-color: #9A7B9D;
}
.TagClassName
{
border-color: #9A7B9D;
}
</style>