Shades of Amethyst Smoke #8C7E99
Tints of Amethyst Smoke #8C7E99
RGB
CMYK
RGB Variations
Color information
#8C7E99 (or 0x8C7E99) is known color: Amethyst Smoke. HEX triplet: 8C, 7E and 99. RGB value is (140,126,153). Sum of RGB (Red+Green+Blue) = 140+126+153=419 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.41% from 419); Green value is 126 (49.61% from 255 or 30.07% from 419); Blue value is 153 (60.16% from 255 or 36.52% from 419); Max value from RGB is 153 - color contains mainly: blue. Hex color #8C7E99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7E99 is #738166. Grayscale: #858585. Windows color (decimal): -7569767 or 10059404. OLE color: 10059404.
HSL color Cylindrical-coordinate representation of color #8C7E99: hue angle of 271.11º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8C7E99 is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 140 | 126 | 153 | - |
| CMYK | 0.08 | 0.18 | 0 | 0.4 |
| HSL | 271.11º | 0.12% | 0.55% | - |
| HSV(B) | 271.11º | 0.18% | 0.6% | - |
| XYZ | 24.03 | 22.8 | 33.27 | - |
| YUV | 133.26 | 139.14 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 126 | 153 | 0.08 | 0.18 | 0 | 0.4 | 271.11 | 0.12 | 0.55 |
| Hex | 8C | 7E | 99 | 8 | 12 | 0 | 28 | 10F | C | 37 |
| Octal | 214 | 176 | 231 | 10 | 22 | 0 | 50 | 417 | 14 | 67 |
| Binary | 10001100 | 1111110 | 10011001 | 1000 | 10010 | 0 | 101000 | 100001111 | 1100 | 110111 |
Color Harmonies of #8C7E99
Complementary color
Monochromatic Colors of #8C7E99
Black with #8C7E99
Text Example
Text Example
White with #8C7E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7E99; }
p { color: rgb(140,126,153); }
H1.HeaderClassName
{
color: #8C7E99;
}
.AnyTagClassName
{
color: #8C7E99;
}
</style>
background-color css
<style>
a { background-color: #8C7E99; }
a { background-color: rgb(140,126,153); }
div.DivClassName
{
background-color: #8C7E99;
}
.BgClassName
{
background-color: #8C7E99;
}
</style>
border-color css
<style>
span { border-color: #8C7E99; }
span { border-color: rgb(140,126,153); }
td.TdClassName
{
border-color: #8C7E99;
}
.TagClassName
{
border-color: #8C7E99;
}
</style>