Shades of Amethyst #8F57D8
Tints of Amethyst #8F57D8
RGB
CMYK
RGB Variations
Color information
#8F57D8 (or 0x8F57D8) is known color: Amethyst. HEX triplet: 8F, 57 and D8. RGB value is (143,87,216). Sum of RGB (Red+Green+Blue) = 143+87+216=446 (59% of max value = 765). Red value is 143 (56.25% from 255 or 32.06% from 446); Green value is 87 (34.38% from 255 or 19.51% from 446); Blue value is 216 (84.77% from 255 or 48.43% from 446); Max value from RGB is 216 - color contains mainly: blue. Hex color #8F57D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F57D8 is #70A827. Grayscale: #757575. Windows color (decimal): -7383080 or 14178191. OLE color: 14178191.
HSL color Cylindrical-coordinate representation of color #8F57D8: hue angle of 266.05º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8F57D8 is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 87 | 216 | - |
| CMYK | 0.34 | 0.60 | 0 | 0.15 |
| HSL | 266.05º | 0.62% | 0.59% | - |
| HSV(B) | 266.05º | 0.6% | 0.85% | - |
| XYZ | 27.13 | 17.61 | 66.94 | - |
| YUV | 118.45 | 183.05 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 87 | 216 | 0.34 | 0.60 | 0 | 0.15 | 266.05 | 0.62 | 0.59 |
| Hex | 8F | 57 | D8 | 22 | 3C | 0 | F | 10A | 3E | 3B |
| Octal | 217 | 127 | 330 | 42 | 74 | 0 | 17 | 412 | 76 | 73 |
| Binary | 10001111 | 1010111 | 11011000 | 100010 | 111100 | 0 | 1111 | 100001010 | 111110 | 111011 |
Color Harmonies of #8F57D8
Complementary color
Monochromatic Colors of #8F57D8
Black with #8F57D8
Text Example
Text Example
White with #8F57D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F57D8; }
p { color: rgb(143,87,216); }
H1.HeaderClassName
{
color: #8F57D8;
}
.AnyTagClassName
{
color: #8F57D8;
}
</style>
background-color css
<style>
a { background-color: #8F57D8; }
a { background-color: rgb(143,87,216); }
div.DivClassName
{
background-color: #8F57D8;
}
.BgClassName
{
background-color: #8F57D8;
}
</style>
border-color css
<style>
span { border-color: #8F57D8; }
span { border-color: rgb(143,87,216); }
td.TdClassName
{
border-color: #8F57D8;
}
.TagClassName
{
border-color: #8F57D8;
}
</style>