Shades of Amethyst #864FDD
Tints of Amethyst #864FDD
RGB
CMYK
RGB Variations
Color information
#864FDD (or 0x864FDD) is known color: Amethyst. HEX triplet: 86, 4F and DD. RGB value is (134,79,221). Sum of RGB (Red+Green+Blue) = 134+79+221=434 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.88% from 434); Green value is 79 (31.25% from 255 or 18.20% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #864FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #864FDD is #79B022. Grayscale: #6F6F6F. Windows color (decimal): -7974947 or 14503814. OLE color: 14503814.
HSL color Cylindrical-coordinate representation of color #864FDD: hue angle of 263.24º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #864FDD is Cyan = 0.39, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 79 | 221 | - |
| CMYK | 0.39 | 0.64 | 0 | 0.13 |
| HSL | 263.24º | 0.68% | 0.59% | - |
| HSV(B) | 263.24º | 0.64% | 0.87% | - |
| XYZ | 25.68 | 15.88 | 70.12 | - |
| YUV | 111.63 | 189.72 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 79 | 221 | 0.39 | 0.64 | 0 | 0.13 | 263.24 | 0.68 | 0.59 |
| Hex | 86 | 4F | DD | 27 | 40 | 0 | D | 107 | 44 | 3B |
| Octal | 206 | 117 | 335 | 47 | 100 | 0 | 15 | 407 | 104 | 73 |
| Binary | 10000110 | 1001111 | 11011101 | 100111 | 1000000 | 0 | 1101 | 100000111 | 1000100 | 111011 |
Color Harmonies of #864FDD
Complementary color
Monochromatic Colors of #864FDD
Black with #864FDD
Text Example
Text Example
White with #864FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864FDD; }
p { color: rgb(134,79,221); }
H1.HeaderClassName
{
color: #864FDD;
}
.AnyTagClassName
{
color: #864FDD;
}
</style>
background-color css
<style>
a { background-color: #864FDD; }
a { background-color: rgb(134,79,221); }
div.DivClassName
{
background-color: #864FDD;
}
.BgClassName
{
background-color: #864FDD;
}
</style>
border-color css
<style>
span { border-color: #864FDD; }
span { border-color: rgb(134,79,221); }
td.TdClassName
{
border-color: #864FDD;
}
.TagClassName
{
border-color: #864FDD;
}
</style>