Shades of Amethyst #8F4DDD
Tints of Amethyst #8F4DDD
RGB
CMYK
RGB Variations
Color information
#8F4DDD (or 0x8F4DDD) is known color: Amethyst. HEX triplet: 8F, 4D and DD. RGB value is (143,77,221). Sum of RGB (Red+Green+Blue) = 143+77+221=441 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.43% from 441); Green value is 77 (30.47% from 255 or 17.46% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #8F4DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F4DDD is #70B222. Grayscale: #707070. Windows color (decimal): -7385635 or 14503311. OLE color: 14503311.
HSL color Cylindrical-coordinate representation of color #8F4DDD: hue angle of 267.5º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8F4DDD is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 77 | 221 | - |
| CMYK | 0.35 | 0.65 | 0 | 0.13 |
| HSL | 267.5º | 0.68% | 0.58% | - |
| HSV(B) | 267.5º | 0.65% | 0.87% | - |
| XYZ | 27.03 | 16.37 | 70.14 | - |
| YUV | 113.15 | 188.87 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 77 | 221 | 0.35 | 0.65 | 0 | 0.13 | 267.5 | 0.68 | 0.58 |
| Hex | 8F | 4D | DD | 23 | 41 | 0 | D | 10C | 44 | 3A |
| Octal | 217 | 115 | 335 | 43 | 101 | 0 | 15 | 414 | 104 | 72 |
| Binary | 10001111 | 1001101 | 11011101 | 100011 | 1000001 | 0 | 1101 | 100001100 | 1000100 | 111010 |
Color Harmonies of #8F4DDD
Complementary color
Monochromatic Colors of #8F4DDD
Black with #8F4DDD
Text Example
Text Example
White with #8F4DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4DDD; }
p { color: rgb(143,77,221); }
H1.HeaderClassName
{
color: #8F4DDD;
}
.AnyTagClassName
{
color: #8F4DDD;
}
</style>
background-color css
<style>
a { background-color: #8F4DDD; }
a { background-color: rgb(143,77,221); }
div.DivClassName
{
background-color: #8F4DDD;
}
.BgClassName
{
background-color: #8F4DDD;
}
</style>
border-color css
<style>
span { border-color: #8F4DDD; }
span { border-color: rgb(143,77,221); }
td.TdClassName
{
border-color: #8F4DDD;
}
.TagClassName
{
border-color: #8F4DDD;
}
</style>