Shades of Amethyst #8F5DD8
Tints of Amethyst #8F5DD8
RGB
CMYK
RGB Variations
Color information
#8F5DD8 (or 0x8F5DD8) is known color: Amethyst. HEX triplet: 8F, 5D and D8. RGB value is (143,93,216). Sum of RGB (Red+Green+Blue) = 143+93+216=452 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.64% from 452); Green value is 93 (36.72% from 255 or 20.58% from 452); Blue value is 216 (84.77% from 255 or 47.79% from 452); Max value from RGB is 216 - color contains mainly: blue. Hex color #8F5DD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F5DD8 is #70A227. Grayscale: #797979. Windows color (decimal): -7381544 or 14179727. OLE color: 14179727.
HSL color Cylindrical-coordinate representation of color #8F5DD8: hue angle of 264.39º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8F5DD8 is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 93 | 216 | - |
| CMYK | 0.34 | 0.57 | 0 | 0.15 |
| HSL | 264.39º | 0.61% | 0.61% | - |
| HSV(B) | 264.39º | 0.57% | 0.85% | - |
| XYZ | 27.64 | 18.63 | 67.1 | - |
| YUV | 121.97 | 181.07 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 93 | 216 | 0.34 | 0.57 | 0 | 0.15 | 264.39 | 0.61 | 0.61 |
| Hex | 8F | 5D | D8 | 22 | 39 | 0 | F | 108 | 3D | 3D |
| Octal | 217 | 135 | 330 | 42 | 71 | 0 | 17 | 410 | 75 | 75 |
| Binary | 10001111 | 1011101 | 11011000 | 100010 | 111001 | 0 | 1111 | 100001000 | 111101 | 111101 |
Color Harmonies of #8F5DD8
Complementary color
Monochromatic Colors of #8F5DD8
Black with #8F5DD8
Text Example
Text Example
White with #8F5DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5DD8; }
p { color: rgb(143,93,216); }
H1.HeaderClassName
{
color: #8F5DD8;
}
.AnyTagClassName
{
color: #8F5DD8;
}
</style>
background-color css
<style>
a { background-color: #8F5DD8; }
a { background-color: rgb(143,93,216); }
div.DivClassName
{
background-color: #8F5DD8;
}
.BgClassName
{
background-color: #8F5DD8;
}
</style>
border-color css
<style>
span { border-color: #8F5DD8; }
span { border-color: rgb(143,93,216); }
td.TdClassName
{
border-color: #8F5DD8;
}
.TagClassName
{
border-color: #8F5DD8;
}
</style>