Shades of Amethyst Smoke #9C83AB
Tints of Amethyst Smoke #9C83AB
RGB
CMYK
RGB Variations
Color information
#9C83AB (or 0x9C83AB) is known color: Amethyst Smoke. HEX triplet: 9C, 83 and AB. RGB value is (156,131,171). Sum of RGB (Red+Green+Blue) = 156+131+171=458 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.06% from 458); Green value is 131 (51.56% from 255 or 28.60% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 171 - color contains mainly: blue. Hex color #9C83AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C83AB is #637C54. Grayscale: #8E8E8E. Windows color (decimal): -6519893 or 11240348. OLE color: 11240348.
HSL color Cylindrical-coordinate representation of color #9C83AB: hue angle of 277.5º 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 #9C83AB is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 131 | 171 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.33 |
| HSL | 277.5º | 0.19% | 0.59% | - |
| HSV(B) | 277.5º | 0.23% | 0.67% | - |
| XYZ | 29.18 | 26.24 | 42.06 | - |
| YUV | 143.04 | 143.78 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 131 | 171 | 0.09 | 0.23 | 0 | 0.33 | 277.5 | 0.19 | 0.59 |
| Hex | 9C | 83 | AB | 9 | 17 | 0 | 21 | 116 | 13 | 3B |
| Octal | 234 | 203 | 253 | 11 | 27 | 0 | 41 | 426 | 23 | 73 |
| Binary | 10011100 | 10000011 | 10101011 | 1001 | 10111 | 0 | 100001 | 100010110 | 10011 | 111011 |
Color Harmonies of #9C83AB
Complementary color
Monochromatic Colors of #9C83AB
Black with #9C83AB
Text Example
Text Example
White with #9C83AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C83AB; }
p { color: rgb(156,131,171); }
H1.HeaderClassName
{
color: #9C83AB;
}
.AnyTagClassName
{
color: #9C83AB;
}
</style>
background-color css
<style>
a { background-color: #9C83AB; }
a { background-color: rgb(156,131,171); }
div.DivClassName
{
background-color: #9C83AB;
}
.BgClassName
{
background-color: #9C83AB;
}
</style>
border-color css
<style>
span { border-color: #9C83AB; }
span { border-color: rgb(156,131,171); }
td.TdClassName
{
border-color: #9C83AB;
}
.TagClassName
{
border-color: #9C83AB;
}
</style>