Shades of Amethyst #8F4DDB
Tints of Amethyst #8F4DDB
RGB
CMYK
RGB Variations
Color information
#8F4DDB (or 0x8F4DDB) is known color: Amethyst. HEX triplet: 8F, 4D and DB. RGB value is (143,77,219). Sum of RGB (Red+Green+Blue) = 143+77+219=439 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.57% from 439); Green value is 77 (30.47% from 255 or 17.54% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #8F4DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F4DDB is #70B224. Grayscale: #707070. Windows color (decimal): -7385637 or 14372239. OLE color: 14372239.
HSL color Cylindrical-coordinate representation of color #8F4DDB: hue angle of 267.89º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8F4DDB is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 77 | 219 | - |
| CMYK | 0.35 | 0.65 | 0 | 0.14 |
| HSL | 267.89º | 0.66% | 0.58% | - |
| HSV(B) | 267.89º | 0.65% | 0.86% | - |
| XYZ | 26.77 | 16.26 | 68.75 | - |
| YUV | 112.92 | 187.87 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 77 | 219 | 0.35 | 0.65 | 0 | 0.14 | 267.89 | 0.66 | 0.58 |
| Hex | 8F | 4D | DB | 23 | 41 | 0 | E | 10C | 42 | 3A |
| Octal | 217 | 115 | 333 | 43 | 101 | 0 | 16 | 414 | 102 | 72 |
| Binary | 10001111 | 1001101 | 11011011 | 100011 | 1000001 | 0 | 1110 | 100001100 | 1000010 | 111010 |
Color Harmonies of #8F4DDB
Complementary color
Monochromatic Colors of #8F4DDB
Black with #8F4DDB
Text Example
Text Example
White with #8F4DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4DDB; }
p { color: rgb(143,77,219); }
H1.HeaderClassName
{
color: #8F4DDB;
}
.AnyTagClassName
{
color: #8F4DDB;
}
</style>
background-color css
<style>
a { background-color: #8F4DDB; }
a { background-color: rgb(143,77,219); }
div.DivClassName
{
background-color: #8F4DDB;
}
.BgClassName
{
background-color: #8F4DDB;
}
</style>
border-color css
<style>
span { border-color: #8F4DDB; }
span { border-color: rgb(143,77,219); }
td.TdClassName
{
border-color: #8F4DDB;
}
.TagClassName
{
border-color: #8F4DDB;
}
</style>