Shades of Amethyst Smoke #8C7895
Tints of Amethyst Smoke #8C7895
RGB
CMYK
RGB Variations
Color information
#8C7895 (or 0x8C7895) is known color: Amethyst Smoke. HEX triplet: 8C, 78 and 95. RGB value is (140,120,149). Sum of RGB (Red+Green+Blue) = 140+120+149=409 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.23% from 409); Green value is 120 (47.27% from 255 or 29.34% from 409); Blue value is 149 (58.59% from 255 or 36.43% from 409); Max value from RGB is 149 - color contains mainly: blue. Hex color #8C7895 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7895 is #73876A. Grayscale: #818181. Windows color (decimal): -7571307 or 9795724. OLE color: 9795724.
HSL color Cylindrical-coordinate representation of color #8C7895: hue angle of 281.38º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8C7895 is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 120 | 149 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.42 |
| HSL | 281.38º | 0.12% | 0.53% | - |
| HSV(B) | 281.38º | 0.19% | 0.58% | - |
| XYZ | 22.96 | 21.18 | 31.31 | - |
| YUV | 129.29 | 139.13 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 120 | 149 | 0.06 | 0.19 | 0 | 0.42 | 281.38 | 0.12 | 0.53 |
| Hex | 8C | 78 | 95 | 6 | 13 | 0 | 2A | 119 | C | 35 |
| Octal | 214 | 170 | 225 | 6 | 23 | 0 | 52 | 431 | 14 | 65 |
| Binary | 10001100 | 1111000 | 10010101 | 110 | 10011 | 0 | 101010 | 100011001 | 1100 | 110101 |
Color Harmonies of #8C7895
Complementary color
Monochromatic Colors of #8C7895
Black with #8C7895
Text Example
Text Example
White with #8C7895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7895; }
p { color: rgb(140,120,149); }
H1.HeaderClassName
{
color: #8C7895;
}
.AnyTagClassName
{
color: #8C7895;
}
</style>
background-color css
<style>
a { background-color: #8C7895; }
a { background-color: rgb(140,120,149); }
div.DivClassName
{
background-color: #8C7895;
}
.BgClassName
{
background-color: #8C7895;
}
</style>
border-color css
<style>
span { border-color: #8C7895; }
span { border-color: rgb(140,120,149); }
td.TdClassName
{
border-color: #8C7895;
}
.TagClassName
{
border-color: #8C7895;
}
</style>