Shades of Amethyst Smoke #9F7CA5
Tints of Amethyst Smoke #9F7CA5
RGB
CMYK
RGB Variations
Color information
#9F7CA5 (or 0x9F7CA5) is known color: Amethyst Smoke. HEX triplet: 9F, 7C and A5. RGB value is (159,124,165). Sum of RGB (Red+Green+Blue) = 159+124+165=448 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.49% from 448); Green value is 124 (48.83% from 255 or 27.68% from 448); Blue value is 165 (64.84% from 255 or 36.83% from 448); Max value from RGB is 165 - color contains mainly: blue. Hex color #9F7CA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7CA5 is #60835A. Grayscale: #8B8B8B. Windows color (decimal): -6325083 or 10845343. OLE color: 10845343.
HSL color Cylindrical-coordinate representation of color #9F7CA5: hue angle of 291.22º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9F7CA5 is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 159 | 124 | 165 | - |
| CMYK | 0.04 | 0.25 | 0 | 0.35 |
| HSL | 291.22º | 0.19% | 0.57% | - |
| HSV(B) | 291.22º | 0.25% | 0.65% | - |
| XYZ | 28.3 | 24.5 | 38.84 | - |
| YUV | 139.14 | 142.6 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 124 | 165 | 0.04 | 0.25 | 0 | 0.35 | 291.22 | 0.19 | 0.57 |
| Hex | 9F | 7C | A5 | 4 | 19 | 0 | 23 | 123 | 13 | 39 |
| Octal | 237 | 174 | 245 | 4 | 31 | 0 | 43 | 443 | 23 | 71 |
| Binary | 10011111 | 1111100 | 10100101 | 100 | 11001 | 0 | 100011 | 100100011 | 10011 | 111001 |
Color Harmonies of #9F7CA5
Complementary color
Monochromatic Colors of #9F7CA5
Black with #9F7CA5
Text Example
Text Example
White with #9F7CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7CA5; }
p { color: rgb(159,124,165); }
H1.HeaderClassName
{
color: #9F7CA5;
}
.AnyTagClassName
{
color: #9F7CA5;
}
</style>
background-color css
<style>
a { background-color: #9F7CA5; }
a { background-color: rgb(159,124,165); }
div.DivClassName
{
background-color: #9F7CA5;
}
.BgClassName
{
background-color: #9F7CA5;
}
</style>
border-color css
<style>
span { border-color: #9F7CA5; }
span { border-color: rgb(159,124,165); }
td.TdClassName
{
border-color: #9F7CA5;
}
.TagClassName
{
border-color: #9F7CA5;
}
</style>