Shades of Amethyst #8F50DF
Tints of Amethyst #8F50DF
RGB
CMYK
RGB Variations
Color information
#8F50DF (or 0x8F50DF) is known color: Amethyst. HEX triplet: 8F, 50 and DF. RGB value is (143,80,223). Sum of RGB (Red+Green+Blue) = 143+80+223=446 (59% of max value = 765). Red value is 143 (56.25% from 255 or 32.06% from 446); Green value is 80 (31.64% from 255 or 17.94% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #8F50DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F50DF is #70AF20. Grayscale: #727272. Windows color (decimal): -7384865 or 14635151. OLE color: 14635151.
HSL color Cylindrical-coordinate representation of color #8F50DF: hue angle of 266.43º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8F50DF is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 80 | 223 | - |
| CMYK | 0.36 | 0.64 | 0 | 0.13 |
| HSL | 266.43º | 0.69% | 0.59% | - |
| HSV(B) | 266.43º | 0.64% | 0.87% | - |
| XYZ | 27.52 | 16.9 | 71.62 | - |
| YUV | 115.14 | 188.87 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 80 | 223 | 0.36 | 0.64 | 0 | 0.13 | 266.43 | 0.69 | 0.59 |
| Hex | 8F | 50 | DF | 24 | 40 | 0 | D | 10A | 45 | 3B |
| Octal | 217 | 120 | 337 | 44 | 100 | 0 | 15 | 412 | 105 | 73 |
| Binary | 10001111 | 1010000 | 11011111 | 100100 | 1000000 | 0 | 1101 | 100001010 | 1000101 | 111011 |
Color Harmonies of #8F50DF
Complementary color
Monochromatic Colors of #8F50DF
Black with #8F50DF
Text Example
Text Example
White with #8F50DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F50DF; }
p { color: rgb(143,80,223); }
H1.HeaderClassName
{
color: #8F50DF;
}
.AnyTagClassName
{
color: #8F50DF;
}
</style>
background-color css
<style>
a { background-color: #8F50DF; }
a { background-color: rgb(143,80,223); }
div.DivClassName
{
background-color: #8F50DF;
}
.BgClassName
{
background-color: #8F50DF;
}
</style>
border-color css
<style>
span { border-color: #8F50DF; }
span { border-color: rgb(143,80,223); }
td.TdClassName
{
border-color: #8F50DF;
}
.TagClassName
{
border-color: #8F50DF;
}
</style>