Shades of Amethyst Smoke #9C8EA2
Tints of Amethyst Smoke #9C8EA2
RGB
CMYK
RGB Variations
Color information
#9C8EA2 (or 0x9C8EA2) is known color: Amethyst Smoke. HEX triplet: 9C, 8E and A2. RGB value is (156,142,162). Sum of RGB (Red+Green+Blue) = 156+142+162=460 (60% of max value = 765). Red value is 156 (61.33% from 255 or 33.91% from 460); Green value is 142 (55.86% from 255 or 30.87% from 460); Blue value is 162 (63.67% from 255 or 35.22% from 460); Max value from RGB is 162 - color contains mainly: blue. Hex color #9C8EA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8EA2 is #63715D. Grayscale: #949494. Windows color (decimal): -6517086 or 10653340. OLE color: 10653340.
HSL color Cylindrical-coordinate representation of color #9C8EA2: hue angle of 282º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9C8EA2 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 156 | 142 | 162 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.36 |
| HSL | 282º | 0.1% | 0.6% | - |
| HSV(B) | 282º | 0.12% | 0.64% | - |
| XYZ | 29.9 | 29.02 | 38.21 | - |
| YUV | 148.47 | 135.64 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 142 | 162 | 0.04 | 0.12 | 0 | 0.36 | 282 | 0.1 | 0.6 |
| Hex | 9C | 8E | A2 | 4 | C | 0 | 24 | 11A | A | 3C |
| Octal | 234 | 216 | 242 | 4 | 14 | 0 | 44 | 432 | 12 | 74 |
| Binary | 10011100 | 10001110 | 10100010 | 100 | 1100 | 0 | 100100 | 100011010 | 1010 | 111100 |
Color Harmonies of #9C8EA2
Complementary color
Monochromatic Colors of #9C8EA2
Black with #9C8EA2
Text Example
Text Example
White with #9C8EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8EA2; }
p { color: rgb(156,142,162); }
H1.HeaderClassName
{
color: #9C8EA2;
}
.AnyTagClassName
{
color: #9C8EA2;
}
</style>
background-color css
<style>
a { background-color: #9C8EA2; }
a { background-color: rgb(156,142,162); }
div.DivClassName
{
background-color: #9C8EA2;
}
.BgClassName
{
background-color: #9C8EA2;
}
</style>
border-color css
<style>
span { border-color: #9C8EA2; }
span { border-color: rgb(156,142,162); }
td.TdClassName
{
border-color: #9C8EA2;
}
.TagClassName
{
border-color: #9C8EA2;
}
</style>