Shades of Amethyst #8B4CDB
Tints of Amethyst #8B4CDB
RGB
CMYK
RGB Variations
Color information
#8B4CDB (or 0x8B4CDB) is known color: Amethyst. HEX triplet: 8B, 4C and DB. RGB value is (139,76,219). Sum of RGB (Red+Green+Blue) = 139+76+219=434 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.03% from 434); Green value is 76 (30.08% from 255 or 17.51% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #8B4CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B4CDB is #74B324. Grayscale: #6E6E6E. Windows color (decimal): -7648037 or 14371979. OLE color: 14371979.
HSL color Cylindrical-coordinate representation of color #8B4CDB: hue angle of 266.43º degrees, saturation: 0.67, 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 #8B4CDB is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 76 | 219 | - |
| CMYK | 0.37 | 0.65 | 0 | 0.14 |
| HSL | 266.43º | 0.67% | 0.58% | - |
| HSV(B) | 266.43º | 0.65% | 0.86% | - |
| XYZ | 26.02 | 15.77 | 68.69 | - |
| YUV | 111.14 | 188.87 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 76 | 219 | 0.37 | 0.65 | 0 | 0.14 | 266.43 | 0.67 | 0.58 |
| Hex | 8B | 4C | DB | 25 | 41 | 0 | E | 10A | 43 | 3A |
| Octal | 213 | 114 | 333 | 45 | 101 | 0 | 16 | 412 | 103 | 72 |
| Binary | 10001011 | 1001100 | 11011011 | 100101 | 1000001 | 0 | 1110 | 100001010 | 1000011 | 111010 |
Color Harmonies of #8B4CDB
Complementary color
Monochromatic Colors of #8B4CDB
Black with #8B4CDB
Text Example
Text Example
White with #8B4CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4CDB; }
p { color: rgb(139,76,219); }
H1.HeaderClassName
{
color: #8B4CDB;
}
.AnyTagClassName
{
color: #8B4CDB;
}
</style>
background-color css
<style>
a { background-color: #8B4CDB; }
a { background-color: rgb(139,76,219); }
div.DivClassName
{
background-color: #8B4CDB;
}
.BgClassName
{
background-color: #8B4CDB;
}
</style>
border-color css
<style>
span { border-color: #8B4CDB; }
span { border-color: rgb(139,76,219); }
td.TdClassName
{
border-color: #8B4CDB;
}
.TagClassName
{
border-color: #8B4CDB;
}
</style>