Shades of Amethyst Smoke #9E80AC
Tints of Amethyst Smoke #9E80AC
RGB
CMYK
RGB Variations
Color information
#9E80AC (or 0x9E80AC) is known color: Amethyst Smoke. HEX triplet: 9E, 80 and AC. RGB value is (158,128,172). Sum of RGB (Red+Green+Blue) = 158+128+172=458 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.50% from 458); Green value is 128 (50.39% from 255 or 27.95% from 458); Blue value is 172 (67.58% from 255 or 37.55% from 458); Max value from RGB is 172 - color contains mainly: blue. Hex color #9E80AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E80AC is #617F53. Grayscale: #8D8D8D. Windows color (decimal): -6389588 or 11305118. OLE color: 11305118.
HSL color Cylindrical-coordinate representation of color #9E80AC: hue angle of 280.91º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9E80AC is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 128 | 172 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.33 |
| HSL | 280.91º | 0.21% | 0.59% | - |
| HSV(B) | 280.91º | 0.26% | 0.67% | - |
| XYZ | 29.27 | 25.69 | 42.45 | - |
| YUV | 141.99 | 144.94 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 128 | 172 | 0.08 | 0.26 | 0 | 0.33 | 280.91 | 0.21 | 0.59 |
| Hex | 9E | 80 | AC | 8 | 1A | 0 | 21 | 119 | 15 | 3B |
| Octal | 236 | 200 | 254 | 10 | 32 | 0 | 41 | 431 | 25 | 73 |
| Binary | 10011110 | 10000000 | 10101100 | 1000 | 11010 | 0 | 100001 | 100011001 | 10101 | 111011 |
Color Harmonies of #9E80AC
Complementary color
Monochromatic Colors of #9E80AC
Black with #9E80AC
Text Example
Text Example
White with #9E80AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E80AC; }
p { color: rgb(158,128,172); }
H1.HeaderClassName
{
color: #9E80AC;
}
.AnyTagClassName
{
color: #9E80AC;
}
</style>
background-color css
<style>
a { background-color: #9E80AC; }
a { background-color: rgb(158,128,172); }
div.DivClassName
{
background-color: #9E80AC;
}
.BgClassName
{
background-color: #9E80AC;
}
</style>
border-color css
<style>
span { border-color: #9E80AC; }
span { border-color: rgb(158,128,172); }
td.TdClassName
{
border-color: #9E80AC;
}
.TagClassName
{
border-color: #9E80AC;
}
</style>