Shades of Amethyst #8B4EDB
Tints of Amethyst #8B4EDB
RGB
CMYK
RGB Variations
Color information
#8B4EDB (or 0x8B4EDB) is known color: Amethyst. HEX triplet: 8B, 4E and DB. RGB value is (139,78,219). Sum of RGB (Red+Green+Blue) = 139+78+219=436 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.88% from 436); Green value is 78 (30.86% from 255 or 17.89% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #8B4EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B4EDB is #74B124. Grayscale: #6F6F6F. Windows color (decimal): -7647525 or 14372491. OLE color: 14372491.
HSL color Cylindrical-coordinate representation of color #8B4EDB: hue angle of 265.96º 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 #8B4EDB is Cyan = 0.37, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 78 | 219 | - |
| CMYK | 0.37 | 0.64 | 0 | 0.14 |
| HSL | 265.96º | 0.66% | 0.58% | - |
| HSV(B) | 265.96º | 0.64% | 0.86% | - |
| XYZ | 26.16 | 16.05 | 68.74 | - |
| YUV | 112.31 | 188.21 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 78 | 219 | 0.37 | 0.64 | 0 | 0.14 | 265.96 | 0.66 | 0.58 |
| Hex | 8B | 4E | DB | 25 | 40 | 0 | E | 10A | 42 | 3A |
| Octal | 213 | 116 | 333 | 45 | 100 | 0 | 16 | 412 | 102 | 72 |
| Binary | 10001011 | 1001110 | 11011011 | 100101 | 1000000 | 0 | 1110 | 100001010 | 1000010 | 111010 |
Color Harmonies of #8B4EDB
Complementary color
Monochromatic Colors of #8B4EDB
Black with #8B4EDB
Text Example
Text Example
White with #8B4EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4EDB; }
p { color: rgb(139,78,219); }
H1.HeaderClassName
{
color: #8B4EDB;
}
.AnyTagClassName
{
color: #8B4EDB;
}
</style>
background-color css
<style>
a { background-color: #8B4EDB; }
a { background-color: rgb(139,78,219); }
div.DivClassName
{
background-color: #8B4EDB;
}
.BgClassName
{
background-color: #8B4EDB;
}
</style>
border-color css
<style>
span { border-color: #8B4EDB; }
span { border-color: rgb(139,78,219); }
td.TdClassName
{
border-color: #8B4EDB;
}
.TagClassName
{
border-color: #8B4EDB;
}
</style>