Shades of Amethyst Smoke #9E83AA
Tints of Amethyst Smoke #9E83AA
RGB
CMYK
RGB Variations
Color information
#9E83AA (or 0x9E83AA) is known color: Amethyst Smoke. HEX triplet: 9E, 83 and AA. RGB value is (158,131,170). Sum of RGB (Red+Green+Blue) = 158+131+170=459 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.42% from 459); Green value is 131 (51.56% from 255 or 28.54% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E83AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E83AA is #617C55. Grayscale: #8F8F8F. Windows color (decimal): -6388822 or 11174814. OLE color: 11174814.
HSL color Cylindrical-coordinate representation of color #9E83AA: 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 #9E83AA is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 131 | 170 | - |
| 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.47 | 26.4 | 41.57 | - |
| YUV | 143.52 | 142.95 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 131 | 170 | 0.07 | 0.23 | 0 | 0.33 | 281.54 | 0.19 | 0.59 |
| Hex | 9E | 83 | AA | 7 | 17 | 0 | 21 | 11A | 13 | 3B |
| Octal | 236 | 203 | 252 | 7 | 27 | 0 | 41 | 432 | 23 | 73 |
| Binary | 10011110 | 10000011 | 10101010 | 111 | 10111 | 0 | 100001 | 100011010 | 10011 | 111011 |
Color Harmonies of #9E83AA
Complementary color
Monochromatic Colors of #9E83AA
Black with #9E83AA
Text Example
Text Example
White with #9E83AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E83AA; }
p { color: rgb(158,131,170); }
H1.HeaderClassName
{
color: #9E83AA;
}
.AnyTagClassName
{
color: #9E83AA;
}
</style>
background-color css
<style>
a { background-color: #9E83AA; }
a { background-color: rgb(158,131,170); }
div.DivClassName
{
background-color: #9E83AA;
}
.BgClassName
{
background-color: #9E83AA;
}
</style>
border-color css
<style>
span { border-color: #9E83AA; }
span { border-color: rgb(158,131,170); }
td.TdClassName
{
border-color: #9E83AA;
}
.TagClassName
{
border-color: #9E83AA;
}
</style>