Shades of Amethyst Smoke #9D83AB
Tints of Amethyst Smoke #9D83AB
RGB
CMYK
RGB Variations
Color information
#9D83AB (or 0x9D83AB) is known color: Amethyst Smoke. HEX triplet: 9D, 83 and AB. RGB value is (157,131,171). Sum of RGB (Red+Green+Blue) = 157+131+171=459 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.20% from 459); Green value is 131 (51.56% from 255 or 28.54% 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 #9D83AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D83AB is #627C54. Grayscale: #8F8F8F. Windows color (decimal): -6454357 or 11240349. OLE color: 11240349.
HSL color Cylindrical-coordinate representation of color #9D83AB: hue angle of 279º 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 #9D83AB is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 131 | 171 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.33 |
| HSL | 279º | 0.19% | 0.59% | - |
| HSV(B) | 279º | 0.23% | 0.67% | - |
| XYZ | 29.37 | 26.34 | 42.06 | - |
| YUV | 143.33 | 143.61 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 131 | 171 | 0.08 | 0.23 | 0 | 0.33 | 279 | 0.19 | 0.59 |
| Hex | 9D | 83 | AB | 8 | 17 | 0 | 21 | 117 | 13 | 3B |
| Octal | 235 | 203 | 253 | 10 | 27 | 0 | 41 | 427 | 23 | 73 |
| Binary | 10011101 | 10000011 | 10101011 | 1000 | 10111 | 0 | 100001 | 100010111 | 10011 | 111011 |
Color Harmonies of #9D83AB
Complementary color
Monochromatic Colors of #9D83AB
Black with #9D83AB
Text Example
Text Example
White with #9D83AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D83AB; }
p { color: rgb(157,131,171); }
H1.HeaderClassName
{
color: #9D83AB;
}
.AnyTagClassName
{
color: #9D83AB;
}
</style>
background-color css
<style>
a { background-color: #9D83AB; }
a { background-color: rgb(157,131,171); }
div.DivClassName
{
background-color: #9D83AB;
}
.BgClassName
{
background-color: #9D83AB;
}
</style>
border-color css
<style>
span { border-color: #9D83AB; }
span { border-color: rgb(157,131,171); }
td.TdClassName
{
border-color: #9D83AB;
}
.TagClassName
{
border-color: #9D83AB;
}
</style>