Shades of Amethyst #8F51D8
Tints of Amethyst #8F51D8
RGB
CMYK
RGB Variations
Color information
#8F51D8 (or 0x8F51D8) is known color: Amethyst. HEX triplet: 8F, 51 and D8. RGB value is (143,81,216). Sum of RGB (Red+Green+Blue) = 143+81+216=440 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.5% from 440); Green value is 81 (32.03% from 255 or 18.41% from 440); Blue value is 216 (84.77% from 255 or 49.09% from 440); Max value from RGB is 216 - color contains mainly: blue. Hex color #8F51D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F51D8 is #70AE27. Grayscale: #727272. Windows color (decimal): -7384616 or 14176655. OLE color: 14176655.
HSL color Cylindrical-coordinate representation of color #8F51D8: hue angle of 267.56º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8F51D8 is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 81 | 216 | - |
| CMYK | 0.34 | 0.62 | 0 | 0.15 |
| HSL | 267.56º | 0.63% | 0.58% | - |
| HSV(B) | 267.56º | 0.63% | 0.85% | - |
| XYZ | 26.66 | 16.68 | 66.78 | - |
| YUV | 114.93 | 185.04 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 81 | 216 | 0.34 | 0.62 | 0 | 0.15 | 267.56 | 0.63 | 0.58 |
| Hex | 8F | 51 | D8 | 22 | 3E | 0 | F | 10C | 3F | 3A |
| Octal | 217 | 121 | 330 | 42 | 76 | 0 | 17 | 414 | 77 | 72 |
| Binary | 10001111 | 1010001 | 11011000 | 100010 | 111110 | 0 | 1111 | 100001100 | 111111 | 111010 |
Color Harmonies of #8F51D8
Complementary color
Monochromatic Colors of #8F51D8
Black with #8F51D8
Text Example
Text Example
White with #8F51D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F51D8; }
p { color: rgb(143,81,216); }
H1.HeaderClassName
{
color: #8F51D8;
}
.AnyTagClassName
{
color: #8F51D8;
}
</style>
background-color css
<style>
a { background-color: #8F51D8; }
a { background-color: rgb(143,81,216); }
div.DivClassName
{
background-color: #8F51D8;
}
.BgClassName
{
background-color: #8F51D8;
}
</style>
border-color css
<style>
span { border-color: #8F51D8; }
span { border-color: rgb(143,81,216); }
td.TdClassName
{
border-color: #8F51D8;
}
.TagClassName
{
border-color: #8F51D8;
}
</style>