Shades of Amethyst #8F51DF
Tints of Amethyst #8F51DF
RGB
CMYK
RGB Variations
Color information
#8F51DF (or 0x8F51DF) is known color: Amethyst. HEX triplet: 8F, 51 and DF. RGB value is (143,81,223). Sum of RGB (Red+Green+Blue) = 143+81+223=447 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.99% from 447); Green value is 81 (32.03% from 255 or 18.12% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #8F51DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F51DF is #70AE20. Grayscale: #737373. Windows color (decimal): -7384609 or 14635407. OLE color: 14635407.
HSL color Cylindrical-coordinate representation of color #8F51DF: hue angle of 266.2º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8F51DF is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 81 | 223 | - |
| CMYK | 0.36 | 0.64 | 0 | 0.13 |
| HSL | 266.2º | 0.69% | 0.6% | - |
| HSV(B) | 266.2º | 0.64% | 0.87% | - |
| XYZ | 27.59 | 17.05 | 71.65 | - |
| YUV | 115.73 | 188.54 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 81 | 223 | 0.36 | 0.64 | 0 | 0.13 | 266.2 | 0.69 | 0.6 |
| Hex | 8F | 51 | DF | 24 | 40 | 0 | D | 10A | 45 | 3C |
| Octal | 217 | 121 | 337 | 44 | 100 | 0 | 15 | 412 | 105 | 74 |
| Binary | 10001111 | 1010001 | 11011111 | 100100 | 1000000 | 0 | 1101 | 100001010 | 1000101 | 111100 |
Color Harmonies of #8F51DF
Complementary color
Monochromatic Colors of #8F51DF
Black with #8F51DF
Text Example
Text Example
White with #8F51DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F51DF; }
p { color: rgb(143,81,223); }
H1.HeaderClassName
{
color: #8F51DF;
}
.AnyTagClassName
{
color: #8F51DF;
}
</style>
background-color css
<style>
a { background-color: #8F51DF; }
a { background-color: rgb(143,81,223); }
div.DivClassName
{
background-color: #8F51DF;
}
.BgClassName
{
background-color: #8F51DF;
}
</style>
border-color css
<style>
span { border-color: #8F51DF; }
span { border-color: rgb(143,81,223); }
td.TdClassName
{
border-color: #8F51DF;
}
.TagClassName
{
border-color: #8F51DF;
}
</style>