Shades of Amethyst #8B4DDB
Tints of Amethyst #8B4DDB
RGB
CMYK
RGB Variations
Color information
#8B4DDB (or 0x8B4DDB) is known color: Amethyst. HEX triplet: 8B, 4D and DB. RGB value is (139,77,219). Sum of RGB (Red+Green+Blue) = 139+77+219=435 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.95% from 435); Green value is 77 (30.47% from 255 or 17.70% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #8B4DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B4DDB is #74B224. Grayscale: #6F6F6F. Windows color (decimal): -7647781 or 14372235. OLE color: 14372235.
HSL color Cylindrical-coordinate representation of color #8B4DDB: hue angle of 266.2º 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 #8B4DDB is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 77 | 219 | - |
| CMYK | 0.37 | 0.65 | 0 | 0.14 |
| HSL | 266.2º | 0.66% | 0.58% | - |
| HSV(B) | 266.2º | 0.65% | 0.86% | - |
| XYZ | 26.09 | 15.91 | 68.71 | - |
| YUV | 111.73 | 188.54 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 77 | 219 | 0.37 | 0.65 | 0 | 0.14 | 266.2 | 0.66 | 0.58 |
| Hex | 8B | 4D | DB | 25 | 41 | 0 | E | 10A | 42 | 3A |
| Octal | 213 | 115 | 333 | 45 | 101 | 0 | 16 | 412 | 102 | 72 |
| Binary | 10001011 | 1001101 | 11011011 | 100101 | 1000001 | 0 | 1110 | 100001010 | 1000010 | 111010 |
Color Harmonies of #8B4DDB
Complementary color
Monochromatic Colors of #8B4DDB
Black with #8B4DDB
Text Example
Text Example
White with #8B4DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4DDB; }
p { color: rgb(139,77,219); }
H1.HeaderClassName
{
color: #8B4DDB;
}
.AnyTagClassName
{
color: #8B4DDB;
}
</style>
background-color css
<style>
a { background-color: #8B4DDB; }
a { background-color: rgb(139,77,219); }
div.DivClassName
{
background-color: #8B4DDB;
}
.BgClassName
{
background-color: #8B4DDB;
}
</style>
border-color css
<style>
span { border-color: #8B4DDB; }
span { border-color: rgb(139,77,219); }
td.TdClassName
{
border-color: #8B4DDB;
}
.TagClassName
{
border-color: #8B4DDB;
}
</style>