Shades of Amethyst Smoke #9F84AB
Tints of Amethyst Smoke #9F84AB
RGB
CMYK
RGB Variations
Color information
#9F84AB (or 0x9F84AB) is known color: Amethyst Smoke. HEX triplet: 9F, 84 and AB. RGB value is (159,132,171). Sum of RGB (Red+Green+Blue) = 159+132+171=462 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.42% from 462); Green value is 132 (51.95% from 255 or 28.57% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F84AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F84AB is #607B54. Grayscale: #909090. Windows color (decimal): -6323029 or 11240607. OLE color: 11240607.
HSL color Cylindrical-coordinate representation of color #9F84AB: hue angle of 281.54º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9F84AB is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 132 | 171 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.33 |
| HSL | 281.54º | 0.19% | 0.59% | - |
| HSV(B) | 281.54º | 0.23% | 0.67% | - |
| XYZ | 29.9 | 26.81 | 42.13 | - |
| YUV | 144.52 | 142.95 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 132 | 171 | 0.07 | 0.23 | 0 | 0.33 | 281.54 | 0.19 | 0.59 |
| Hex | 9F | 84 | AB | 7 | 17 | 0 | 21 | 11A | 13 | 3B |
| Octal | 237 | 204 | 253 | 7 | 27 | 0 | 41 | 432 | 23 | 73 |
| Binary | 10011111 | 10000100 | 10101011 | 111 | 10111 | 0 | 100001 | 100011010 | 10011 | 111011 |
Color Harmonies of #9F84AB
Complementary color
Monochromatic Colors of #9F84AB
Black with #9F84AB
Text Example
Text Example
White with #9F84AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F84AB; }
p { color: rgb(159,132,171); }
H1.HeaderClassName
{
color: #9F84AB;
}
.AnyTagClassName
{
color: #9F84AB;
}
</style>
background-color css
<style>
a { background-color: #9F84AB; }
a { background-color: rgb(159,132,171); }
div.DivClassName
{
background-color: #9F84AB;
}
.BgClassName
{
background-color: #9F84AB;
}
</style>
border-color css
<style>
span { border-color: #9F84AB; }
span { border-color: rgb(159,132,171); }
td.TdClassName
{
border-color: #9F84AB;
}
.TagClassName
{
border-color: #9F84AB;
}
</style>