Shades of Amethyst Smoke #9C81AC
Tints of Amethyst Smoke #9C81AC
RGB
CMYK
RGB Variations
Color information
#9C81AC (or 0x9C81AC) is known color: Amethyst Smoke. HEX triplet: 9C, 81 and AC. RGB value is (156,129,172). Sum of RGB (Red+Green+Blue) = 156+129+172=457 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.14% from 457); Green value is 129 (50.78% from 255 or 28.23% from 457); Blue value is 172 (67.58% from 255 or 37.64% from 457); Max value from RGB is 172 - color contains mainly: blue. Hex color #9C81AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C81AC is #637E53. Grayscale: #8D8D8D. Windows color (decimal): -6520404 or 11305372. OLE color: 11305372.
HSL color Cylindrical-coordinate representation of color #9C81AC: hue angle of 277.67º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9C81AC is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 129 | 172 | - |
| CMYK | 0.09 | 0.25 | 0 | 0.33 |
| HSL | 277.67º | 0.21% | 0.59% | - |
| HSV(B) | 277.67º | 0.25% | 0.67% | - |
| XYZ | 29.01 | 25.75 | 42.47 | - |
| YUV | 141.98 | 144.95 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 129 | 172 | 0.09 | 0.25 | 0 | 0.33 | 277.67 | 0.21 | 0.59 |
| Hex | 9C | 81 | AC | 9 | 19 | 0 | 21 | 116 | 15 | 3B |
| Octal | 234 | 201 | 254 | 11 | 31 | 0 | 41 | 426 | 25 | 73 |
| Binary | 10011100 | 10000001 | 10101100 | 1001 | 11001 | 0 | 100001 | 100010110 | 10101 | 111011 |
Color Harmonies of #9C81AC
Complementary color
Monochromatic Colors of #9C81AC
Black with #9C81AC
Text Example
Text Example
White with #9C81AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C81AC; }
p { color: rgb(156,129,172); }
H1.HeaderClassName
{
color: #9C81AC;
}
.AnyTagClassName
{
color: #9C81AC;
}
</style>
background-color css
<style>
a { background-color: #9C81AC; }
a { background-color: rgb(156,129,172); }
div.DivClassName
{
background-color: #9C81AC;
}
.BgClassName
{
background-color: #9C81AC;
}
</style>
border-color css
<style>
span { border-color: #9C81AC; }
span { border-color: rgb(156,129,172); }
td.TdClassName
{
border-color: #9C81AC;
}
.TagClassName
{
border-color: #9C81AC;
}
</style>