Shades of Amethyst #8C4ECF
Tints of Amethyst #8C4ECF
RGB
CMYK
RGB Variations
Color information
#8C4ECF (or 0x8C4ECF) is known color: Amethyst. HEX triplet: 8C, 4E and CF. RGB value is (140,78,207). Sum of RGB (Red+Green+Blue) = 140+78+207=425 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.94% from 425); Green value is 78 (30.86% from 255 or 18.35% from 425); Blue value is 207 (81.25% from 255 or 48.71% from 425); Max value from RGB is 207 - color contains mainly: blue. Hex color #8C4ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C4ECF is #73B130. Grayscale: #6E6E6E. Windows color (decimal): -7582001 or 13586060. OLE color: 13586060.
HSL color Cylindrical-coordinate representation of color #8C4ECF: hue angle of 268.84º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8C4ECF is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 78 | 207 | - |
| CMYK | 0.32 | 0.62 | 0 | 0.19 |
| HSL | 268.84º | 0.57% | 0.56% | - |
| HSV(B) | 268.84º | 0.62% | 0.81% | - |
| XYZ | 24.8 | 15.53 | 60.72 | - |
| YUV | 111.24 | 182.04 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 78 | 207 | 0.32 | 0.62 | 0 | 0.19 | 268.84 | 0.57 | 0.56 |
| Hex | 8C | 4E | CF | 20 | 3E | 0 | 13 | 10D | 39 | 38 |
| Octal | 214 | 116 | 317 | 40 | 76 | 0 | 23 | 415 | 71 | 70 |
| Binary | 10001100 | 1001110 | 11001111 | 100000 | 111110 | 0 | 10011 | 100001101 | 111001 | 111000 |
Color Harmonies of #8C4ECF
Complementary color
Monochromatic Colors of #8C4ECF
Black with #8C4ECF
Text Example
Text Example
White with #8C4ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4ECF; }
p { color: rgb(140,78,207); }
H1.HeaderClassName
{
color: #8C4ECF;
}
.AnyTagClassName
{
color: #8C4ECF;
}
</style>
background-color css
<style>
a { background-color: #8C4ECF; }
a { background-color: rgb(140,78,207); }
div.DivClassName
{
background-color: #8C4ECF;
}
.BgClassName
{
background-color: #8C4ECF;
}
</style>
border-color css
<style>
span { border-color: #8C4ECF; }
span { border-color: rgb(140,78,207); }
td.TdClassName
{
border-color: #8C4ECF;
}
.TagClassName
{
border-color: #8C4ECF;
}
</style>