Shades of Amethyst #8D5FCE
Tints of Amethyst #8D5FCE
RGB
CMYK
RGB Variations
Color information
#8D5FCE (or 0x8D5FCE) is known color: Amethyst. HEX triplet: 8D, 5F and CE. RGB value is (141,95,206). Sum of RGB (Red+Green+Blue) = 141+95+206=442 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.90% from 442); Green value is 95 (37.5% from 255 or 21.49% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 206 - color contains mainly: blue. Hex color #8D5FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D5FCE is #72A031. Grayscale: #797979. Windows color (decimal): -7512114 or 13524877. OLE color: 13524877.
HSL color Cylindrical-coordinate representation of color #8D5FCE: hue angle of 264.86º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8D5FCE is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 95 | 206 | - |
| CMYK | 0.32 | 0.54 | 0 | 0.19 |
| HSL | 264.86º | 0.53% | 0.59% | - |
| HSV(B) | 264.86º | 0.54% | 0.81% | - |
| XYZ | 26.22 | 18.3 | 60.54 | - |
| YUV | 121.41 | 175.74 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 95 | 206 | 0.32 | 0.54 | 0 | 0.19 | 264.86 | 0.53 | 0.59 |
| Hex | 8D | 5F | CE | 20 | 36 | 0 | 13 | 109 | 35 | 3B |
| Octal | 215 | 137 | 316 | 40 | 66 | 0 | 23 | 411 | 65 | 73 |
| Binary | 10001101 | 1011111 | 11001110 | 100000 | 110110 | 0 | 10011 | 100001001 | 110101 | 111011 |
Color Harmonies of #8D5FCE
Complementary color
Monochromatic Colors of #8D5FCE
Black with #8D5FCE
Text Example
Text Example
White with #8D5FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5FCE; }
p { color: rgb(141,95,206); }
H1.HeaderClassName
{
color: #8D5FCE;
}
.AnyTagClassName
{
color: #8D5FCE;
}
</style>
background-color css
<style>
a { background-color: #8D5FCE; }
a { background-color: rgb(141,95,206); }
div.DivClassName
{
background-color: #8D5FCE;
}
.BgClassName
{
background-color: #8D5FCE;
}
</style>
border-color css
<style>
span { border-color: #8D5FCE; }
span { border-color: rgb(141,95,206); }
td.TdClassName
{
border-color: #8D5FCE;
}
.TagClassName
{
border-color: #8D5FCE;
}
</style>