Shades of Amethyst #864DCC
Tints of Amethyst #864DCC
RGB
CMYK
RGB Variations
Color information
#864DCC (or 0x864DCC) is known color: Amethyst. HEX triplet: 86, 4D and CC. RGB value is (134,77,204). Sum of RGB (Red+Green+Blue) = 134+77+204=415 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.29% from 415); Green value is 77 (30.47% from 255 or 18.55% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #864DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #864DCC is #79B233. Grayscale: #6C6C6C. Windows color (decimal): -7975476 or 13389190. OLE color: 13389190.
HSL color Cylindrical-coordinate representation of color #864DCC: hue angle of 266.93º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #864DCC is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 134 | 77 | 204 | - |
| CMYK | 0.34 | 0.62 | 0 | 0.2 |
| HSL | 266.93º | 0.55% | 0.55% | - |
| HSV(B) | 266.93º | 0.62% | 0.8% | - |
| XYZ | 23.38 | 14.74 | 58.74 | - |
| YUV | 108.52 | 181.88 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 77 | 204 | 0.34 | 0.62 | 0 | 0.2 | 266.93 | 0.55 | 0.55 |
| Hex | 86 | 4D | CC | 22 | 3E | 0 | 14 | 10B | 37 | 37 |
| Octal | 206 | 115 | 314 | 42 | 76 | 0 | 24 | 413 | 67 | 67 |
| Binary | 10000110 | 1001101 | 11001100 | 100010 | 111110 | 0 | 10100 | 100001011 | 110111 | 110111 |
Color Harmonies of #864DCC
Complementary color
Monochromatic Colors of #864DCC
Black with #864DCC
Text Example
Text Example
White with #864DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864DCC; }
p { color: rgb(134,77,204); }
H1.HeaderClassName
{
color: #864DCC;
}
.AnyTagClassName
{
color: #864DCC;
}
</style>
background-color css
<style>
a { background-color: #864DCC; }
a { background-color: rgb(134,77,204); }
div.DivClassName
{
background-color: #864DCC;
}
.BgClassName
{
background-color: #864DCC;
}
</style>
border-color css
<style>
span { border-color: #864DCC; }
span { border-color: rgb(134,77,204); }
td.TdClassName
{
border-color: #864DCC;
}
.TagClassName
{
border-color: #864DCC;
}
</style>