Shades of Amethyst #8F60C0
Tints of Amethyst #8F60C0
RGB
CMYK
RGB Variations
Color information
#8F60C0 (or 0x8F60C0) is known color: Amethyst. HEX triplet: 8F, 60 and C0. RGB value is (143,96,192). Sum of RGB (Red+Green+Blue) = 143+96+192=431 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.18% from 431); Green value is 96 (37.89% from 255 or 22.27% from 431); Blue value is 192 (75.39% from 255 or 44.55% from 431); Max value from RGB is 192 - color contains mainly: blue. Hex color #8F60C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F60C0 is #709F3F. Grayscale: #787878. Windows color (decimal): -7380800 or 12607631. OLE color: 12607631.
HSL color Cylindrical-coordinate representation of color #8F60C0: hue angle of 269.38º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8F60C0 is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 96 | 192 | - |
| CMYK | 0.26 | 0.50 | 0 | 0.25 |
| HSL | 269.38º | 0.43% | 0.56% | - |
| HSV(B) | 269.38º | 0.5% | 0.75% | - |
| XYZ | 25.02 | 18.01 | 52.03 | - |
| YUV | 121 | 168.07 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 96 | 192 | 0.26 | 0.50 | 0 | 0.25 | 269.38 | 0.43 | 0.56 |
| Hex | 8F | 60 | C0 | 1A | 32 | 0 | 19 | 10D | 2B | 38 |
| Octal | 217 | 140 | 300 | 32 | 62 | 0 | 31 | 415 | 53 | 70 |
| Binary | 10001111 | 1100000 | 11000000 | 11010 | 110010 | 0 | 11001 | 100001101 | 101011 | 111000 |
Color Harmonies of #8F60C0
Complementary color
Monochromatic Colors of #8F60C0
Black with #8F60C0
Text Example
Text Example
White with #8F60C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F60C0; }
p { color: rgb(143,96,192); }
H1.HeaderClassName
{
color: #8F60C0;
}
.AnyTagClassName
{
color: #8F60C0;
}
</style>
background-color css
<style>
a { background-color: #8F60C0; }
a { background-color: rgb(143,96,192); }
div.DivClassName
{
background-color: #8F60C0;
}
.BgClassName
{
background-color: #8F60C0;
}
</style>
border-color css
<style>
span { border-color: #8F60C0; }
span { border-color: rgb(143,96,192); }
td.TdClassName
{
border-color: #8F60C0;
}
.TagClassName
{
border-color: #8F60C0;
}
</style>