Shades of Amethyst Smoke #9F82AB
Tints of Amethyst Smoke #9F82AB
RGB
CMYK
RGB Variations
Color information
#9F82AB (or 0x9F82AB) is known color: Amethyst Smoke. HEX triplet: 9F, 82 and AB. RGB value is (159,130,171). Sum of RGB (Red+Green+Blue) = 159+130+171=460 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.57% from 460); Green value is 130 (51.17% from 255 or 28.26% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F82AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F82AB is #607D54. Grayscale: #8F8F8F. Windows color (decimal): -6323541 or 11240095. OLE color: 11240095.
HSL color Cylindrical-coordinate representation of color #9F82AB: hue angle of 282.44º degrees, saturation: 0.2, 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 #9F82AB is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 130 | 171 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.33 |
| HSL | 282.44º | 0.2% | 0.59% | - |
| HSV(B) | 282.44º | 0.24% | 0.67% | - |
| XYZ | 29.63 | 26.28 | 42.04 | - |
| YUV | 143.35 | 143.61 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 130 | 171 | 0.07 | 0.24 | 0 | 0.33 | 282.44 | 0.2 | 0.59 |
| Hex | 9F | 82 | AB | 7 | 18 | 0 | 21 | 11A | 14 | 3B |
| Octal | 237 | 202 | 253 | 7 | 30 | 0 | 41 | 432 | 24 | 73 |
| Binary | 10011111 | 10000010 | 10101011 | 111 | 11000 | 0 | 100001 | 100011010 | 10100 | 111011 |
Color Harmonies of #9F82AB
Complementary color
Monochromatic Colors of #9F82AB
Black with #9F82AB
Text Example
Text Example
White with #9F82AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F82AB; }
p { color: rgb(159,130,171); }
H1.HeaderClassName
{
color: #9F82AB;
}
.AnyTagClassName
{
color: #9F82AB;
}
</style>
background-color css
<style>
a { background-color: #9F82AB; }
a { background-color: rgb(159,130,171); }
div.DivClassName
{
background-color: #9F82AB;
}
.BgClassName
{
background-color: #9F82AB;
}
</style>
border-color css
<style>
span { border-color: #9F82AB; }
span { border-color: rgb(159,130,171); }
td.TdClassName
{
border-color: #9F82AB;
}
.TagClassName
{
border-color: #9F82AB;
}
</style>