Shades of Amethyst Smoke #8C7F99
Tints of Amethyst Smoke #8C7F99
RGB
CMYK
RGB Variations
Color information
#8C7F99 (or 0x8C7F99) is known color: Amethyst Smoke. HEX triplet: 8C, 7F and 99. RGB value is (140,127,153). Sum of RGB (Red+Green+Blue) = 140+127+153=420 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.33% from 420); Green value is 127 (50% from 255 or 30.24% from 420); Blue value is 153 (60.16% from 255 or 36.43% from 420); Max value from RGB is 153 - color contains mainly: blue. Hex color #8C7F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7F99 is #738066. Grayscale: #858585. Windows color (decimal): -7569511 or 10059660. OLE color: 10059660.
HSL color Cylindrical-coordinate representation of color #8C7F99: hue angle of 270º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8C7F99 is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 140 | 127 | 153 | - |
| CMYK | 0.08 | 0.17 | 0 | 0.4 |
| HSL | 270º | 0.11% | 0.55% | - |
| HSV(B) | 270º | 0.17% | 0.6% | - |
| XYZ | 24.15 | 23.05 | 33.31 | - |
| YUV | 133.85 | 138.81 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 127 | 153 | 0.08 | 0.17 | 0 | 0.4 | 270 | 0.11 | 0.55 |
| Hex | 8C | 7F | 99 | 8 | 11 | 0 | 28 | 10E | B | 37 |
| Octal | 214 | 177 | 231 | 10 | 21 | 0 | 50 | 416 | 13 | 67 |
| Binary | 10001100 | 1111111 | 10011001 | 1000 | 10001 | 0 | 101000 | 100001110 | 1011 | 110111 |
Color Harmonies of #8C7F99
Complementary color
Monochromatic Colors of #8C7F99
Black with #8C7F99
Text Example
Text Example
White with #8C7F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7F99; }
p { color: rgb(140,127,153); }
H1.HeaderClassName
{
color: #8C7F99;
}
.AnyTagClassName
{
color: #8C7F99;
}
</style>
background-color css
<style>
a { background-color: #8C7F99; }
a { background-color: rgb(140,127,153); }
div.DivClassName
{
background-color: #8C7F99;
}
.BgClassName
{
background-color: #8C7F99;
}
</style>
border-color css
<style>
span { border-color: #8C7F99; }
span { border-color: rgb(140,127,153); }
td.TdClassName
{
border-color: #8C7F99;
}
.TagClassName
{
border-color: #8C7F99;
}
</style>