Shades of Medium Purple #865EE0
Tints of Medium Purple #865EE0
RGB
CMYK
RGB Variations
Color information
#865EE0 (or 0x865EE0) is known color: Medium Purple. HEX triplet: 86, 5E and E0. RGB value is (134,94,224). Sum of RGB (Red+Green+Blue) = 134+94+224=452 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.65% from 452); Green value is 94 (37.11% from 255 or 20.80% from 452); Blue value is 224 (87.89% from 255 or 49.56% from 452); Max value from RGB is 224 - color contains mainly: blue. Hex color #865EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865EE0 is #79A11F. Grayscale: #787878. Windows color (decimal): -7971104 or 14704262. OLE color: 14704262.
HSL color Cylindrical-coordinate representation of color #865EE0: hue angle of 258.46º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #865EE0 is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 134 | 94 | 224 | - |
| CMYK | 0.40 | 0.58 | 0 | 0.12 |
| HSL | 258.46º | 0.68% | 0.62% | - |
| HSV(B) | 258.46º | 0.58% | 0.88% | - |
| XYZ | 27.29 | 18.46 | 72.65 | - |
| YUV | 120.78 | 186.25 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 94 | 224 | 0.40 | 0.58 | 0 | 0.12 | 258.46 | 0.68 | 0.62 |
| Hex | 86 | 5E | E0 | 28 | 3A | 0 | C | 102 | 44 | 3E |
| Octal | 206 | 136 | 340 | 50 | 72 | 0 | 14 | 402 | 104 | 76 |
| Binary | 10000110 | 1011110 | 11100000 | 101000 | 111010 | 0 | 1100 | 100000010 | 1000100 | 111110 |
Color Harmonies of #865EE0
Complementary color
Monochromatic Colors of #865EE0
Black with #865EE0
Text Example
Text Example
White with #865EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865EE0; }
p { color: rgb(134,94,224); }
H1.HeaderClassName
{
color: #865EE0;
}
.AnyTagClassName
{
color: #865EE0;
}
</style>
background-color css
<style>
a { background-color: #865EE0; }
a { background-color: rgb(134,94,224); }
div.DivClassName
{
background-color: #865EE0;
}
.BgClassName
{
background-color: #865EE0;
}
</style>
border-color css
<style>
span { border-color: #865EE0; }
span { border-color: rgb(134,94,224); }
td.TdClassName
{
border-color: #865EE0;
}
.TagClassName
{
border-color: #865EE0;
}
</style>