Shades of Amethyst #8F58CA
Tints of Amethyst #8F58CA
RGB
CMYK
RGB Variations
Color information
#8F58CA (or 0x8F58CA) is known color: Amethyst. HEX triplet: 8F, 58 and CA. RGB value is (143,88,202). Sum of RGB (Red+Green+Blue) = 143+88+202=433 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.03% from 433); Green value is 88 (34.77% from 255 or 20.32% from 433); Blue value is 202 (79.30% from 255 or 46.65% from 433); Max value from RGB is 202 - color contains mainly: blue. Hex color #8F58CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F58CA is #70A735. Grayscale: #757575. Windows color (decimal): -7382838 or 13260943. OLE color: 13260943.
HSL color Cylindrical-coordinate representation of color #8F58CA: hue angle of 268.95º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8F58CA is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 143 | 88 | 202 | - |
| CMYK | 0.29 | 0.56 | 0 | 0.21 |
| HSL | 268.95º | 0.52% | 0.57% | - |
| HSV(B) | 268.95º | 0.56% | 0.79% | - |
| XYZ | 25.48 | 17.08 | 57.83 | - |
| YUV | 117.44 | 175.72 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 88 | 202 | 0.29 | 0.56 | 0 | 0.21 | 268.95 | 0.52 | 0.57 |
| Hex | 8F | 58 | CA | 1D | 38 | 0 | 15 | 10D | 34 | 39 |
| Octal | 217 | 130 | 312 | 35 | 70 | 0 | 25 | 415 | 64 | 71 |
| Binary | 10001111 | 1011000 | 11001010 | 11101 | 111000 | 0 | 10101 | 100001101 | 110100 | 111001 |
Color Harmonies of #8F58CA
Complementary color
Monochromatic Colors of #8F58CA
Black with #8F58CA
Text Example
Text Example
White with #8F58CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F58CA; }
p { color: rgb(143,88,202); }
H1.HeaderClassName
{
color: #8F58CA;
}
.AnyTagClassName
{
color: #8F58CA;
}
</style>
background-color css
<style>
a { background-color: #8F58CA; }
a { background-color: rgb(143,88,202); }
div.DivClassName
{
background-color: #8F58CA;
}
.BgClassName
{
background-color: #8F58CA;
}
</style>
border-color css
<style>
span { border-color: #8F58CA; }
span { border-color: rgb(143,88,202); }
td.TdClassName
{
border-color: #8F58CA;
}
.TagClassName
{
border-color: #8F58CA;
}
</style>