Shades of Medium Purple #864EE0
Tints of Medium Purple #864EE0
RGB
CMYK
RGB Variations
Color information
#864EE0 (or 0x864EE0) is known color: Medium Purple. HEX triplet: 86, 4E and E0. RGB value is (134,78,224). Sum of RGB (Red+Green+Blue) = 134+78+224=436 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.73% from 436); Green value is 78 (30.86% from 255 or 17.89% from 436); Blue value is 224 (87.89% from 255 or 51.38% from 436); Max value from RGB is 224 - color contains mainly: blue. Hex color #864EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #864EE0 is #79B11F. Grayscale: #6E6E6E. Windows color (decimal): -7975200 or 14700166. OLE color: 14700166.
HSL color Cylindrical-coordinate representation of color #864EE0: hue angle of 263.01º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #864EE0 is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 134 | 78 | 224 | - |
| CMYK | 0.40 | 0.65 | 0 | 0.12 |
| HSL | 263.01º | 0.7% | 0.59% | - |
| HSV(B) | 263.01º | 0.65% | 0.88% | - |
| XYZ | 26.01 | 15.9 | 72.22 | - |
| YUV | 111.39 | 191.55 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 78 | 224 | 0.40 | 0.65 | 0 | 0.12 | 263.01 | 0.7 | 0.59 |
| Hex | 86 | 4E | E0 | 28 | 41 | 0 | C | 107 | 46 | 3B |
| Octal | 206 | 116 | 340 | 50 | 101 | 0 | 14 | 407 | 106 | 73 |
| Binary | 10000110 | 1001110 | 11100000 | 101000 | 1000001 | 0 | 1100 | 100000111 | 1000110 | 111011 |
Color Harmonies of #864EE0
Complementary color
Monochromatic Colors of #864EE0
Black with #864EE0
Text Example
Text Example
White with #864EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864EE0; }
p { color: rgb(134,78,224); }
H1.HeaderClassName
{
color: #864EE0;
}
.AnyTagClassName
{
color: #864EE0;
}
</style>
background-color css
<style>
a { background-color: #864EE0; }
a { background-color: rgb(134,78,224); }
div.DivClassName
{
background-color: #864EE0;
}
.BgClassName
{
background-color: #864EE0;
}
</style>
border-color css
<style>
span { border-color: #864EE0; }
span { border-color: rgb(134,78,224); }
td.TdClassName
{
border-color: #864EE0;
}
.TagClassName
{
border-color: #864EE0;
}
</style>