Shades of Amethyst #8F60CE
Tints of Amethyst #8F60CE
RGB
CMYK
RGB Variations
Color information
#8F60CE (or 0x8F60CE) is known color: Amethyst. HEX triplet: 8F, 60 and CE. RGB value is (143,96,206). Sum of RGB (Red+Green+Blue) = 143+96+206=445 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.13% from 445); Green value is 96 (37.89% from 255 or 21.57% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #8F60CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F60CE is #709F31. Grayscale: #7A7A7A. Windows color (decimal): -7380786 or 13525135. OLE color: 13525135.
HSL color Cylindrical-coordinate representation of color #8F60CE: hue angle of 265.64º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8F60CE is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 96 | 206 | - |
| CMYK | 0.31 | 0.53 | 0 | 0.19 |
| HSL | 265.64º | 0.53% | 0.59% | - |
| HSV(B) | 265.64º | 0.53% | 0.81% | - |
| XYZ | 26.65 | 18.66 | 60.59 | - |
| YUV | 122.59 | 175.07 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 96 | 206 | 0.31 | 0.53 | 0 | 0.19 | 265.64 | 0.53 | 0.59 |
| Hex | 8F | 60 | CE | 1F | 35 | 0 | 13 | 10A | 35 | 3B |
| Octal | 217 | 140 | 316 | 37 | 65 | 0 | 23 | 412 | 65 | 73 |
| Binary | 10001111 | 1100000 | 11001110 | 11111 | 110101 | 0 | 10011 | 100001010 | 110101 | 111011 |
Color Harmonies of #8F60CE
Complementary color
Monochromatic Colors of #8F60CE
Black with #8F60CE
Text Example
Text Example
White with #8F60CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F60CE; }
p { color: rgb(143,96,206); }
H1.HeaderClassName
{
color: #8F60CE;
}
.AnyTagClassName
{
color: #8F60CE;
}
</style>
background-color css
<style>
a { background-color: #8F60CE; }
a { background-color: rgb(143,96,206); }
div.DivClassName
{
background-color: #8F60CE;
}
.BgClassName
{
background-color: #8F60CE;
}
</style>
border-color css
<style>
span { border-color: #8F60CE; }
span { border-color: rgb(143,96,206); }
td.TdClassName
{
border-color: #8F60CE;
}
.TagClassName
{
border-color: #8F60CE;
}
</style>