Shades of Amethyst #8E63CF
Tints of Amethyst #8E63CF
RGB
CMYK
RGB Variations
Color information
#8E63CF (or 0x8E63CF) is known color: Amethyst. HEX triplet: 8E, 63 and CF. RGB value is (142,99,207). Sum of RGB (Red+Green+Blue) = 142+99+207=448 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.70% from 448); Green value is 99 (39.06% from 255 or 22.10% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #8E63CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E63CF is #719C30. Grayscale: #7B7B7B. Windows color (decimal): -7445553 or 13591438. OLE color: 13591438.
HSL color Cylindrical-coordinate representation of color #8E63CF: hue angle of 263.89º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8E63CF is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 99 | 207 | - |
| CMYK | 0.31 | 0.52 | 0 | 0.19 |
| HSL | 263.89º | 0.53% | 0.6% | - |
| HSV(B) | 263.89º | 0.52% | 0.81% | - |
| XYZ | 26.88 | 19.18 | 61.32 | - |
| YUV | 124.17 | 174.75 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 99 | 207 | 0.31 | 0.52 | 0 | 0.19 | 263.89 | 0.53 | 0.6 |
| Hex | 8E | 63 | CF | 1F | 34 | 0 | 13 | 108 | 35 | 3C |
| Octal | 216 | 143 | 317 | 37 | 64 | 0 | 23 | 410 | 65 | 74 |
| Binary | 10001110 | 1100011 | 11001111 | 11111 | 110100 | 0 | 10011 | 100001000 | 110101 | 111100 |
Color Harmonies of #8E63CF
Complementary color
Monochromatic Colors of #8E63CF
Black with #8E63CF
Text Example
Text Example
White with #8E63CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E63CF; }
p { color: rgb(142,99,207); }
H1.HeaderClassName
{
color: #8E63CF;
}
.AnyTagClassName
{
color: #8E63CF;
}
</style>
background-color css
<style>
a { background-color: #8E63CF; }
a { background-color: rgb(142,99,207); }
div.DivClassName
{
background-color: #8E63CF;
}
.BgClassName
{
background-color: #8E63CF;
}
</style>
border-color css
<style>
span { border-color: #8E63CF; }
span { border-color: rgb(142,99,207); }
td.TdClassName
{
border-color: #8E63CF;
}
.TagClassName
{
border-color: #8E63CF;
}
</style>