Shades of Amethyst #8F54CE
Tints of Amethyst #8F54CE
RGB
CMYK
RGB Variations
Color information
#8F54CE (or 0x8F54CE) is known color: Amethyst. HEX triplet: 8F, 54 and CE. RGB value is (143,84,206). Sum of RGB (Red+Green+Blue) = 143+84+206=433 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.03% from 433); Green value is 84 (33.20% from 255 or 19.40% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #8F54CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F54CE is #70AB31. Grayscale: #737373. Windows color (decimal): -7383858 or 13522063. OLE color: 13522063.
HSL color Cylindrical-coordinate representation of color #8F54CE: hue angle of 269.02º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8F54CE is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 84 | 206 | - |
| CMYK | 0.31 | 0.59 | 0 | 0.19 |
| HSL | 269.02º | 0.55% | 0.57% | - |
| HSV(B) | 269.02º | 0.59% | 0.81% | - |
| XYZ | 25.64 | 16.64 | 60.25 | - |
| YUV | 115.55 | 179.05 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 84 | 206 | 0.31 | 0.59 | 0 | 0.19 | 269.02 | 0.55 | 0.57 |
| Hex | 8F | 54 | CE | 1F | 3B | 0 | 13 | 10D | 37 | 39 |
| Octal | 217 | 124 | 316 | 37 | 73 | 0 | 23 | 415 | 67 | 71 |
| Binary | 10001111 | 1010100 | 11001110 | 11111 | 111011 | 0 | 10011 | 100001101 | 110111 | 111001 |
Color Harmonies of #8F54CE
Complementary color
Monochromatic Colors of #8F54CE
Black with #8F54CE
Text Example
Text Example
White with #8F54CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F54CE; }
p { color: rgb(143,84,206); }
H1.HeaderClassName
{
color: #8F54CE;
}
.AnyTagClassName
{
color: #8F54CE;
}
</style>
background-color css
<style>
a { background-color: #8F54CE; }
a { background-color: rgb(143,84,206); }
div.DivClassName
{
background-color: #8F54CE;
}
.BgClassName
{
background-color: #8F54CE;
}
</style>
border-color css
<style>
span { border-color: #8F54CE; }
span { border-color: rgb(143,84,206); }
td.TdClassName
{
border-color: #8F54CE;
}
.TagClassName
{
border-color: #8F54CE;
}
</style>