Shades of Medium Purple #865EDF
Tints of Medium Purple #865EDF
RGB
CMYK
RGB Variations
Color information
#865EDF (or 0x865EDF) is known color: Medium Purple. HEX triplet: 86, 5E and DF. RGB value is (134,94,223). Sum of RGB (Red+Green+Blue) = 134+94+223=451 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.71% from 451); Green value is 94 (37.11% from 255 or 20.84% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #865EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865EDF is #79A120. Grayscale: #787878. Windows color (decimal): -7971105 or 14638726. OLE color: 14638726.
HSL color Cylindrical-coordinate representation of color #865EDF: hue angle of 258.6º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #865EDF is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 94 | 223 | - |
| CMYK | 0.40 | 0.58 | 0 | 0.13 |
| HSL | 258.6º | 0.67% | 0.62% | - |
| HSV(B) | 258.6º | 0.58% | 0.87% | - |
| XYZ | 27.15 | 18.4 | 71.93 | - |
| YUV | 120.67 | 185.75 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 94 | 223 | 0.40 | 0.58 | 0 | 0.13 | 258.6 | 0.67 | 0.62 |
| Hex | 86 | 5E | DF | 28 | 3A | 0 | D | 103 | 43 | 3E |
| Octal | 206 | 136 | 337 | 50 | 72 | 0 | 15 | 403 | 103 | 76 |
| Binary | 10000110 | 1011110 | 11011111 | 101000 | 111010 | 0 | 1101 | 100000011 | 1000011 | 111110 |
Color Harmonies of #865EDF
Complementary color
Monochromatic Colors of #865EDF
Black with #865EDF
Text Example
Text Example
White with #865EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865EDF; }
p { color: rgb(134,94,223); }
H1.HeaderClassName
{
color: #865EDF;
}
.AnyTagClassName
{
color: #865EDF;
}
</style>
background-color css
<style>
a { background-color: #865EDF; }
a { background-color: rgb(134,94,223); }
div.DivClassName
{
background-color: #865EDF;
}
.BgClassName
{
background-color: #865EDF;
}
</style>
border-color css
<style>
span { border-color: #865EDF; }
span { border-color: rgb(134,94,223); }
td.TdClassName
{
border-color: #865EDF;
}
.TagClassName
{
border-color: #865EDF;
}
</style>