Shades of Amethyst #8F5FC2
Tints of Amethyst #8F5FC2
RGB
CMYK
RGB Variations
Color information
#8F5FC2 (or 0x8F5FC2) is known color: Amethyst. HEX triplet: 8F, 5F and C2. RGB value is (143,95,194). Sum of RGB (Red+Green+Blue) = 143+95+194=432 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.10% from 432); Green value is 95 (37.5% from 255 or 21.99% from 432); Blue value is 194 (76.17% from 255 or 44.91% from 432); Max value from RGB is 194 - color contains mainly: blue. Hex color #8F5FC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F5FC2 is #70A03D. Grayscale: #787878. Windows color (decimal): -7381054 or 12738447. OLE color: 12738447.
HSL color Cylindrical-coordinate representation of color #8F5FC2: hue angle of 269.09º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8F5FC2 is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 95 | 194 | - |
| CMYK | 0.26 | 0.51 | 0 | 0.24 |
| HSL | 269.09º | 0.45% | 0.57% | - |
| HSV(B) | 269.09º | 0.51% | 0.76% | - |
| XYZ | 25.16 | 17.92 | 53.17 | - |
| YUV | 120.64 | 169.4 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 95 | 194 | 0.26 | 0.51 | 0 | 0.24 | 269.09 | 0.45 | 0.57 |
| Hex | 8F | 5F | C2 | 1A | 33 | 0 | 18 | 10D | 2D | 39 |
| Octal | 217 | 137 | 302 | 32 | 63 | 0 | 30 | 415 | 55 | 71 |
| Binary | 10001111 | 1011111 | 11000010 | 11010 | 110011 | 0 | 11000 | 100001101 | 101101 | 111001 |
Color Harmonies of #8F5FC2
Complementary color
Monochromatic Colors of #8F5FC2
Black with #8F5FC2
Text Example
Text Example
White with #8F5FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5FC2; }
p { color: rgb(143,95,194); }
H1.HeaderClassName
{
color: #8F5FC2;
}
.AnyTagClassName
{
color: #8F5FC2;
}
</style>
background-color css
<style>
a { background-color: #8F5FC2; }
a { background-color: rgb(143,95,194); }
div.DivClassName
{
background-color: #8F5FC2;
}
.BgClassName
{
background-color: #8F5FC2;
}
</style>
border-color css
<style>
span { border-color: #8F5FC2; }
span { border-color: rgb(143,95,194); }
td.TdClassName
{
border-color: #8F5FC2;
}
.TagClassName
{
border-color: #8F5FC2;
}
</style>