Shades of Amethyst #864FDC
Tints of Amethyst #864FDC
RGB
CMYK
RGB Variations
Color information
#864FDC (or 0x864FDC) is known color: Amethyst. HEX triplet: 86, 4F and DC. RGB value is (134,79,220). Sum of RGB (Red+Green+Blue) = 134+79+220=433 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.95% from 433); Green value is 79 (31.25% from 255 or 18.24% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #864FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #864FDC is #79B023. Grayscale: #6F6F6F. Windows color (decimal): -7974948 or 14438278. OLE color: 14438278.
HSL color Cylindrical-coordinate representation of color #864FDC: hue angle of 263.4º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #864FDC is Cyan = 0.39, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 79 | 220 | - |
| CMYK | 0.39 | 0.64 | 0 | 0.14 |
| HSL | 263.4º | 0.67% | 0.59% | - |
| HSV(B) | 263.4º | 0.64% | 0.86% | - |
| XYZ | 25.55 | 15.83 | 69.42 | - |
| YUV | 111.52 | 189.22 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 79 | 220 | 0.39 | 0.64 | 0 | 0.14 | 263.4 | 0.67 | 0.59 |
| Hex | 86 | 4F | DC | 27 | 40 | 0 | E | 107 | 43 | 3B |
| Octal | 206 | 117 | 334 | 47 | 100 | 0 | 16 | 407 | 103 | 73 |
| Binary | 10000110 | 1001111 | 11011100 | 100111 | 1000000 | 0 | 1110 | 100000111 | 1000011 | 111011 |
Color Harmonies of #864FDC
Complementary color
Monochromatic Colors of #864FDC
Black with #864FDC
Text Example
Text Example
White with #864FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864FDC; }
p { color: rgb(134,79,220); }
H1.HeaderClassName
{
color: #864FDC;
}
.AnyTagClassName
{
color: #864FDC;
}
</style>
background-color css
<style>
a { background-color: #864FDC; }
a { background-color: rgb(134,79,220); }
div.DivClassName
{
background-color: #864FDC;
}
.BgClassName
{
background-color: #864FDC;
}
</style>
border-color css
<style>
span { border-color: #864FDC; }
span { border-color: rgb(134,79,220); }
td.TdClassName
{
border-color: #864FDC;
}
.TagClassName
{
border-color: #864FDC;
}
</style>