Shades of Amethyst Smoke #9F81AA
Tints of Amethyst Smoke #9F81AA
RGB
CMYK
RGB Variations
Color information
#9F81AA (or 0x9F81AA) is known color: Amethyst Smoke. HEX triplet: 9F, 81 and AA. RGB value is (159,129,170). Sum of RGB (Red+Green+Blue) = 159+129+170=458 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.72% from 458); Green value is 129 (50.78% from 255 or 28.17% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F81AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F81AA is #607E55. Grayscale: #8E8E8E. Windows color (decimal): -6323798 or 11174303. OLE color: 11174303.
HSL color Cylindrical-coordinate representation of color #9F81AA: hue angle of 283.9º 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 #9F81AA is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 129 | 170 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.33 |
| HSL | 283.9º | 0.19% | 0.59% | - |
| HSV(B) | 283.9º | 0.24% | 0.67% | - |
| XYZ | 29.4 | 25.97 | 41.49 | - |
| YUV | 142.64 | 143.44 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 129 | 170 | 0.06 | 0.24 | 0 | 0.33 | 283.9 | 0.19 | 0.59 |
| Hex | 9F | 81 | AA | 6 | 18 | 0 | 21 | 11C | 13 | 3B |
| Octal | 237 | 201 | 252 | 6 | 30 | 0 | 41 | 434 | 23 | 73 |
| Binary | 10011111 | 10000001 | 10101010 | 110 | 11000 | 0 | 100001 | 100011100 | 10011 | 111011 |
Color Harmonies of #9F81AA
Complementary color
Monochromatic Colors of #9F81AA
Black with #9F81AA
Text Example
Text Example
White with #9F81AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F81AA; }
p { color: rgb(159,129,170); }
H1.HeaderClassName
{
color: #9F81AA;
}
.AnyTagClassName
{
color: #9F81AA;
}
</style>
background-color css
<style>
a { background-color: #9F81AA; }
a { background-color: rgb(159,129,170); }
div.DivClassName
{
background-color: #9F81AA;
}
.BgClassName
{
background-color: #9F81AA;
}
</style>
border-color css
<style>
span { border-color: #9F81AA; }
span { border-color: rgb(159,129,170); }
td.TdClassName
{
border-color: #9F81AA;
}
.TagClassName
{
border-color: #9F81AA;
}
</style>