Shades of Amethyst #8F60C3
Tints of Amethyst #8F60C3
RGB
CMYK
RGB Variations
Color information
#8F60C3 (or 0x8F60C3) is known color: Amethyst. HEX triplet: 8F, 60 and C3. RGB value is (143,96,195). Sum of RGB (Red+Green+Blue) = 143+96+195=434 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.95% from 434); Green value is 96 (37.89% from 255 or 22.12% from 434); Blue value is 195 (76.56% from 255 or 44.93% from 434); Max value from RGB is 195 - color contains mainly: blue. Hex color #8F60C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F60C3 is #709F3C. Grayscale: #787878. Windows color (decimal): -7380797 or 12804239. OLE color: 12804239.
HSL color Cylindrical-coordinate representation of color #8F60C3: hue angle of 268.48º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8F60C3 is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 96 | 195 | - |
| CMYK | 0.27 | 0.51 | 0 | 0.24 |
| HSL | 268.48º | 0.45% | 0.57% | - |
| HSV(B) | 268.48º | 0.51% | 0.76% | - |
| XYZ | 25.36 | 18.15 | 53.8 | - |
| YUV | 121.34 | 169.57 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 96 | 195 | 0.27 | 0.51 | 0 | 0.24 | 268.48 | 0.45 | 0.57 |
| Hex | 8F | 60 | C3 | 1B | 33 | 0 | 18 | 10C | 2D | 39 |
| Octal | 217 | 140 | 303 | 33 | 63 | 0 | 30 | 414 | 55 | 71 |
| Binary | 10001111 | 1100000 | 11000011 | 11011 | 110011 | 0 | 11000 | 100001100 | 101101 | 111001 |
Color Harmonies of #8F60C3
Complementary color
Monochromatic Colors of #8F60C3
Black with #8F60C3
Text Example
Text Example
White with #8F60C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F60C3; }
p { color: rgb(143,96,195); }
H1.HeaderClassName
{
color: #8F60C3;
}
.AnyTagClassName
{
color: #8F60C3;
}
</style>
background-color css
<style>
a { background-color: #8F60C3; }
a { background-color: rgb(143,96,195); }
div.DivClassName
{
background-color: #8F60C3;
}
.BgClassName
{
background-color: #8F60C3;
}
</style>
border-color css
<style>
span { border-color: #8F60C3; }
span { border-color: rgb(143,96,195); }
td.TdClassName
{
border-color: #8F60C3;
}
.TagClassName
{
border-color: #8F60C3;
}
</style>