Shades of Amethyst #8D4ECF
Tints of Amethyst #8D4ECF
RGB
CMYK
RGB Variations
Color information
#8D4ECF (or 0x8D4ECF) is known color: Amethyst. HEX triplet: 8D, 4E and CF. RGB value is (141,78,207). Sum of RGB (Red+Green+Blue) = 141+78+207=426 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.10% from 426); Green value is 78 (30.86% from 255 or 18.31% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 207 - color contains mainly: blue. Hex color #8D4ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D4ECF is #72B130. Grayscale: #6F6F6F. Windows color (decimal): -7516465 or 13586061. OLE color: 13586061.
HSL color Cylindrical-coordinate representation of color #8D4ECF: hue angle of 269.3º 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 #8D4ECF is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 78 | 207 | - |
| CMYK | 0.32 | 0.62 | 0 | 0.19 |
| HSL | 269.3º | 0.57% | 0.56% | - |
| HSV(B) | 269.3º | 0.62% | 0.81% | - |
| XYZ | 24.97 | 15.62 | 60.73 | - |
| YUV | 111.54 | 181.87 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 78 | 207 | 0.32 | 0.62 | 0 | 0.19 | 269.3 | 0.57 | 0.56 |
| Hex | 8D | 4E | CF | 20 | 3E | 0 | 13 | 10D | 39 | 38 |
| Octal | 215 | 116 | 317 | 40 | 76 | 0 | 23 | 415 | 71 | 70 |
| Binary | 10001101 | 1001110 | 11001111 | 100000 | 111110 | 0 | 10011 | 100001101 | 111001 | 111000 |
Color Harmonies of #8D4ECF
Complementary color
Monochromatic Colors of #8D4ECF
Black with #8D4ECF
Text Example
Text Example
White with #8D4ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4ECF; }
p { color: rgb(141,78,207); }
H1.HeaderClassName
{
color: #8D4ECF;
}
.AnyTagClassName
{
color: #8D4ECF;
}
</style>
background-color css
<style>
a { background-color: #8D4ECF; }
a { background-color: rgb(141,78,207); }
div.DivClassName
{
background-color: #8D4ECF;
}
.BgClassName
{
background-color: #8D4ECF;
}
</style>
border-color css
<style>
span { border-color: #8D4ECF; }
span { border-color: rgb(141,78,207); }
td.TdClassName
{
border-color: #8D4ECF;
}
.TagClassName
{
border-color: #8D4ECF;
}
</style>