Shades of Amethyst #8C5ECF
Tints of Amethyst #8C5ECF
RGB
CMYK
RGB Variations
Color information
#8C5ECF (or 0x8C5ECF) is known color: Amethyst. HEX triplet: 8C, 5E and CF. RGB value is (140,94,207). Sum of RGB (Red+Green+Blue) = 140+94+207=441 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.75% from 441); Green value is 94 (37.11% from 255 or 21.32% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #8C5ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C5ECF is #73A130. Grayscale: #787878. Windows color (decimal): -7577905 or 13590156. OLE color: 13590156.
HSL color Cylindrical-coordinate representation of color #8C5ECF: hue angle of 264.42º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8C5ECF is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 94 | 207 | - |
| CMYK | 0.32 | 0.55 | 0 | 0.19 |
| HSL | 264.42º | 0.54% | 0.59% | - |
| HSV(B) | 264.42º | 0.55% | 0.81% | - |
| XYZ | 26.08 | 18.09 | 61.15 | - |
| YUV | 120.64 | 176.74 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 94 | 207 | 0.32 | 0.55 | 0 | 0.19 | 264.42 | 0.54 | 0.59 |
| Hex | 8C | 5E | CF | 20 | 37 | 0 | 13 | 108 | 36 | 3B |
| Octal | 214 | 136 | 317 | 40 | 67 | 0 | 23 | 410 | 66 | 73 |
| Binary | 10001100 | 1011110 | 11001111 | 100000 | 110111 | 0 | 10011 | 100001000 | 110110 | 111011 |
Color Harmonies of #8C5ECF
Complementary color
Monochromatic Colors of #8C5ECF
Black with #8C5ECF
Text Example
Text Example
White with #8C5ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5ECF; }
p { color: rgb(140,94,207); }
H1.HeaderClassName
{
color: #8C5ECF;
}
.AnyTagClassName
{
color: #8C5ECF;
}
</style>
background-color css
<style>
a { background-color: #8C5ECF; }
a { background-color: rgb(140,94,207); }
div.DivClassName
{
background-color: #8C5ECF;
}
.BgClassName
{
background-color: #8C5ECF;
}
</style>
border-color css
<style>
span { border-color: #8C5ECF; }
span { border-color: rgb(140,94,207); }
td.TdClassName
{
border-color: #8C5ECF;
}
.TagClassName
{
border-color: #8C5ECF;
}
</style>