Shades of Amethyst #864ECC
Tints of Amethyst #864ECC
RGB
CMYK
RGB Variations
Color information
#864ECC (or 0x864ECC) is known color: Amethyst. HEX triplet: 86, 4E and CC. RGB value is (134,78,204). Sum of RGB (Red+Green+Blue) = 134+78+204=416 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.21% from 416); Green value is 78 (30.86% from 255 or 18.75% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #864ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #864ECC is #79B133. Grayscale: #6C6C6C. Windows color (decimal): -7975220 or 13389446. OLE color: 13389446.
HSL color Cylindrical-coordinate representation of color #864ECC: hue angle of 266.67º 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 #864ECC is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 134 | 78 | 204 | - |
| CMYK | 0.34 | 0.62 | 0 | 0.2 |
| HSL | 266.67º | 0.55% | 0.55% | - |
| HSV(B) | 266.67º | 0.62% | 0.8% | - |
| XYZ | 23.45 | 14.88 | 58.76 | - |
| YUV | 109.11 | 181.55 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 78 | 204 | 0.34 | 0.62 | 0 | 0.2 | 266.67 | 0.55 | 0.55 |
| Hex | 86 | 4E | CC | 22 | 3E | 0 | 14 | 10B | 37 | 37 |
| Octal | 206 | 116 | 314 | 42 | 76 | 0 | 24 | 413 | 67 | 67 |
| Binary | 10000110 | 1001110 | 11001100 | 100010 | 111110 | 0 | 10100 | 100001011 | 110111 | 110111 |
Color Harmonies of #864ECC
Complementary color
Monochromatic Colors of #864ECC
Black with #864ECC
Text Example
Text Example
White with #864ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864ECC; }
p { color: rgb(134,78,204); }
H1.HeaderClassName
{
color: #864ECC;
}
.AnyTagClassName
{
color: #864ECC;
}
</style>
background-color css
<style>
a { background-color: #864ECC; }
a { background-color: rgb(134,78,204); }
div.DivClassName
{
background-color: #864ECC;
}
.BgClassName
{
background-color: #864ECC;
}
</style>
border-color css
<style>
span { border-color: #864ECC; }
span { border-color: rgb(134,78,204); }
td.TdClassName
{
border-color: #864ECC;
}
.TagClassName
{
border-color: #864ECC;
}
</style>