Shades of Amethyst #8F55CE
Tints of Amethyst #8F55CE
RGB
CMYK
RGB Variations
Color information
#8F55CE (or 0x8F55CE) is known color: Amethyst. HEX triplet: 8F, 55 and CE. RGB value is (143,85,206). Sum of RGB (Red+Green+Blue) = 143+85+206=434 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.95% from 434); Green value is 85 (33.59% from 255 or 19.59% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #8F55CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F55CE is #70AA31. Grayscale: #737373. Windows color (decimal): -7383602 or 13522319. OLE color: 13522319.
HSL color Cylindrical-coordinate representation of color #8F55CE: hue angle of 268.76º 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 #8F55CE is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 85 | 206 | - |
| CMYK | 0.31 | 0.59 | 0 | 0.19 |
| HSL | 268.76º | 0.55% | 0.57% | - |
| HSV(B) | 268.76º | 0.59% | 0.81% | - |
| XYZ | 25.72 | 16.79 | 60.28 | - |
| YUV | 116.14 | 178.72 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 85 | 206 | 0.31 | 0.59 | 0 | 0.19 | 268.76 | 0.55 | 0.57 |
| Hex | 8F | 55 | CE | 1F | 3B | 0 | 13 | 10D | 37 | 39 |
| Octal | 217 | 125 | 316 | 37 | 73 | 0 | 23 | 415 | 67 | 71 |
| Binary | 10001111 | 1010101 | 11001110 | 11111 | 111011 | 0 | 10011 | 100001101 | 110111 | 111001 |
Color Harmonies of #8F55CE
Complementary color
Monochromatic Colors of #8F55CE
Black with #8F55CE
Text Example
Text Example
White with #8F55CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F55CE; }
p { color: rgb(143,85,206); }
H1.HeaderClassName
{
color: #8F55CE;
}
.AnyTagClassName
{
color: #8F55CE;
}
</style>
background-color css
<style>
a { background-color: #8F55CE; }
a { background-color: rgb(143,85,206); }
div.DivClassName
{
background-color: #8F55CE;
}
.BgClassName
{
background-color: #8F55CE;
}
</style>
border-color css
<style>
span { border-color: #8F55CE; }
span { border-color: rgb(143,85,206); }
td.TdClassName
{
border-color: #8F55CE;
}
.TagClassName
{
border-color: #8F55CE;
}
</style>