Shades of Amethyst #8D61CE
Tints of Amethyst #8D61CE
RGB
CMYK
RGB Variations
Color information
#8D61CE (or 0x8D61CE) is known color: Amethyst. HEX triplet: 8D, 61 and CE. RGB value is (141,97,206). Sum of RGB (Red+Green+Blue) = 141+97+206=444 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.76% from 444); Green value is 97 (38.28% from 255 or 21.85% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #8D61CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D61CE is #729E31. Grayscale: #7A7A7A. Windows color (decimal): -7511602 or 13525389. OLE color: 13525389.
HSL color Cylindrical-coordinate representation of color #8D61CE: hue angle of 264.22º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8D61CE is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 97 | 206 | - |
| CMYK | 0.32 | 0.53 | 0 | 0.19 |
| HSL | 264.22º | 0.53% | 0.59% | - |
| HSV(B) | 264.22º | 0.53% | 0.81% | - |
| XYZ | 26.4 | 18.67 | 60.6 | - |
| YUV | 122.58 | 175.08 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 97 | 206 | 0.32 | 0.53 | 0 | 0.19 | 264.22 | 0.53 | 0.59 |
| Hex | 8D | 61 | CE | 20 | 35 | 0 | 13 | 108 | 35 | 3B |
| Octal | 215 | 141 | 316 | 40 | 65 | 0 | 23 | 410 | 65 | 73 |
| Binary | 10001101 | 1100001 | 11001110 | 100000 | 110101 | 0 | 10011 | 100001000 | 110101 | 111011 |
Color Harmonies of #8D61CE
Complementary color
Monochromatic Colors of #8D61CE
Black with #8D61CE
Text Example
Text Example
White with #8D61CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D61CE; }
p { color: rgb(141,97,206); }
H1.HeaderClassName
{
color: #8D61CE;
}
.AnyTagClassName
{
color: #8D61CE;
}
</style>
background-color css
<style>
a { background-color: #8D61CE; }
a { background-color: rgb(141,97,206); }
div.DivClassName
{
background-color: #8D61CE;
}
.BgClassName
{
background-color: #8D61CE;
}
</style>
border-color css
<style>
span { border-color: #8D61CE; }
span { border-color: rgb(141,97,206); }
td.TdClassName
{
border-color: #8D61CE;
}
.TagClassName
{
border-color: #8D61CE;
}
</style>