Shades of Amethyst #8E65CD
Tints of Amethyst #8E65CD
RGB
CMYK
RGB Variations
Color information
#8E65CD (or 0x8E65CD) is known color: Amethyst. HEX triplet: 8E, 65 and CD. RGB value is (142,101,205). Sum of RGB (Red+Green+Blue) = 142+101+205=448 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.70% from 448); Green value is 101 (39.84% from 255 or 22.54% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 205 - color contains mainly: blue. Hex color #8E65CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E65CD is #719A32. Grayscale: #7C7C7C. Windows color (decimal): -7445043 or 13460878. OLE color: 13460878.
HSL color Cylindrical-coordinate representation of color #8E65CD: hue angle of 263.65º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8E65CD is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 101 | 205 | - |
| CMYK | 0.31 | 0.51 | 0 | 0.20 |
| HSL | 263.65º | 0.51% | 0.6% | - |
| HSV(B) | 263.65º | 0.51% | 0.8% | - |
| XYZ | 26.83 | 19.47 | 60.1 | - |
| YUV | 125.12 | 173.08 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 101 | 205 | 0.31 | 0.51 | 0 | 0.20 | 263.65 | 0.51 | 0.6 |
| Hex | 8E | 65 | CD | 1F | 33 | 0 | 14 | 108 | 33 | 3C |
| Octal | 216 | 145 | 315 | 37 | 63 | 0 | 24 | 410 | 63 | 74 |
| Binary | 10001110 | 1100101 | 11001101 | 11111 | 110011 | 0 | 10100 | 100001000 | 110011 | 111100 |
Color Harmonies of #8E65CD
Complementary color
Monochromatic Colors of #8E65CD
Black with #8E65CD
Text Example
Text Example
White with #8E65CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E65CD; }
p { color: rgb(142,101,205); }
H1.HeaderClassName
{
color: #8E65CD;
}
.AnyTagClassName
{
color: #8E65CD;
}
</style>
background-color css
<style>
a { background-color: #8E65CD; }
a { background-color: rgb(142,101,205); }
div.DivClassName
{
background-color: #8E65CD;
}
.BgClassName
{
background-color: #8E65CD;
}
</style>
border-color css
<style>
span { border-color: #8E65CD; }
span { border-color: rgb(142,101,205); }
td.TdClassName
{
border-color: #8E65CD;
}
.TagClassName
{
border-color: #8E65CD;
}
</style>