Shades of Amethyst Smoke #9F8DAA
Tints of Amethyst Smoke #9F8DAA
RGB
CMYK
RGB Variations
Color information
#9F8DAA (or 0x9F8DAA) is known color: Amethyst Smoke. HEX triplet: 9F, 8D and AA. RGB value is (159,141,170). Sum of RGB (Red+Green+Blue) = 159+141+170=470 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.83% from 470); Green value is 141 (55.47% from 255 or 30% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F8DAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8DAA is #607255. Grayscale: #959595. Windows color (decimal): -6320726 or 11177375. OLE color: 11177375.
HSL color Cylindrical-coordinate representation of color #9F8DAA: hue angle of 277.24º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9F8DAA is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 141 | 170 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.33 |
| HSL | 277.24º | 0.15% | 0.61% | - |
| HSV(B) | 277.24º | 0.17% | 0.67% | - |
| XYZ | 31.08 | 29.32 | 42.05 | - |
| YUV | 149.69 | 139.46 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 141 | 170 | 0.06 | 0.17 | 0 | 0.33 | 277.24 | 0.15 | 0.61 |
| Hex | 9F | 8D | AA | 6 | 11 | 0 | 21 | 115 | F | 3D |
| Octal | 237 | 215 | 252 | 6 | 21 | 0 | 41 | 425 | 17 | 75 |
| Binary | 10011111 | 10001101 | 10101010 | 110 | 10001 | 0 | 100001 | 100010101 | 1111 | 111101 |
Color Harmonies of #9F8DAA
Complementary color
Monochromatic Colors of #9F8DAA
Black with #9F8DAA
Text Example
Text Example
White with #9F8DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8DAA; }
p { color: rgb(159,141,170); }
H1.HeaderClassName
{
color: #9F8DAA;
}
.AnyTagClassName
{
color: #9F8DAA;
}
</style>
background-color css
<style>
a { background-color: #9F8DAA; }
a { background-color: rgb(159,141,170); }
div.DivClassName
{
background-color: #9F8DAA;
}
.BgClassName
{
background-color: #9F8DAA;
}
</style>
border-color css
<style>
span { border-color: #9F8DAA; }
span { border-color: rgb(159,141,170); }
td.TdClassName
{
border-color: #9F8DAA;
}
.TagClassName
{
border-color: #9F8DAA;
}
</style>