Shades of Amethyst #8F56CA
Tints of Amethyst #8F56CA
RGB
CMYK
RGB Variations
Color information
#8F56CA (or 0x8F56CA) is known color: Amethyst. HEX triplet: 8F, 56 and CA. RGB value is (143,86,202). Sum of RGB (Red+Green+Blue) = 143+86+202=431 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.18% from 431); Green value is 86 (33.98% from 255 or 19.95% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 202 - color contains mainly: blue. Hex color #8F56CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F56CA is #70A935. Grayscale: #737373. Windows color (decimal): -7383350 or 13260431. OLE color: 13260431.
HSL color Cylindrical-coordinate representation of color #8F56CA: hue angle of 269.48º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8F56CA is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 143 | 86 | 202 | - |
| CMYK | 0.29 | 0.57 | 0 | 0.21 |
| HSL | 269.48º | 0.52% | 0.56% | - |
| HSV(B) | 269.48º | 0.57% | 0.79% | - |
| XYZ | 25.32 | 16.76 | 57.78 | - |
| YUV | 116.27 | 176.38 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 86 | 202 | 0.29 | 0.57 | 0 | 0.21 | 269.48 | 0.52 | 0.56 |
| Hex | 8F | 56 | CA | 1D | 39 | 0 | 15 | 10D | 34 | 38 |
| Octal | 217 | 126 | 312 | 35 | 71 | 0 | 25 | 415 | 64 | 70 |
| Binary | 10001111 | 1010110 | 11001010 | 11101 | 111001 | 0 | 10101 | 100001101 | 110100 | 111000 |
Color Harmonies of #8F56CA
Complementary color
Monochromatic Colors of #8F56CA
Black with #8F56CA
Text Example
Text Example
White with #8F56CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F56CA; }
p { color: rgb(143,86,202); }
H1.HeaderClassName
{
color: #8F56CA;
}
.AnyTagClassName
{
color: #8F56CA;
}
</style>
background-color css
<style>
a { background-color: #8F56CA; }
a { background-color: rgb(143,86,202); }
div.DivClassName
{
background-color: #8F56CA;
}
.BgClassName
{
background-color: #8F56CA;
}
</style>
border-color css
<style>
span { border-color: #8F56CA; }
span { border-color: rgb(143,86,202); }
td.TdClassName
{
border-color: #8F56CA;
}
.TagClassName
{
border-color: #8F56CA;
}
</style>