Shades of Amethyst #864DDB
Tints of Amethyst #864DDB
RGB
CMYK
RGB Variations
Color information
#864DDB (or 0x864DDB) is known color: Amethyst. HEX triplet: 86, 4D and DB. RGB value is (134,77,219). Sum of RGB (Red+Green+Blue) = 134+77+219=430 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.16% from 430); Green value is 77 (30.47% from 255 or 17.91% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #864DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #864DDB is #79B224. Grayscale: #6D6D6D. Windows color (decimal): -7975461 or 14372230. OLE color: 14372230.
HSL color Cylindrical-coordinate representation of color #864DDB: hue angle of 264.08º 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 #864DDB is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 77 | 219 | - |
| CMYK | 0.39 | 0.65 | 0 | 0.14 |
| HSL | 264.08º | 0.66% | 0.58% | - |
| HSV(B) | 264.08º | 0.65% | 0.86% | - |
| XYZ | 25.27 | 15.49 | 68.68 | - |
| YUV | 110.23 | 189.38 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 77 | 219 | 0.39 | 0.65 | 0 | 0.14 | 264.08 | 0.66 | 0.58 |
| Hex | 86 | 4D | DB | 27 | 41 | 0 | E | 108 | 42 | 3A |
| Octal | 206 | 115 | 333 | 47 | 101 | 0 | 16 | 410 | 102 | 72 |
| Binary | 10000110 | 1001101 | 11011011 | 100111 | 1000001 | 0 | 1110 | 100001000 | 1000010 | 111010 |
Color Harmonies of #864DDB
Complementary color
Monochromatic Colors of #864DDB
Black with #864DDB
Text Example
Text Example
White with #864DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864DDB; }
p { color: rgb(134,77,219); }
H1.HeaderClassName
{
color: #864DDB;
}
.AnyTagClassName
{
color: #864DDB;
}
</style>
background-color css
<style>
a { background-color: #864DDB; }
a { background-color: rgb(134,77,219); }
div.DivClassName
{
background-color: #864DDB;
}
.BgClassName
{
background-color: #864DDB;
}
</style>
border-color css
<style>
span { border-color: #864DDB; }
span { border-color: rgb(134,77,219); }
td.TdClassName
{
border-color: #864DDB;
}
.TagClassName
{
border-color: #864DDB;
}
</style>