Shades of Amethyst Smoke #8C7D93
Tints of Amethyst Smoke #8C7D93
RGB
CMYK
RGB Variations
Color information
#8C7D93 (or 0x8C7D93) is known color: Amethyst Smoke. HEX triplet: 8C, 7D and 93. RGB value is (140,125,147). Sum of RGB (Red+Green+Blue) = 140+125+147=412 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.98% from 412); Green value is 125 (49.22% from 255 or 30.34% from 412); Blue value is 147 (57.81% from 255 or 35.68% from 412); Max value from RGB is 147 - color contains mainly: blue. Hex color #8C7D93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7D93 is #73826C. Grayscale: #838383. Windows color (decimal): -7570029 or 9665932. OLE color: 9665932.
HSL color Cylindrical-coordinate representation of color #8C7D93: hue angle of 280.91º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8C7D93 is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 125 | 147 | - |
| CMYK | 0.05 | 0.15 | 0 | 0.42 |
| HSL | 280.91º | 0.09% | 0.53% | - |
| HSV(B) | 280.91º | 0.15% | 0.58% | - |
| XYZ | 23.42 | 22.35 | 30.68 | - |
| YUV | 131.99 | 136.47 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 125 | 147 | 0.05 | 0.15 | 0 | 0.42 | 280.91 | 0.09 | 0.53 |
| Hex | 8C | 7D | 93 | 5 | F | 0 | 2A | 119 | 9 | 35 |
| Octal | 214 | 175 | 223 | 5 | 17 | 0 | 52 | 431 | 11 | 65 |
| Binary | 10001100 | 1111101 | 10010011 | 101 | 1111 | 0 | 101010 | 100011001 | 1001 | 110101 |
Color Harmonies of #8C7D93
Complementary color
Monochromatic Colors of #8C7D93
Black with #8C7D93
Text Example
Text Example
White with #8C7D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7D93; }
p { color: rgb(140,125,147); }
H1.HeaderClassName
{
color: #8C7D93;
}
.AnyTagClassName
{
color: #8C7D93;
}
</style>
background-color css
<style>
a { background-color: #8C7D93; }
a { background-color: rgb(140,125,147); }
div.DivClassName
{
background-color: #8C7D93;
}
.BgClassName
{
background-color: #8C7D93;
}
</style>
border-color css
<style>
span { border-color: #8C7D93; }
span { border-color: rgb(140,125,147); }
td.TdClassName
{
border-color: #8C7D93;
}
.TagClassName
{
border-color: #8C7D93;
}
</style>