Shades of Amethyst Smoke #9F7FA1
Tints of Amethyst Smoke #9F7FA1
RGB
CMYK
RGB Variations
Color information
#9F7FA1 (or 0x9F7FA1) is known color: Amethyst Smoke. HEX triplet: 9F, 7F and A1. RGB value is (159,127,161). Sum of RGB (Red+Green+Blue) = 159+127+161=447 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.57% from 447); Green value is 127 (50% from 255 or 28.41% from 447); Blue value is 161 (63.28% from 255 or 36.02% from 447); Max value from RGB is 161 - color contains mainly: blue. Hex color #9F7FA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7FA1 is #60805E. Grayscale: #8C8C8C. Windows color (decimal): -6324319 or 10583967. OLE color: 10583967.
HSL color Cylindrical-coordinate representation of color #9F7FA1: hue angle of 296.47º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9F7FA1 is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 159 | 127 | 161 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.37 |
| HSL | 296.47º | 0.15% | 0.56% | - |
| HSV(B) | 296.47º | 0.21% | 0.63% | - |
| XYZ | 28.32 | 25.12 | 37.07 | - |
| YUV | 140.44 | 139.6 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 127 | 161 | 0.01 | 0.21 | 0 | 0.37 | 296.47 | 0.15 | 0.56 |
| Hex | 9F | 7F | A1 | 1 | 15 | 0 | 25 | 128 | F | 38 |
| Octal | 237 | 177 | 241 | 1 | 25 | 0 | 45 | 450 | 17 | 70 |
| Binary | 10011111 | 1111111 | 10100001 | 1 | 10101 | 0 | 100101 | 100101000 | 1111 | 111000 |
Color Harmonies of #9F7FA1
Complementary color
Monochromatic Colors of #9F7FA1
Black with #9F7FA1
Text Example
Text Example
White with #9F7FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7FA1; }
p { color: rgb(159,127,161); }
H1.HeaderClassName
{
color: #9F7FA1;
}
.AnyTagClassName
{
color: #9F7FA1;
}
</style>
background-color css
<style>
a { background-color: #9F7FA1; }
a { background-color: rgb(159,127,161); }
div.DivClassName
{
background-color: #9F7FA1;
}
.BgClassName
{
background-color: #9F7FA1;
}
</style>
border-color css
<style>
span { border-color: #9F7FA1; }
span { border-color: rgb(159,127,161); }
td.TdClassName
{
border-color: #9F7FA1;
}
.TagClassName
{
border-color: #9F7FA1;
}
</style>