Shades of Amethyst Smoke #9C8BA2
Tints of Amethyst Smoke #9C8BA2
RGB
CMYK
RGB Variations
Color information
#9C8BA2 (or 0x9C8BA2) is known color: Amethyst Smoke. HEX triplet: 9C, 8B and A2. RGB value is (156,139,162). Sum of RGB (Red+Green+Blue) = 156+139+162=457 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.14% from 457); Green value is 139 (54.69% from 255 or 30.42% from 457); Blue value is 162 (63.67% from 255 or 35.45% from 457); Max value from RGB is 162 - color contains mainly: blue. Hex color #9C8BA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8BA2 is #63745D. Grayscale: #929292. Windows color (decimal): -6517854 or 10652572. OLE color: 10652572.
HSL color Cylindrical-coordinate representation of color #9C8BA2: hue angle of 284.35º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9C8BA2 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 156 | 139 | 162 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.36 |
| HSL | 284.35º | 0.11% | 0.59% | - |
| HSV(B) | 284.35º | 0.14% | 0.64% | - |
| XYZ | 29.46 | 28.14 | 38.06 | - |
| YUV | 146.71 | 136.63 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 139 | 162 | 0.04 | 0.14 | 0 | 0.36 | 284.35 | 0.11 | 0.59 |
| Hex | 9C | 8B | A2 | 4 | E | 0 | 24 | 11C | B | 3B |
| Octal | 234 | 213 | 242 | 4 | 16 | 0 | 44 | 434 | 13 | 73 |
| Binary | 10011100 | 10001011 | 10100010 | 100 | 1110 | 0 | 100100 | 100011100 | 1011 | 111011 |
Color Harmonies of #9C8BA2
Complementary color
Monochromatic Colors of #9C8BA2
Black with #9C8BA2
Text Example
Text Example
White with #9C8BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8BA2; }
p { color: rgb(156,139,162); }
H1.HeaderClassName
{
color: #9C8BA2;
}
.AnyTagClassName
{
color: #9C8BA2;
}
</style>
background-color css
<style>
a { background-color: #9C8BA2; }
a { background-color: rgb(156,139,162); }
div.DivClassName
{
background-color: #9C8BA2;
}
.BgClassName
{
background-color: #9C8BA2;
}
</style>
border-color css
<style>
span { border-color: #9C8BA2; }
span { border-color: rgb(156,139,162); }
td.TdClassName
{
border-color: #9C8BA2;
}
.TagClassName
{
border-color: #9C8BA2;
}
</style>