Shades of Amethyst Smoke #9C8FAA
Tints of Amethyst Smoke #9C8FAA
RGB
CMYK
RGB Variations
Color information
#9C8FAA (or 0x9C8FAA) is known color: Amethyst Smoke. HEX triplet: 9C, 8F and AA. RGB value is (156,143,170). Sum of RGB (Red+Green+Blue) = 156+143+170=469 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.26% from 469); Green value is 143 (56.25% from 255 or 30.49% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 170 - color contains mainly: blue. Hex color #9C8FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8FAA is #637055. Grayscale: #959595. Windows color (decimal): -6516822 or 11177884. OLE color: 11177884.
HSL color Cylindrical-coordinate representation of color #9C8FAA: hue angle of 268.89º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9C8FAA is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 143 | 170 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.33 |
| HSL | 268.89º | 0.14% | 0.61% | - |
| HSV(B) | 268.89º | 0.16% | 0.67% | - |
| XYZ | 30.79 | 29.62 | 42.12 | - |
| YUV | 149.97 | 139.31 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 143 | 170 | 0.08 | 0.16 | 0 | 0.33 | 268.89 | 0.14 | 0.61 |
| Hex | 9C | 8F | AA | 8 | 10 | 0 | 21 | 10D | E | 3D |
| Octal | 234 | 217 | 252 | 10 | 20 | 0 | 41 | 415 | 16 | 75 |
| Binary | 10011100 | 10001111 | 10101010 | 1000 | 10000 | 0 | 100001 | 100001101 | 1110 | 111101 |
Color Harmonies of #9C8FAA
Complementary color
Monochromatic Colors of #9C8FAA
Black with #9C8FAA
Text Example
Text Example
White with #9C8FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8FAA; }
p { color: rgb(156,143,170); }
H1.HeaderClassName
{
color: #9C8FAA;
}
.AnyTagClassName
{
color: #9C8FAA;
}
</style>
background-color css
<style>
a { background-color: #9C8FAA; }
a { background-color: rgb(156,143,170); }
div.DivClassName
{
background-color: #9C8FAA;
}
.BgClassName
{
background-color: #9C8FAA;
}
</style>
border-color css
<style>
span { border-color: #9C8FAA; }
span { border-color: rgb(156,143,170); }
td.TdClassName
{
border-color: #9C8FAA;
}
.TagClassName
{
border-color: #9C8FAA;
}
</style>