Shades of Medium Purple #865EE1
Tints of Medium Purple #865EE1
RGB
CMYK
RGB Variations
Color information
#865EE1 (or 0x865EE1) is known color: Medium Purple. HEX triplet: 86, 5E and E1. RGB value is (134,94,225). Sum of RGB (Red+Green+Blue) = 134+94+225=453 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.58% from 453); Green value is 94 (37.11% from 255 or 20.75% from 453); Blue value is 225 (88.28% from 255 or 49.67% from 453); Max value from RGB is 225 - color contains mainly: blue. Hex color #865EE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865EE1 is #79A11E. Grayscale: #787878. Windows color (decimal): -7971103 or 14769798. OLE color: 14769798.
HSL color Cylindrical-coordinate representation of color #865EE1: hue angle of 258.32º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #865EE1 is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 134 | 94 | 225 | - |
| CMYK | 0.40 | 0.58 | 0 | 0.12 |
| HSL | 258.32º | 0.69% | 0.63% | - |
| HSV(B) | 258.32º | 0.58% | 0.88% | - |
| XYZ | 27.42 | 18.51 | 73.36 | - |
| YUV | 120.89 | 186.75 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 94 | 225 | 0.40 | 0.58 | 0 | 0.12 | 258.32 | 0.69 | 0.63 |
| Hex | 86 | 5E | E1 | 28 | 3A | 0 | C | 102 | 45 | 3F |
| Octal | 206 | 136 | 341 | 50 | 72 | 0 | 14 | 402 | 105 | 77 |
| Binary | 10000110 | 1011110 | 11100001 | 101000 | 111010 | 0 | 1100 | 100000010 | 1000101 | 111111 |
Color Harmonies of #865EE1
Complementary color
Monochromatic Colors of #865EE1
Black with #865EE1
Text Example
Text Example
White with #865EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865EE1; }
p { color: rgb(134,94,225); }
H1.HeaderClassName
{
color: #865EE1;
}
.AnyTagClassName
{
color: #865EE1;
}
</style>
background-color css
<style>
a { background-color: #865EE1; }
a { background-color: rgb(134,94,225); }
div.DivClassName
{
background-color: #865EE1;
}
.BgClassName
{
background-color: #865EE1;
}
</style>
border-color css
<style>
span { border-color: #865EE1; }
span { border-color: rgb(134,94,225); }
td.TdClassName
{
border-color: #865EE1;
}
.TagClassName
{
border-color: #865EE1;
}
</style>