Shades of Amethyst Smoke #9E82AB
Tints of Amethyst Smoke #9E82AB
RGB
CMYK
RGB Variations
Color information
#9E82AB (or 0x9E82AB) is known color: Amethyst Smoke. HEX triplet: 9E, 82 and AB. RGB value is (158,130,171). Sum of RGB (Red+Green+Blue) = 158+130+171=459 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.42% from 459); Green value is 130 (51.17% from 255 or 28.32% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 171 - color contains mainly: blue. Hex color #9E82AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E82AB is #617D54. Grayscale: #8E8E8E. Windows color (decimal): -6389077 or 11240094. OLE color: 11240094.
HSL color Cylindrical-coordinate representation of color #9E82AB: hue angle of 280.98º 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 #9E82AB is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 130 | 171 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.33 |
| HSL | 280.98º | 0.2% | 0.59% | - |
| HSV(B) | 280.98º | 0.24% | 0.67% | - |
| XYZ | 29.43 | 26.17 | 42.03 | - |
| YUV | 143.05 | 143.78 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 130 | 171 | 0.08 | 0.24 | 0 | 0.33 | 280.98 | 0.2 | 0.59 |
| Hex | 9E | 82 | AB | 8 | 18 | 0 | 21 | 119 | 14 | 3B |
| Octal | 236 | 202 | 253 | 10 | 30 | 0 | 41 | 431 | 24 | 73 |
| Binary | 10011110 | 10000010 | 10101011 | 1000 | 11000 | 0 | 100001 | 100011001 | 10100 | 111011 |
Color Harmonies of #9E82AB
Complementary color
Monochromatic Colors of #9E82AB
Black with #9E82AB
Text Example
Text Example
White with #9E82AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E82AB; }
p { color: rgb(158,130,171); }
H1.HeaderClassName
{
color: #9E82AB;
}
.AnyTagClassName
{
color: #9E82AB;
}
</style>
background-color css
<style>
a { background-color: #9E82AB; }
a { background-color: rgb(158,130,171); }
div.DivClassName
{
background-color: #9E82AB;
}
.BgClassName
{
background-color: #9E82AB;
}
</style>
border-color css
<style>
span { border-color: #9E82AB; }
span { border-color: rgb(158,130,171); }
td.TdClassName
{
border-color: #9E82AB;
}
.TagClassName
{
border-color: #9E82AB;
}
</style>