Shades of Amethyst Smoke #8C7A99
Tints of Amethyst Smoke #8C7A99
RGB
CMYK
RGB Variations
Color information
#8C7A99 (or 0x8C7A99) is known color: Amethyst Smoke. HEX triplet: 8C, 7A and 99. RGB value is (140,122,153). Sum of RGB (Red+Green+Blue) = 140+122+153=415 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.73% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 153 (60.16% from 255 or 36.87% from 415); Max value from RGB is 153 - color contains mainly: blue. Hex color #8C7A99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7A99 is #738566. Grayscale: #828282. Windows color (decimal): -7570791 or 10058380. OLE color: 10058380.
HSL color Cylindrical-coordinate representation of color #8C7A99: hue angle of 274.84º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8C7A99 is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 140 | 122 | 153 | - |
| CMYK | 0.08 | 0.20 | 0 | 0.4 |
| HSL | 274.84º | 0.13% | 0.54% | - |
| HSV(B) | 274.84º | 0.2% | 0.6% | - |
| XYZ | 23.52 | 21.79 | 33.1 | - |
| YUV | 130.92 | 140.46 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 122 | 153 | 0.08 | 0.20 | 0 | 0.4 | 274.84 | 0.13 | 0.54 |
| Hex | 8C | 7A | 99 | 8 | 14 | 0 | 28 | 113 | D | 36 |
| Octal | 214 | 172 | 231 | 10 | 24 | 0 | 50 | 423 | 15 | 66 |
| Binary | 10001100 | 1111010 | 10011001 | 1000 | 10100 | 0 | 101000 | 100010011 | 1101 | 110110 |
Color Harmonies of #8C7A99
Complementary color
Monochromatic Colors of #8C7A99
Black with #8C7A99
Text Example
Text Example
White with #8C7A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7A99; }
p { color: rgb(140,122,153); }
H1.HeaderClassName
{
color: #8C7A99;
}
.AnyTagClassName
{
color: #8C7A99;
}
</style>
background-color css
<style>
a { background-color: #8C7A99; }
a { background-color: rgb(140,122,153); }
div.DivClassName
{
background-color: #8C7A99;
}
.BgClassName
{
background-color: #8C7A99;
}
</style>
border-color css
<style>
span { border-color: #8C7A99; }
span { border-color: rgb(140,122,153); }
td.TdClassName
{
border-color: #8C7A99;
}
.TagClassName
{
border-color: #8C7A99;
}
</style>