Shades of Amethyst #8F62C2
Tints of Amethyst #8F62C2
RGB
CMYK
RGB Variations
Color information
#8F62C2 (or 0x8F62C2) is known color: Amethyst. HEX triplet: 8F, 62 and C2. RGB value is (143,98,194). Sum of RGB (Red+Green+Blue) = 143+98+194=435 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.87% from 435); Green value is 98 (38.67% from 255 or 22.53% from 435); Blue value is 194 (76.17% from 255 or 44.60% from 435); Max value from RGB is 194 - color contains mainly: blue. Hex color #8F62C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F62C2 is #709D3D. Grayscale: #7A7A7A. Windows color (decimal): -7380286 or 12739215. OLE color: 12739215.
HSL color Cylindrical-coordinate representation of color #8F62C2: hue angle of 268.12º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8F62C2 is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 98 | 194 | - |
| CMYK | 0.26 | 0.49 | 0 | 0.24 |
| HSL | 268.13º | 0.44% | 0.57% | - |
| HSV(B) | 268.13º | 0.49% | 0.76% | - |
| XYZ | 25.43 | 18.47 | 53.26 | - |
| YUV | 122.4 | 168.41 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 98 | 194 | 0.26 | 0.49 | 0 | 0.24 | 268.13 | 0.44 | 0.57 |
| Hex | 8F | 62 | C2 | 1A | 31 | 0 | 18 | 10C | 2C | 39 |
| Octal | 217 | 142 | 302 | 32 | 61 | 0 | 30 | 414 | 54 | 71 |
| Binary | 10001111 | 1100010 | 11000010 | 11010 | 110001 | 0 | 11000 | 100001100 | 101100 | 111001 |
Color Harmonies of #8F62C2
Complementary color
Monochromatic Colors of #8F62C2
Black with #8F62C2
Text Example
Text Example
White with #8F62C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F62C2; }
p { color: rgb(143,98,194); }
H1.HeaderClassName
{
color: #8F62C2;
}
.AnyTagClassName
{
color: #8F62C2;
}
</style>
background-color css
<style>
a { background-color: #8F62C2; }
a { background-color: rgb(143,98,194); }
div.DivClassName
{
background-color: #8F62C2;
}
.BgClassName
{
background-color: #8F62C2;
}
</style>
border-color css
<style>
span { border-color: #8F62C2; }
span { border-color: rgb(143,98,194); }
td.TdClassName
{
border-color: #8F62C2;
}
.TagClassName
{
border-color: #8F62C2;
}
</style>