Shades of Amethyst #8F55CD
Tints of Amethyst #8F55CD
RGB
CMYK
RGB Variations
Color information
#8F55CD (or 0x8F55CD) is known color: Amethyst. HEX triplet: 8F, 55 and CD. RGB value is (143,85,205). Sum of RGB (Red+Green+Blue) = 143+85+205=433 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.03% from 433); Green value is 85 (33.59% from 255 or 19.63% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #8F55CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F55CD is #70AA32. Grayscale: #737373. Windows color (decimal): -7383603 or 13456783. OLE color: 13456783.
HSL color Cylindrical-coordinate representation of color #8F55CD: hue angle of 269º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8F55CD is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 85 | 205 | - |
| CMYK | 0.30 | 0.59 | 0 | 0.20 |
| HSL | 269º | 0.55% | 0.57% | - |
| HSV(B) | 269º | 0.59% | 0.8% | - |
| XYZ | 25.6 | 16.74 | 59.64 | - |
| YUV | 116.02 | 178.22 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 85 | 205 | 0.30 | 0.59 | 0 | 0.20 | 269 | 0.55 | 0.57 |
| Hex | 8F | 55 | CD | 1E | 3B | 0 | 14 | 10D | 37 | 39 |
| Octal | 217 | 125 | 315 | 36 | 73 | 0 | 24 | 415 | 67 | 71 |
| Binary | 10001111 | 1010101 | 11001101 | 11110 | 111011 | 0 | 10100 | 100001101 | 110111 | 111001 |
Color Harmonies of #8F55CD
Complementary color
Monochromatic Colors of #8F55CD
Black with #8F55CD
Text Example
Text Example
White with #8F55CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F55CD; }
p { color: rgb(143,85,205); }
H1.HeaderClassName
{
color: #8F55CD;
}
.AnyTagClassName
{
color: #8F55CD;
}
</style>
background-color css
<style>
a { background-color: #8F55CD; }
a { background-color: rgb(143,85,205); }
div.DivClassName
{
background-color: #8F55CD;
}
.BgClassName
{
background-color: #8F55CD;
}
</style>
border-color css
<style>
span { border-color: #8F55CD; }
span { border-color: rgb(143,85,205); }
td.TdClassName
{
border-color: #8F55CD;
}
.TagClassName
{
border-color: #8F55CD;
}
</style>