Shades of Amethyst #8F5FCA
Tints of Amethyst #8F5FCA
RGB
CMYK
RGB Variations
Color information
#8F5FCA (or 0x8F5FCA) is known color: Amethyst. HEX triplet: 8F, 5F and CA. RGB value is (143,95,202). Sum of RGB (Red+Green+Blue) = 143+95+202=440 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.5% from 440); Green value is 95 (37.5% from 255 or 21.59% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #8F5FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F5FCA is #70A035. Grayscale: #797979. Windows color (decimal): -7381046 or 13262735. OLE color: 13262735.
HSL color Cylindrical-coordinate representation of color #8F5FCA: hue angle of 266.92º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8F5FCA is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 143 | 95 | 202 | - |
| CMYK | 0.29 | 0.53 | 0 | 0.21 |
| HSL | 266.92º | 0.5% | 0.58% | - |
| HSV(B) | 266.92º | 0.53% | 0.79% | - |
| XYZ | 26.08 | 18.29 | 58.03 | - |
| YUV | 121.55 | 173.4 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 95 | 202 | 0.29 | 0.53 | 0 | 0.21 | 266.92 | 0.5 | 0.58 |
| Hex | 8F | 5F | CA | 1D | 35 | 0 | 15 | 10B | 32 | 3A |
| Octal | 217 | 137 | 312 | 35 | 65 | 0 | 25 | 413 | 62 | 72 |
| Binary | 10001111 | 1011111 | 11001010 | 11101 | 110101 | 0 | 10101 | 100001011 | 110010 | 111010 |
Color Harmonies of #8F5FCA
Complementary color
Monochromatic Colors of #8F5FCA
Black with #8F5FCA
Text Example
Text Example
White with #8F5FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5FCA; }
p { color: rgb(143,95,202); }
H1.HeaderClassName
{
color: #8F5FCA;
}
.AnyTagClassName
{
color: #8F5FCA;
}
</style>
background-color css
<style>
a { background-color: #8F5FCA; }
a { background-color: rgb(143,95,202); }
div.DivClassName
{
background-color: #8F5FCA;
}
.BgClassName
{
background-color: #8F5FCA;
}
</style>
border-color css
<style>
span { border-color: #8F5FCA; }
span { border-color: rgb(143,95,202); }
td.TdClassName
{
border-color: #8F5FCA;
}
.TagClassName
{
border-color: #8F5FCA;
}
</style>