Shades of Amethyst #8D5FCF
Tints of Amethyst #8D5FCF
RGB
CMYK
RGB Variations
Color information
#8D5FCF (or 0x8D5FCF) is known color: Amethyst. HEX triplet: 8D, 5F and CF. RGB value is (141,95,207). Sum of RGB (Red+Green+Blue) = 141+95+207=443 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.83% from 443); Green value is 95 (37.5% from 255 or 21.44% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #8D5FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D5FCF is #72A030. Grayscale: #797979. Windows color (decimal): -7512113 or 13590413. OLE color: 13590413.
HSL color Cylindrical-coordinate representation of color #8D5FCF: hue angle of 264.64º degrees, saturation: 0.54, 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 #8D5FCF is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 95 | 207 | - |
| CMYK | 0.32 | 0.54 | 0 | 0.19 |
| HSL | 264.64º | 0.54% | 0.59% | - |
| HSV(B) | 264.64º | 0.54% | 0.81% | - |
| XYZ | 26.34 | 18.35 | 61.19 | - |
| YUV | 121.52 | 176.24 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 95 | 207 | 0.32 | 0.54 | 0 | 0.19 | 264.64 | 0.54 | 0.59 |
| Hex | 8D | 5F | CF | 20 | 36 | 0 | 13 | 109 | 36 | 3B |
| Octal | 215 | 137 | 317 | 40 | 66 | 0 | 23 | 411 | 66 | 73 |
| Binary | 10001101 | 1011111 | 11001111 | 100000 | 110110 | 0 | 10011 | 100001001 | 110110 | 111011 |
Color Harmonies of #8D5FCF
Complementary color
Monochromatic Colors of #8D5FCF
Black with #8D5FCF
Text Example
Text Example
White with #8D5FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5FCF; }
p { color: rgb(141,95,207); }
H1.HeaderClassName
{
color: #8D5FCF;
}
.AnyTagClassName
{
color: #8D5FCF;
}
</style>
background-color css
<style>
a { background-color: #8D5FCF; }
a { background-color: rgb(141,95,207); }
div.DivClassName
{
background-color: #8D5FCF;
}
.BgClassName
{
background-color: #8D5FCF;
}
</style>
border-color css
<style>
span { border-color: #8D5FCF; }
span { border-color: rgb(141,95,207); }
td.TdClassName
{
border-color: #8D5FCF;
}
.TagClassName
{
border-color: #8D5FCF;
}
</style>