Shades of Amethyst Smoke #9F81AB
Tints of Amethyst Smoke #9F81AB
RGB
CMYK
RGB Variations
Color information
#9F81AB (or 0x9F81AB) is known color: Amethyst Smoke. HEX triplet: 9F, 81 and AB. RGB value is (159,129,171). Sum of RGB (Red+Green+Blue) = 159+129+171=459 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.64% from 459); Green value is 129 (50.78% from 255 or 28.10% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F81AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F81AB is #607E54. Grayscale: #8E8E8E. Windows color (decimal): -6323797 or 11239839. OLE color: 11239839.
HSL color Cylindrical-coordinate representation of color #9F81AB: hue angle of 282.86º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9F81AB is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 129 | 171 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.33 |
| HSL | 282.86º | 0.2% | 0.59% | - |
| HSV(B) | 282.86º | 0.25% | 0.67% | - |
| XYZ | 29.5 | 26.01 | 41.99 | - |
| YUV | 142.76 | 143.94 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 129 | 171 | 0.07 | 0.25 | 0 | 0.33 | 282.86 | 0.2 | 0.59 |
| Hex | 9F | 81 | AB | 7 | 19 | 0 | 21 | 11B | 14 | 3B |
| Octal | 237 | 201 | 253 | 7 | 31 | 0 | 41 | 433 | 24 | 73 |
| Binary | 10011111 | 10000001 | 10101011 | 111 | 11001 | 0 | 100001 | 100011011 | 10100 | 111011 |
Color Harmonies of #9F81AB
Complementary color
Monochromatic Colors of #9F81AB
Black with #9F81AB
Text Example
Text Example
White with #9F81AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F81AB; }
p { color: rgb(159,129,171); }
H1.HeaderClassName
{
color: #9F81AB;
}
.AnyTagClassName
{
color: #9F81AB;
}
</style>
background-color css
<style>
a { background-color: #9F81AB; }
a { background-color: rgb(159,129,171); }
div.DivClassName
{
background-color: #9F81AB;
}
.BgClassName
{
background-color: #9F81AB;
}
</style>
border-color css
<style>
span { border-color: #9F81AB; }
span { border-color: rgb(159,129,171); }
td.TdClassName
{
border-color: #9F81AB;
}
.TagClassName
{
border-color: #9F81AB;
}
</style>