Shades of Amethyst #864DCD
Tints of Amethyst #864DCD
RGB
CMYK
RGB Variations
Color information
#864DCD (or 0x864DCD) is known color: Amethyst. HEX triplet: 86, 4D and CD. RGB value is (134,77,205). Sum of RGB (Red+Green+Blue) = 134+77+205=416 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.21% from 416); Green value is 77 (30.47% from 255 or 18.51% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #864DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #864DCD is #79B232. Grayscale: #6C6C6C. Windows color (decimal): -7975475 or 13454726. OLE color: 13454726.
HSL color Cylindrical-coordinate representation of color #864DCD: hue angle of 266.72º degrees, saturation: 0.56, 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 #864DCD is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 134 | 77 | 205 | - |
| CMYK | 0.35 | 0.62 | 0 | 0.20 |
| HSL | 266.72º | 0.56% | 0.55% | - |
| HSV(B) | 266.72º | 0.62% | 0.8% | - |
| XYZ | 23.5 | 14.78 | 59.37 | - |
| YUV | 108.64 | 182.38 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 77 | 205 | 0.35 | 0.62 | 0 | 0.20 | 266.72 | 0.56 | 0.55 |
| Hex | 86 | 4D | CD | 23 | 3E | 0 | 14 | 10B | 38 | 37 |
| Octal | 206 | 115 | 315 | 43 | 76 | 0 | 24 | 413 | 70 | 67 |
| Binary | 10000110 | 1001101 | 11001101 | 100011 | 111110 | 0 | 10100 | 100001011 | 111000 | 110111 |
Color Harmonies of #864DCD
Complementary color
Monochromatic Colors of #864DCD
Black with #864DCD
Text Example
Text Example
White with #864DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864DCD; }
p { color: rgb(134,77,205); }
H1.HeaderClassName
{
color: #864DCD;
}
.AnyTagClassName
{
color: #864DCD;
}
</style>
background-color css
<style>
a { background-color: #864DCD; }
a { background-color: rgb(134,77,205); }
div.DivClassName
{
background-color: #864DCD;
}
.BgClassName
{
background-color: #864DCD;
}
</style>
border-color css
<style>
span { border-color: #864DCD; }
span { border-color: rgb(134,77,205); }
td.TdClassName
{
border-color: #864DCD;
}
.TagClassName
{
border-color: #864DCD;
}
</style>