Shades of Amethyst #8F4FDB
Tints of Amethyst #8F4FDB
RGB
CMYK
RGB Variations
Color information
#8F4FDB (or 0x8F4FDB) is known color: Amethyst. HEX triplet: 8F, 4F and DB. RGB value is (143,79,219). Sum of RGB (Red+Green+Blue) = 143+79+219=441 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.43% from 441); Green value is 79 (31.25% from 255 or 17.91% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #8F4FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F4FDB is #70B024. Grayscale: #717171. Windows color (decimal): -7385125 or 14372751. OLE color: 14372751.
HSL color Cylindrical-coordinate representation of color #8F4FDB: hue angle of 267.43º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8F4FDB is Cyan = 0.35, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 79 | 219 | - |
| CMYK | 0.35 | 0.64 | 0 | 0.14 |
| HSL | 267.43º | 0.66% | 0.58% | - |
| HSV(B) | 267.43º | 0.64% | 0.86% | - |
| XYZ | 26.91 | 16.55 | 68.79 | - |
| YUV | 114.1 | 187.2 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 79 | 219 | 0.35 | 0.64 | 0 | 0.14 | 267.43 | 0.66 | 0.58 |
| Hex | 8F | 4F | DB | 23 | 40 | 0 | E | 10B | 42 | 3A |
| Octal | 217 | 117 | 333 | 43 | 100 | 0 | 16 | 413 | 102 | 72 |
| Binary | 10001111 | 1001111 | 11011011 | 100011 | 1000000 | 0 | 1110 | 100001011 | 1000010 | 111010 |
Color Harmonies of #8F4FDB
Complementary color
Monochromatic Colors of #8F4FDB
Black with #8F4FDB
Text Example
Text Example
White with #8F4FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4FDB; }
p { color: rgb(143,79,219); }
H1.HeaderClassName
{
color: #8F4FDB;
}
.AnyTagClassName
{
color: #8F4FDB;
}
</style>
background-color css
<style>
a { background-color: #8F4FDB; }
a { background-color: rgb(143,79,219); }
div.DivClassName
{
background-color: #8F4FDB;
}
.BgClassName
{
background-color: #8F4FDB;
}
</style>
border-color css
<style>
span { border-color: #8F4FDB; }
span { border-color: rgb(143,79,219); }
td.TdClassName
{
border-color: #8F4FDB;
}
.TagClassName
{
border-color: #8F4FDB;
}
</style>