Shades of Amethyst #8F60CF
Tints of Amethyst #8F60CF
RGB
CMYK
RGB Variations
Color information
#8F60CF (or 0x8F60CF) is known color: Amethyst. HEX triplet: 8F, 60 and CF. RGB value is (143,96,207). Sum of RGB (Red+Green+Blue) = 143+96+207=446 (59% of max value = 765). Red value is 143 (56.25% from 255 or 32.06% from 446); Green value is 96 (37.89% from 255 or 21.52% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: blue. Hex color #8F60CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F60CF is #709F30. Grayscale: #7A7A7A. Windows color (decimal): -7380785 or 13590671. OLE color: 13590671.
HSL color Cylindrical-coordinate representation of color #8F60CF: hue angle of 265.41º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8F60CF is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 96 | 207 | - |
| CMYK | 0.31 | 0.54 | 0 | 0.19 |
| HSL | 265.41º | 0.54% | 0.59% | - |
| HSV(B) | 265.41º | 0.54% | 0.81% | - |
| XYZ | 26.77 | 18.71 | 61.23 | - |
| YUV | 122.71 | 175.57 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 96 | 207 | 0.31 | 0.54 | 0 | 0.19 | 265.41 | 0.54 | 0.59 |
| Hex | 8F | 60 | CF | 1F | 36 | 0 | 13 | 109 | 36 | 3B |
| Octal | 217 | 140 | 317 | 37 | 66 | 0 | 23 | 411 | 66 | 73 |
| Binary | 10001111 | 1100000 | 11001111 | 11111 | 110110 | 0 | 10011 | 100001001 | 110110 | 111011 |
Color Harmonies of #8F60CF
Complementary color
Monochromatic Colors of #8F60CF
Black with #8F60CF
Text Example
Text Example
White with #8F60CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F60CF; }
p { color: rgb(143,96,207); }
H1.HeaderClassName
{
color: #8F60CF;
}
.AnyTagClassName
{
color: #8F60CF;
}
</style>
background-color css
<style>
a { background-color: #8F60CF; }
a { background-color: rgb(143,96,207); }
div.DivClassName
{
background-color: #8F60CF;
}
.BgClassName
{
background-color: #8F60CF;
}
</style>
border-color css
<style>
span { border-color: #8F60CF; }
span { border-color: rgb(143,96,207); }
td.TdClassName
{
border-color: #8F60CF;
}
.TagClassName
{
border-color: #8F60CF;
}
</style>