Shades of Amethyst #8F4BDB
Tints of Amethyst #8F4BDB
RGB
CMYK
RGB Variations
Color information
#8F4BDB (or 0x8F4BDB) is known color: Amethyst. HEX triplet: 8F, 4B and DB. RGB value is (143,75,219). Sum of RGB (Red+Green+Blue) = 143+75+219=437 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.72% from 437); Green value is 75 (29.69% from 255 or 17.16% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #8F4BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F4BDB is #70B424. Grayscale: #6F6F6F. Windows color (decimal): -7386149 or 14371727. OLE color: 14371727.
HSL color Cylindrical-coordinate representation of color #8F4BDB: hue angle of 268.33º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8F4BDB is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 75 | 219 | - |
| CMYK | 0.35 | 0.66 | 0 | 0.14 |
| HSL | 268.33º | 0.67% | 0.58% | - |
| HSV(B) | 268.33º | 0.66% | 0.86% | - |
| XYZ | 26.63 | 15.99 | 68.7 | - |
| YUV | 111.75 | 188.53 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 75 | 219 | 0.35 | 0.66 | 0 | 0.14 | 268.33 | 0.67 | 0.58 |
| Hex | 8F | 4B | DB | 23 | 42 | 0 | E | 10C | 43 | 3A |
| Octal | 217 | 113 | 333 | 43 | 102 | 0 | 16 | 414 | 103 | 72 |
| Binary | 10001111 | 1001011 | 11011011 | 100011 | 1000010 | 0 | 1110 | 100001100 | 1000011 | 111010 |
Color Harmonies of #8F4BDB
Complementary color
Monochromatic Colors of #8F4BDB
Black with #8F4BDB
Text Example
Text Example
White with #8F4BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4BDB; }
p { color: rgb(143,75,219); }
H1.HeaderClassName
{
color: #8F4BDB;
}
.AnyTagClassName
{
color: #8F4BDB;
}
</style>
background-color css
<style>
a { background-color: #8F4BDB; }
a { background-color: rgb(143,75,219); }
div.DivClassName
{
background-color: #8F4BDB;
}
.BgClassName
{
background-color: #8F4BDB;
}
</style>
border-color css
<style>
span { border-color: #8F4BDB; }
span { border-color: rgb(143,75,219); }
td.TdClassName
{
border-color: #8F4BDB;
}
.TagClassName
{
border-color: #8F4BDB;
}
</style>