Shades of Amethyst Smoke #9D80AB
Tints of Amethyst Smoke #9D80AB
RGB
CMYK
RGB Variations
Color information
#9D80AB (or 0x9D80AB) is known color: Amethyst Smoke. HEX triplet: 9D, 80 and AB. RGB value is (157,128,171). Sum of RGB (Red+Green+Blue) = 157+128+171=456 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.43% from 456); Green value is 128 (50.39% from 255 or 28.07% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 171 - color contains mainly: blue. Hex color #9D80AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D80AB is #627F54. Grayscale: #8D8D8D. Windows color (decimal): -6455125 or 11239581. OLE color: 11239581.
HSL color Cylindrical-coordinate representation of color #9D80AB: hue angle of 280.47º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9D80AB is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 128 | 171 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.33 |
| HSL | 280.47º | 0.2% | 0.59% | - |
| HSV(B) | 280.47º | 0.25% | 0.67% | - |
| XYZ | 28.97 | 25.55 | 41.93 | - |
| YUV | 141.57 | 144.61 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 128 | 171 | 0.08 | 0.25 | 0 | 0.33 | 280.47 | 0.2 | 0.59 |
| Hex | 9D | 80 | AB | 8 | 19 | 0 | 21 | 118 | 14 | 3B |
| Octal | 235 | 200 | 253 | 10 | 31 | 0 | 41 | 430 | 24 | 73 |
| Binary | 10011101 | 10000000 | 10101011 | 1000 | 11001 | 0 | 100001 | 100011000 | 10100 | 111011 |
Color Harmonies of #9D80AB
Complementary color
Monochromatic Colors of #9D80AB
Black with #9D80AB
Text Example
Text Example
White with #9D80AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D80AB; }
p { color: rgb(157,128,171); }
H1.HeaderClassName
{
color: #9D80AB;
}
.AnyTagClassName
{
color: #9D80AB;
}
</style>
background-color css
<style>
a { background-color: #9D80AB; }
a { background-color: rgb(157,128,171); }
div.DivClassName
{
background-color: #9D80AB;
}
.BgClassName
{
background-color: #9D80AB;
}
</style>
border-color css
<style>
span { border-color: #9D80AB; }
span { border-color: rgb(157,128,171); }
td.TdClassName
{
border-color: #9D80AB;
}
.TagClassName
{
border-color: #9D80AB;
}
</style>