Shades of Amethyst #864ECF
Tints of Amethyst #864ECF
RGB
CMYK
RGB Variations
Color information
#864ECF (or 0x864ECF) is known color: Amethyst. HEX triplet: 86, 4E and CF. RGB value is (134,78,207). Sum of RGB (Red+Green+Blue) = 134+78+207=419 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.98% from 419); Green value is 78 (30.86% from 255 or 18.62% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #864ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #864ECF is #79B130. Grayscale: #6C6C6C. Windows color (decimal): -7975217 or 13586054. OLE color: 13586054.
HSL color Cylindrical-coordinate representation of color #864ECF: hue angle of 266.05º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #864ECF is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 78 | 207 | - |
| CMYK | 0.35 | 0.62 | 0 | 0.19 |
| HSL | 266.05º | 0.57% | 0.56% | - |
| HSV(B) | 266.05º | 0.62% | 0.81% | - |
| XYZ | 23.82 | 15.02 | 60.68 | - |
| YUV | 109.45 | 183.05 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 78 | 207 | 0.35 | 0.62 | 0 | 0.19 | 266.05 | 0.57 | 0.56 |
| Hex | 86 | 4E | CF | 23 | 3E | 0 | 13 | 10A | 39 | 38 |
| Octal | 206 | 116 | 317 | 43 | 76 | 0 | 23 | 412 | 71 | 70 |
| Binary | 10000110 | 1001110 | 11001111 | 100011 | 111110 | 0 | 10011 | 100001010 | 111001 | 111000 |
Color Harmonies of #864ECF
Complementary color
Monochromatic Colors of #864ECF
Black with #864ECF
Text Example
Text Example
White with #864ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864ECF; }
p { color: rgb(134,78,207); }
H1.HeaderClassName
{
color: #864ECF;
}
.AnyTagClassName
{
color: #864ECF;
}
</style>
background-color css
<style>
a { background-color: #864ECF; }
a { background-color: rgb(134,78,207); }
div.DivClassName
{
background-color: #864ECF;
}
.BgClassName
{
background-color: #864ECF;
}
</style>
border-color css
<style>
span { border-color: #864ECF; }
span { border-color: rgb(134,78,207); }
td.TdClassName
{
border-color: #864ECF;
}
.TagClassName
{
border-color: #864ECF;
}
</style>