Shades of Amethyst #864FCC
Tints of Amethyst #864FCC
RGB
CMYK
RGB Variations
Color information
#864FCC (or 0x864FCC) is known color: Amethyst. HEX triplet: 86, 4F and CC. RGB value is (134,79,204). Sum of RGB (Red+Green+Blue) = 134+79+204=417 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.13% from 417); Green value is 79 (31.25% from 255 or 18.94% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #864FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #864FCC is #79B033. Grayscale: #6D6D6D. Windows color (decimal): -7974964 or 13389702. OLE color: 13389702.
HSL color Cylindrical-coordinate representation of color #864FCC: hue angle of 266.4º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #864FCC is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 134 | 79 | 204 | - |
| CMYK | 0.34 | 0.61 | 0 | 0.2 |
| HSL | 266.4º | 0.55% | 0.55% | - |
| HSV(B) | 266.4º | 0.61% | 0.8% | - |
| XYZ | 23.53 | 15.02 | 58.79 | - |
| YUV | 109.7 | 181.22 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 79 | 204 | 0.34 | 0.61 | 0 | 0.2 | 266.4 | 0.55 | 0.55 |
| Hex | 86 | 4F | CC | 22 | 3D | 0 | 14 | 10A | 37 | 37 |
| Octal | 206 | 117 | 314 | 42 | 75 | 0 | 24 | 412 | 67 | 67 |
| Binary | 10000110 | 1001111 | 11001100 | 100010 | 111101 | 0 | 10100 | 100001010 | 110111 | 110111 |
Color Harmonies of #864FCC
Complementary color
Monochromatic Colors of #864FCC
Black with #864FCC
Text Example
Text Example
White with #864FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864FCC; }
p { color: rgb(134,79,204); }
H1.HeaderClassName
{
color: #864FCC;
}
.AnyTagClassName
{
color: #864FCC;
}
</style>
background-color css
<style>
a { background-color: #864FCC; }
a { background-color: rgb(134,79,204); }
div.DivClassName
{
background-color: #864FCC;
}
.BgClassName
{
background-color: #864FCC;
}
</style>
border-color css
<style>
span { border-color: #864FCC; }
span { border-color: rgb(134,79,204); }
td.TdClassName
{
border-color: #864FCC;
}
.TagClassName
{
border-color: #864FCC;
}
</style>