Shades of Medium Purple #864FE1
Tints of Medium Purple #864FE1
RGB
CMYK
RGB Variations
Color information
#864FE1 (or 0x864FE1) is known color: Medium Purple. HEX triplet: 86, 4F and E1. RGB value is (134,79,225). Sum of RGB (Red+Green+Blue) = 134+79+225=438 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.59% from 438); Green value is 79 (31.25% from 255 or 18.04% from 438); Blue value is 225 (88.28% from 255 or 51.37% from 438); Max value from RGB is 225 - color contains mainly: blue. Hex color #864FE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #864FE1 is #79B01E. Grayscale: #6F6F6F. Windows color (decimal): -7974943 or 14765958. OLE color: 14765958.
HSL color Cylindrical-coordinate representation of color #864FE1: hue angle of 262.6º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #864FE1 is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 134 | 79 | 225 | - |
| CMYK | 0.40 | 0.65 | 0 | 0.12 |
| HSL | 262.6º | 0.71% | 0.6% | - |
| HSV(B) | 262.6º | 0.65% | 0.88% | - |
| XYZ | 26.22 | 16.1 | 72.96 | - |
| YUV | 112.09 | 191.72 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 79 | 225 | 0.40 | 0.65 | 0 | 0.12 | 262.6 | 0.71 | 0.6 |
| Hex | 86 | 4F | E1 | 28 | 41 | 0 | C | 107 | 47 | 3C |
| Octal | 206 | 117 | 341 | 50 | 101 | 0 | 14 | 407 | 107 | 74 |
| Binary | 10000110 | 1001111 | 11100001 | 101000 | 1000001 | 0 | 1100 | 100000111 | 1000111 | 111100 |
Color Harmonies of #864FE1
Complementary color
Monochromatic Colors of #864FE1
Black with #864FE1
Text Example
Text Example
White with #864FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864FE1; }
p { color: rgb(134,79,225); }
H1.HeaderClassName
{
color: #864FE1;
}
.AnyTagClassName
{
color: #864FE1;
}
</style>
background-color css
<style>
a { background-color: #864FE1; }
a { background-color: rgb(134,79,225); }
div.DivClassName
{
background-color: #864FE1;
}
.BgClassName
{
background-color: #864FE1;
}
</style>
border-color css
<style>
span { border-color: #864FE1; }
span { border-color: rgb(134,79,225); }
td.TdClassName
{
border-color: #864FE1;
}
.TagClassName
{
border-color: #864FE1;
}
</style>