Shades of Amethyst Smoke #8C7F92
Tints of Amethyst Smoke #8C7F92
RGB
CMYK
RGB Variations
Color information
#8C7F92 (or 0x8C7F92) is known color: Amethyst Smoke. HEX triplet: 8C, 7F and 92. RGB value is (140,127,146). Sum of RGB (Red+Green+Blue) = 140+127+146=413 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.90% from 413); Green value is 127 (50% from 255 or 30.75% from 413); Blue value is 146 (57.42% from 255 or 35.35% from 413); Max value from RGB is 146 - color contains mainly: blue. Hex color #8C7F92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7F92 is #73806D. Grayscale: #848484. Windows color (decimal): -7569518 or 9600908. OLE color: 9600908.
HSL color Cylindrical-coordinate representation of color #8C7F92: hue angle of 281.05º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8C7F92 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 140 | 127 | 146 | - |
| CMYK | 0.04 | 0.13 | 0 | 0.43 |
| HSL | 281.05º | 0.08% | 0.54% | - |
| HSV(B) | 281.05º | 0.13% | 0.57% | - |
| XYZ | 23.59 | 22.83 | 30.36 | - |
| YUV | 133.05 | 135.31 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 127 | 146 | 0.04 | 0.13 | 0 | 0.43 | 281.05 | 0.08 | 0.54 |
| Hex | 8C | 7F | 92 | 4 | D | 0 | 2B | 119 | 8 | 36 |
| Octal | 214 | 177 | 222 | 4 | 15 | 0 | 53 | 431 | 10 | 66 |
| Binary | 10001100 | 1111111 | 10010010 | 100 | 1101 | 0 | 101011 | 100011001 | 1000 | 110110 |
Color Harmonies of #8C7F92
Complementary color
Monochromatic Colors of #8C7F92
Black with #8C7F92
Text Example
Text Example
White with #8C7F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7F92; }
p { color: rgb(140,127,146); }
H1.HeaderClassName
{
color: #8C7F92;
}
.AnyTagClassName
{
color: #8C7F92;
}
</style>
background-color css
<style>
a { background-color: #8C7F92; }
a { background-color: rgb(140,127,146); }
div.DivClassName
{
background-color: #8C7F92;
}
.BgClassName
{
background-color: #8C7F92;
}
</style>
border-color css
<style>
span { border-color: #8C7F92; }
span { border-color: rgb(140,127,146); }
td.TdClassName
{
border-color: #8C7F92;
}
.TagClassName
{
border-color: #8C7F92;
}
</style>