Shades of Amethyst #8F4DDF
Tints of Amethyst #8F4DDF
RGB
CMYK
RGB Variations
Color information
#8F4DDF (or 0x8F4DDF) is known color: Amethyst. HEX triplet: 8F, 4D and DF. RGB value is (143,77,223). Sum of RGB (Red+Green+Blue) = 143+77+223=443 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.28% from 443); Green value is 77 (30.47% from 255 or 17.38% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #8F4DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F4DDF is #70B220. Grayscale: #707070. Windows color (decimal): -7385633 or 14634383. OLE color: 14634383.
HSL color Cylindrical-coordinate representation of color #8F4DDF: hue angle of 267.12º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8F4DDF is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 77 | 223 | - |
| CMYK | 0.36 | 0.65 | 0 | 0.13 |
| HSL | 267.12º | 0.7% | 0.59% | - |
| HSV(B) | 267.12º | 0.65% | 0.87% | - |
| XYZ | 27.3 | 16.48 | 71.55 | - |
| YUV | 113.38 | 189.87 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 77 | 223 | 0.36 | 0.65 | 0 | 0.13 | 267.12 | 0.7 | 0.59 |
| Hex | 8F | 4D | DF | 24 | 41 | 0 | D | 10B | 46 | 3B |
| Octal | 217 | 115 | 337 | 44 | 101 | 0 | 15 | 413 | 106 | 73 |
| Binary | 10001111 | 1001101 | 11011111 | 100100 | 1000001 | 0 | 1101 | 100001011 | 1000110 | 111011 |
Color Harmonies of #8F4DDF
Complementary color
Monochromatic Colors of #8F4DDF
Black with #8F4DDF
Text Example
Text Example
White with #8F4DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4DDF; }
p { color: rgb(143,77,223); }
H1.HeaderClassName
{
color: #8F4DDF;
}
.AnyTagClassName
{
color: #8F4DDF;
}
</style>
background-color css
<style>
a { background-color: #8F4DDF; }
a { background-color: rgb(143,77,223); }
div.DivClassName
{
background-color: #8F4DDF;
}
.BgClassName
{
background-color: #8F4DDF;
}
</style>
border-color css
<style>
span { border-color: #8F4DDF; }
span { border-color: rgb(143,77,223); }
td.TdClassName
{
border-color: #8F4DDF;
}
.TagClassName
{
border-color: #8F4DDF;
}
</style>