Shades of Amethyst #8E63CE
Tints of Amethyst #8E63CE
RGB
CMYK
RGB Variations
Color information
#8E63CE (or 0x8E63CE) is known color: Amethyst. HEX triplet: 8E, 63 and CE. RGB value is (142,99,206). Sum of RGB (Red+Green+Blue) = 142+99+206=447 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.77% from 447); Green value is 99 (39.06% from 255 or 22.15% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 206 - color contains mainly: blue. Hex color #8E63CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E63CE is #719C31. Grayscale: #7B7B7B. Windows color (decimal): -7445554 or 13525902. OLE color: 13525902.
HSL color Cylindrical-coordinate representation of color #8E63CE: hue angle of 264.11º degrees, saturation: 0.52, 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 #8E63CE is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 99 | 206 | - |
| CMYK | 0.31 | 0.52 | 0 | 0.19 |
| HSL | 264.11º | 0.52% | 0.6% | - |
| HSV(B) | 264.11º | 0.52% | 0.81% | - |
| XYZ | 26.76 | 19.13 | 60.67 | - |
| YUV | 124.06 | 174.25 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 99 | 206 | 0.31 | 0.52 | 0 | 0.19 | 264.11 | 0.52 | 0.6 |
| Hex | 8E | 63 | CE | 1F | 34 | 0 | 13 | 108 | 34 | 3C |
| Octal | 216 | 143 | 316 | 37 | 64 | 0 | 23 | 410 | 64 | 74 |
| Binary | 10001110 | 1100011 | 11001110 | 11111 | 110100 | 0 | 10011 | 100001000 | 110100 | 111100 |
Color Harmonies of #8E63CE
Complementary color
Monochromatic Colors of #8E63CE
Black with #8E63CE
Text Example
Text Example
White with #8E63CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E63CE; }
p { color: rgb(142,99,206); }
H1.HeaderClassName
{
color: #8E63CE;
}
.AnyTagClassName
{
color: #8E63CE;
}
</style>
background-color css
<style>
a { background-color: #8E63CE; }
a { background-color: rgb(142,99,206); }
div.DivClassName
{
background-color: #8E63CE;
}
.BgClassName
{
background-color: #8E63CE;
}
</style>
border-color css
<style>
span { border-color: #8E63CE; }
span { border-color: rgb(142,99,206); }
td.TdClassName
{
border-color: #8E63CE;
}
.TagClassName
{
border-color: #8E63CE;
}
</style>