Shades of Amethyst #8F62CA
Tints of Amethyst #8F62CA
RGB
CMYK
RGB Variations
Color information
#8F62CA (or 0x8F62CA) is known color: Amethyst. HEX triplet: 8F, 62 and CA. RGB value is (143,98,202). Sum of RGB (Red+Green+Blue) = 143+98+202=443 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.28% from 443); Green value is 98 (38.67% from 255 or 22.12% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 202 - color contains mainly: blue. Hex color #8F62CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F62CA is #709D35. Grayscale: #7A7A7A. Windows color (decimal): -7380278 or 13263503. OLE color: 13263503.
HSL color Cylindrical-coordinate representation of color #8F62CA: hue angle of 265.96º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8F62CA is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 143 | 98 | 202 | - |
| CMYK | 0.29 | 0.51 | 0 | 0.21 |
| HSL | 265.96º | 0.5% | 0.59% | - |
| HSV(B) | 265.96º | 0.51% | 0.79% | - |
| XYZ | 26.36 | 18.84 | 58.12 | - |
| YUV | 123.31 | 172.41 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 98 | 202 | 0.29 | 0.51 | 0 | 0.21 | 265.96 | 0.5 | 0.59 |
| Hex | 8F | 62 | CA | 1D | 33 | 0 | 15 | 10A | 32 | 3B |
| Octal | 217 | 142 | 312 | 35 | 63 | 0 | 25 | 412 | 62 | 73 |
| Binary | 10001111 | 1100010 | 11001010 | 11101 | 110011 | 0 | 10101 | 100001010 | 110010 | 111011 |
Color Harmonies of #8F62CA
Complementary color
Monochromatic Colors of #8F62CA
Black with #8F62CA
Text Example
Text Example
White with #8F62CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F62CA; }
p { color: rgb(143,98,202); }
H1.HeaderClassName
{
color: #8F62CA;
}
.AnyTagClassName
{
color: #8F62CA;
}
</style>
background-color css
<style>
a { background-color: #8F62CA; }
a { background-color: rgb(143,98,202); }
div.DivClassName
{
background-color: #8F62CA;
}
.BgClassName
{
background-color: #8F62CA;
}
</style>
border-color css
<style>
span { border-color: #8F62CA; }
span { border-color: rgb(143,98,202); }
td.TdClassName
{
border-color: #8F62CA;
}
.TagClassName
{
border-color: #8F62CA;
}
</style>