Shades of Medium Purple #865EDC
Tints of Medium Purple #865EDC
RGB
CMYK
RGB Variations
Color information
#865EDC (or 0x865EDC) is known color: Medium Purple. HEX triplet: 86, 5E and DC. RGB value is (134,94,220). Sum of RGB (Red+Green+Blue) = 134+94+220=448 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.91% from 448); Green value is 94 (37.11% from 255 or 20.98% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #865EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865EDC is #79A123. Grayscale: #777777. Windows color (decimal): -7971108 or 14442118. OLE color: 14442118.
HSL color Cylindrical-coordinate representation of color #865EDC: hue angle of 259.05º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #865EDC is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 94 | 220 | - |
| CMYK | 0.39 | 0.57 | 0 | 0.14 |
| HSL | 259.05º | 0.64% | 0.62% | - |
| HSV(B) | 259.05º | 0.57% | 0.86% | - |
| XYZ | 26.75 | 18.24 | 69.82 | - |
| YUV | 120.32 | 184.25 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 94 | 220 | 0.39 | 0.57 | 0 | 0.14 | 259.05 | 0.64 | 0.62 |
| Hex | 86 | 5E | DC | 27 | 39 | 0 | E | 103 | 40 | 3E |
| Octal | 206 | 136 | 334 | 47 | 71 | 0 | 16 | 403 | 100 | 76 |
| Binary | 10000110 | 1011110 | 11011100 | 100111 | 111001 | 0 | 1110 | 100000011 | 1000000 | 111110 |
Color Harmonies of #865EDC
Complementary color
Monochromatic Colors of #865EDC
Black with #865EDC
Text Example
Text Example
White with #865EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865EDC; }
p { color: rgb(134,94,220); }
H1.HeaderClassName
{
color: #865EDC;
}
.AnyTagClassName
{
color: #865EDC;
}
</style>
background-color css
<style>
a { background-color: #865EDC; }
a { background-color: rgb(134,94,220); }
div.DivClassName
{
background-color: #865EDC;
}
.BgClassName
{
background-color: #865EDC;
}
</style>
border-color css
<style>
span { border-color: #865EDC; }
span { border-color: rgb(134,94,220); }
td.TdClassName
{
border-color: #865EDC;
}
.TagClassName
{
border-color: #865EDC;
}
</style>