Shades of Amethyst #864FCD
Tints of Amethyst #864FCD
RGB
CMYK
RGB Variations
Color information
#864FCD (or 0x864FCD) is known color: Amethyst. HEX triplet: 86, 4F and CD. RGB value is (134,79,205). Sum of RGB (Red+Green+Blue) = 134+79+205=418 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.06% from 418); Green value is 79 (31.25% from 255 or 18.90% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #864FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #864FCD is #79B032. Grayscale: #6D6D6D. Windows color (decimal): -7974963 or 13455238. OLE color: 13455238.
HSL color Cylindrical-coordinate representation of color #864FCD: hue angle of 266.19º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #864FCD is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 134 | 79 | 205 | - |
| CMYK | 0.35 | 0.61 | 0 | 0.20 |
| HSL | 266.19º | 0.56% | 0.56% | - |
| HSV(B) | 266.19º | 0.61% | 0.8% | - |
| XYZ | 23.65 | 15.07 | 59.42 | - |
| YUV | 109.81 | 181.72 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 79 | 205 | 0.35 | 0.61 | 0 | 0.20 | 266.19 | 0.56 | 0.56 |
| Hex | 86 | 4F | CD | 23 | 3D | 0 | 14 | 10A | 38 | 38 |
| Octal | 206 | 117 | 315 | 43 | 75 | 0 | 24 | 412 | 70 | 70 |
| Binary | 10000110 | 1001111 | 11001101 | 100011 | 111101 | 0 | 10100 | 100001010 | 111000 | 111000 |
Color Harmonies of #864FCD
Complementary color
Monochromatic Colors of #864FCD
Black with #864FCD
Text Example
Text Example
White with #864FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864FCD; }
p { color: rgb(134,79,205); }
H1.HeaderClassName
{
color: #864FCD;
}
.AnyTagClassName
{
color: #864FCD;
}
</style>
background-color css
<style>
a { background-color: #864FCD; }
a { background-color: rgb(134,79,205); }
div.DivClassName
{
background-color: #864FCD;
}
.BgClassName
{
background-color: #864FCD;
}
</style>
border-color css
<style>
span { border-color: #864FCD; }
span { border-color: rgb(134,79,205); }
td.TdClassName
{
border-color: #864FCD;
}
.TagClassName
{
border-color: #864FCD;
}
</style>