Shades of Amethyst Smoke #9F82AA
Tints of Amethyst Smoke #9F82AA
RGB
CMYK
RGB Variations
Color information
#9F82AA (or 0x9F82AA) is known color: Amethyst Smoke. HEX triplet: 9F, 82 and AA. RGB value is (159,130,170). Sum of RGB (Red+Green+Blue) = 159+130+170=459 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.64% from 459); Green value is 130 (51.17% from 255 or 28.32% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F82AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F82AA is #607D55. Grayscale: #8F8F8F. Windows color (decimal): -6323542 or 11174559. OLE color: 11174559.
HSL color Cylindrical-coordinate representation of color #9F82AA: hue angle of 283.5º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9F82AA is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 130 | 170 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.33 |
| HSL | 283.5º | 0.19% | 0.59% | - |
| HSV(B) | 283.5º | 0.24% | 0.67% | - |
| XYZ | 29.54 | 26.24 | 41.54 | - |
| YUV | 143.23 | 143.11 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 130 | 170 | 0.06 | 0.24 | 0 | 0.33 | 283.5 | 0.19 | 0.59 |
| Hex | 9F | 82 | AA | 6 | 18 | 0 | 21 | 11C | 13 | 3B |
| Octal | 237 | 202 | 252 | 6 | 30 | 0 | 41 | 434 | 23 | 73 |
| Binary | 10011111 | 10000010 | 10101010 | 110 | 11000 | 0 | 100001 | 100011100 | 10011 | 111011 |
Color Harmonies of #9F82AA
Complementary color
Monochromatic Colors of #9F82AA
Black with #9F82AA
Text Example
Text Example
White with #9F82AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F82AA; }
p { color: rgb(159,130,170); }
H1.HeaderClassName
{
color: #9F82AA;
}
.AnyTagClassName
{
color: #9F82AA;
}
</style>
background-color css
<style>
a { background-color: #9F82AA; }
a { background-color: rgb(159,130,170); }
div.DivClassName
{
background-color: #9F82AA;
}
.BgClassName
{
background-color: #9F82AA;
}
</style>
border-color css
<style>
span { border-color: #9F82AA; }
span { border-color: rgb(159,130,170); }
td.TdClassName
{
border-color: #9F82AA;
}
.TagClassName
{
border-color: #9F82AA;
}
</style>