Shades of Amethyst Smoke #8F7692
Tints of Amethyst Smoke #8F7692
RGB
CMYK
RGB Variations
Color information
#8F7692 (or 0x8F7692) is known color: Amethyst Smoke. HEX triplet: 8F, 76 and 92. RGB value is (143,118,146). Sum of RGB (Red+Green+Blue) = 143+118+146=407 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.14% from 407); Green value is 118 (46.48% from 255 or 28.99% from 407); Blue value is 146 (57.42% from 255 or 35.87% from 407); Max value from RGB is 146 - color contains mainly: blue. Hex color #8F7692 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7692 is #70896D. Grayscale: #808080. Windows color (decimal): -7375214 or 9598607. OLE color: 9598607.
HSL color Cylindrical-coordinate representation of color #8F7692: hue angle of 293.57º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8F7692 is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 143 | 118 | 146 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.43 |
| HSL | 293.57º | 0.11% | 0.52% | - |
| HSV(B) | 293.57º | 0.19% | 0.57% | - |
| XYZ | 22.99 | 20.87 | 30.01 | - |
| YUV | 128.67 | 137.78 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 118 | 146 | 0.02 | 0.19 | 0 | 0.43 | 293.57 | 0.11 | 0.52 |
| Hex | 8F | 76 | 92 | 2 | 13 | 0 | 2B | 126 | B | 34 |
| Octal | 217 | 166 | 222 | 2 | 23 | 0 | 53 | 446 | 13 | 64 |
| Binary | 10001111 | 1110110 | 10010010 | 10 | 10011 | 0 | 101011 | 100100110 | 1011 | 110100 |
Color Harmonies of #8F7692
Complementary color
Monochromatic Colors of #8F7692
Black with #8F7692
Text Example
Text Example
White with #8F7692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7692; }
p { color: rgb(143,118,146); }
H1.HeaderClassName
{
color: #8F7692;
}
.AnyTagClassName
{
color: #8F7692;
}
</style>
background-color css
<style>
a { background-color: #8F7692; }
a { background-color: rgb(143,118,146); }
div.DivClassName
{
background-color: #8F7692;
}
.BgClassName
{
background-color: #8F7692;
}
</style>
border-color css
<style>
span { border-color: #8F7692; }
span { border-color: rgb(143,118,146); }
td.TdClassName
{
border-color: #8F7692;
}
.TagClassName
{
border-color: #8F7692;
}
</style>