Shades of Amethyst Smoke #9E82A7
Tints of Amethyst Smoke #9E82A7
RGB
CMYK
RGB Variations
Color information
#9E82A7 (or 0x9E82A7) is known color: Amethyst Smoke. HEX triplet: 9E, 82 and A7. RGB value is (158,130,167). Sum of RGB (Red+Green+Blue) = 158+130+167=455 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.73% from 455); Green value is 130 (51.17% from 255 or 28.57% from 455); Blue value is 167 (65.62% from 255 or 36.70% from 455); Max value from RGB is 167 - color contains mainly: blue. Hex color #9E82A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E82A7 is #617D58. Grayscale: #8E8E8E. Windows color (decimal): -6389081 or 10977950. OLE color: 10977950.
HSL color Cylindrical-coordinate representation of color #9E82A7: hue angle of 285.41º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9E82A7 is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 158 | 130 | 167 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.35 |
| HSL | 285.41º | 0.17% | 0.58% | - |
| HSV(B) | 285.41º | 0.22% | 0.65% | - |
| XYZ | 29.06 | 26.02 | 40.05 | - |
| YUV | 142.59 | 141.78 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 130 | 167 | 0.05 | 0.22 | 0 | 0.35 | 285.41 | 0.17 | 0.58 |
| Hex | 9E | 82 | A7 | 5 | 16 | 0 | 23 | 11D | 11 | 3A |
| Octal | 236 | 202 | 247 | 5 | 26 | 0 | 43 | 435 | 21 | 72 |
| Binary | 10011110 | 10000010 | 10100111 | 101 | 10110 | 0 | 100011 | 100011101 | 10001 | 111010 |
Color Harmonies of #9E82A7
Complementary color
Monochromatic Colors of #9E82A7
Black with #9E82A7
Text Example
Text Example
White with #9E82A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E82A7; }
p { color: rgb(158,130,167); }
H1.HeaderClassName
{
color: #9E82A7;
}
.AnyTagClassName
{
color: #9E82A7;
}
</style>
background-color css
<style>
a { background-color: #9E82A7; }
a { background-color: rgb(158,130,167); }
div.DivClassName
{
background-color: #9E82A7;
}
.BgClassName
{
background-color: #9E82A7;
}
</style>
border-color css
<style>
span { border-color: #9E82A7; }
span { border-color: rgb(158,130,167); }
td.TdClassName
{
border-color: #9E82A7;
}
.TagClassName
{
border-color: #9E82A7;
}
</style>