Shades of Amethyst Smoke #9E84AB
Tints of Amethyst Smoke #9E84AB
RGB
CMYK
RGB Variations
Color information
#9E84AB (or 0x9E84AB) is known color: Amethyst Smoke. HEX triplet: 9E, 84 and AB. RGB value is (158,132,171). Sum of RGB (Red+Green+Blue) = 158+132+171=461 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.27% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 171 - color contains mainly: blue. Hex color #9E84AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E84AB is #617B54. Grayscale: #909090. Windows color (decimal): -6388565 or 11240606. OLE color: 11240606.
HSL color Cylindrical-coordinate representation of color #9E84AB: hue angle of 280º 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 #9E84AB is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 132 | 171 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.33 |
| HSL | 280º | 0.19% | 0.59% | - |
| HSV(B) | 280º | 0.23% | 0.67% | - |
| XYZ | 29.7 | 26.71 | 42.12 | - |
| YUV | 144.22 | 143.11 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 132 | 171 | 0.08 | 0.23 | 0 | 0.33 | 280 | 0.19 | 0.59 |
| Hex | 9E | 84 | AB | 8 | 17 | 0 | 21 | 118 | 13 | 3B |
| Octal | 236 | 204 | 253 | 10 | 27 | 0 | 41 | 430 | 23 | 73 |
| Binary | 10011110 | 10000100 | 10101011 | 1000 | 10111 | 0 | 100001 | 100011000 | 10011 | 111011 |
Color Harmonies of #9E84AB
Complementary color
Monochromatic Colors of #9E84AB
Black with #9E84AB
Text Example
Text Example
White with #9E84AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E84AB; }
p { color: rgb(158,132,171); }
H1.HeaderClassName
{
color: #9E84AB;
}
.AnyTagClassName
{
color: #9E84AB;
}
</style>
background-color css
<style>
a { background-color: #9E84AB; }
a { background-color: rgb(158,132,171); }
div.DivClassName
{
background-color: #9E84AB;
}
.BgClassName
{
background-color: #9E84AB;
}
</style>
border-color css
<style>
span { border-color: #9E84AB; }
span { border-color: rgb(158,132,171); }
td.TdClassName
{
border-color: #9E84AB;
}
.TagClassName
{
border-color: #9E84AB;
}
</style>